Searched defs:emit_decl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c99 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/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c99 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c1264 static void emit_decl( struct ureg_program *ureg, function
1545 emit_decl( ureg, TGSI_FILE_TEMPORARY, i,
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c1264 static void emit_decl( struct ureg_program *ureg, function
1545 emit_decl( ureg, TGSI_FILE_TEMPORARY, i,

Completed in 146 milliseconds