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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h98 unsigned inverted_texcoords; /**< bitmask of which texcoords are flipped */ member in struct:svga_shader_emitter
H A Dsvga_tgsi_decl_sm30.c299 emit->inverted_texcoords |= (1 << unit);
H A Dsvga_tgsi_insn.c3333 unsigned inverted_texcoords = emit->inverted_texcoords; local in function:emit_inverted_texcoords
3335 while (inverted_texcoords) {
3336 const unsigned unit = ffs(inverted_texcoords) - 1;
3338 assert(emit->inverted_texcoords & (1 << unit));
3360 inverted_texcoords &= ~(1 << unit);
3483 if (emit->inverted_texcoords)
3663 if (emit->inverted_texcoords) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h98 unsigned inverted_texcoords; /**< bitmask of which texcoords are flipped */ member in struct:svga_shader_emitter
H A Dsvga_tgsi_decl_sm30.c299 emit->inverted_texcoords |= (1 << unit);
H A Dsvga_tgsi_insn.c3331 unsigned inverted_texcoords = emit->inverted_texcoords; local in function:emit_inverted_texcoords
3333 while (inverted_texcoords) {
3334 const unsigned unit = ffs(inverted_texcoords) - 1;
3336 assert(emit->inverted_texcoords & (1 << unit));
3358 inverted_texcoords &= ~(1 << unit);
3481 if (emit->inverted_texcoords)
3661 if (emit->inverted_texcoords) {

Completed in 11 milliseconds