Searched refs:svga_shader_emitter (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_emit.h | 51 struct svga_shader_emitter struct 132 boolean svga_shader_emit_dword( struct svga_shader_emitter *emit, argument 135 boolean svga_shader_emit_dwords( struct svga_shader_emitter *emit, 139 boolean svga_shader_emit_opcode( struct svga_shader_emitter *emit, 142 boolean svga_shader_emit_instructions( struct svga_shader_emitter *emit, 145 boolean svga_translate_decl_sm30( struct svga_shader_emitter *emit, 149 static INLINE boolean emit_dst( struct svga_shader_emitter *emit, in emit_dst() 157 static INLINE boolean emit_src( struct svga_shader_emitter *emit, in emit_src() 173 static INLINE boolean emit_instruction( struct svga_shader_emitter *emit, in emit_instruction() 180 static INLINE boolean emit_op1( struct svga_shader_emitter *emit, in emit_op1() [all …]
|
D | svga_tgsi_insn.c | 37 static boolean emit_vs_postamble( struct svga_shader_emitter *emit ); 38 static boolean emit_ps_postamble( struct svga_shader_emitter *emit ); 86 translate_dst_register( struct svga_shader_emitter *emit, in translate_dst_register() 146 svga_arl_needs_adjustment( const struct svga_shader_emitter *emit ) in svga_arl_needs_adjustment() 158 svga_arl_adjustment( const struct svga_shader_emitter *emit ) in svga_arl_adjustment() 170 translate_src_register( const struct svga_shader_emitter *emit, in translate_src_register() 263 get_temp( struct svga_shader_emitter *emit ) in get_temp() 276 release_temp( struct svga_shader_emitter *emit, in release_temp() 283 static void reset_temp_regs( struct svga_shader_emitter *emit ) in reset_temp_regs() 294 static boolean emit_repl( struct svga_shader_emitter *emit, in emit_repl() [all …]
|
D | svga_tgsi.c | 53 static void svga_destroy_shader_emitter( struct svga_shader_emitter *emit ) 61 static boolean svga_shader_expand( struct svga_shader_emitter *emit ) in svga_shader_expand() 84 static INLINE boolean reserve( struct svga_shader_emitter *emit, in reserve() 95 boolean svga_shader_emit_dword( struct svga_shader_emitter *emit, in svga_shader_emit_dword() 106 boolean svga_shader_emit_dwords( struct svga_shader_emitter *emit, in svga_shader_emit_dwords() 118 boolean svga_shader_emit_opcode( struct svga_shader_emitter *emit, in svga_shader_emit_opcode() 141 static boolean svga_shader_emit_header( struct svga_shader_emitter *emit ) in svga_shader_emit_header() 264 struct svga_shader_emitter emit; in svga_tgsi_translate()
|
D | svga_tgsi_decl_sm30.c | 39 translate_vs_ps_semantic(struct svga_shader_emitter *emit, in translate_vs_ps_semantic() 99 emit_decl(struct svga_shader_emitter *emit, in emit_decl() 129 emit_vface_decl(struct svga_shader_emitter *emit) in emit_vface_decl() 149 ps30_input_emit_depth_fog( struct svga_shader_emitter *emit, in ps30_input_emit_depth_fog() 178 ps30_input(struct svga_shader_emitter *emit, in ps30_input() 324 ps30_output(struct svga_shader_emitter *emit, in ps30_output() 367 vs30_input(struct svga_shader_emitter *emit, in vs30_input() 399 vs30_output_emit_depth_fog(struct svga_shader_emitter *emit, in vs30_output_emit_depth_fog() 425 vs30_output(struct svga_shader_emitter *emit, in vs30_output() 495 ps30_sampler( struct svga_shader_emitter *emit, in ps30_sampler() [all …]
|