Searched refs:ps_true_texcoord (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h99 struct src_register ps_true_texcoord[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
H A Dsvga_tgsi_decl_sm30.c302 emit->ps_true_texcoord[unit] = emit->input_map[idx];
H A Dsvga_tgsi_insn.c3340 assert(unit < ARRAY_SIZE(emit->ps_true_texcoord));
3351 emit->ps_true_texcoord[unit],
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h99 struct src_register ps_true_texcoord[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
H A Dsvga_tgsi_decl_sm30.c302 emit->ps_true_texcoord[unit] = emit->input_map[idx];
H A Dsvga_tgsi_insn.c3338 assert(unit < ARRAY_SIZE(emit->ps_true_texcoord));
3349 emit->ps_true_texcoord[unit],

Completed in 12 milliseconds