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