Searched refs:emit_decl (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 99 emit_decl(struct svga_shader_emitter *emit, in emit_decl() function 135 if (!emit_decl( emit, reg, 0, 0 )) in emit_vface_decl() 169 return emit_decl( emit, dst( reg ), SVGA3D_DECLUSAGE_TEXCOORD, 0 ); in ps30_input_emit_depth_fog() 217 return emit_decl( emit, reg, 0, 0 ); in ps30_input() 232 if (!emit_decl( emit, reg, usage, index )) in ps30_input() 244 if (!emit_decl( emit, reg, usage, index )) in ps30_input() 284 if (!emit_decl( emit, reg, usage, index )) in ps30_input() 415 return emit_decl( emit, reg, SVGA3D_DECLUSAGE_TEXCOORD, 0 ); in vs30_output_emit_depth_fog()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 1264 static void emit_decl( struct ureg_program *ureg, in emit_decl() function 1545 emit_decl( ureg, TGSI_FILE_TEMPORARY, i, in emit_decls()
|