Home
last modified time | relevance | path

Searched refs:inverted_texcoords (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h98 unsigned inverted_texcoords; /**< bitmask of which texcoords are flipped */ member
Dsvga_tgsi_insn.c3456 unsigned inverted_texcoords = emit->inverted_texcoords; in emit_inverted_texcoords() local
3458 while (inverted_texcoords) { in emit_inverted_texcoords()
3459 const unsigned unit = ffs(inverted_texcoords) - 1; in emit_inverted_texcoords()
3461 assert(emit->inverted_texcoords & (1 << unit)); in emit_inverted_texcoords()
3483 inverted_texcoords &= ~(1 << unit); in emit_inverted_texcoords()
3606 if (emit->inverted_texcoords) in needs_to_create_common_immediate()
3787 if (emit->inverted_texcoords) { in svga_shader_emit_helpers()
Dsvga_tgsi_decl_sm30.c297 emit->inverted_texcoords |= (1 << unit); in ps30_input()