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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h92 unsigned inverted_texcoords; /**< bitmask of which texcoords are flipped */ member in struct:svga_shader_emitter
H A Dsvga_tgsi_decl_sm30.c297 emit->inverted_texcoords |= (1 << unit);
H A Dsvga_tgsi_insn.c3064 unsigned inverted_texcoords = emit->inverted_texcoords; local
3066 while (inverted_texcoords) {
3067 const unsigned unit = ffs(inverted_texcoords) - 1;
3069 assert(emit->inverted_texcoords & (1 << unit));
3091 inverted_texcoords &= ~(1 << unit);
3118 if (emit->inverted_texcoords)
3284 if (emit->inverted_texcoords) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h92 unsigned inverted_texcoords; /**< bitmask of which texcoords are flipped */ member in struct:svga_shader_emitter
H A Dsvga_tgsi_decl_sm30.c297 emit->inverted_texcoords |= (1 << unit);
H A Dsvga_tgsi_insn.c3064 unsigned inverted_texcoords = emit->inverted_texcoords; local
3066 while (inverted_texcoords) {
3067 const unsigned unit = ffs(inverted_texcoords) - 1;
3069 assert(emit->inverted_texcoords & (1 << unit));
3091 inverted_texcoords &= ~(1 << unit);
3118 if (emit->inverted_texcoords)
3284 if (emit->inverted_texcoords) {

Completed in 2702 milliseconds