Searched refs:emit_decl (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A 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() 233 if (!emit_decl(emit, reg, usage, index)) in ps30_input() 245 if (!emit_decl(emit, reg, usage, index)) in ps30_input() 286 if (!emit_decl(emit, reg, usage, index)) in ps30_input() 439 return emit_decl(emit, reg, SVGA3D_DECLUSAGE_TEXCOORD, 0); in vs30_output_emit_depth_fog()
|
Completed in 2 milliseconds