Searched refs:coord_type_x (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h81 unsigned coord_type_x; member in struct:r600_bytecode_tex
H A Dr600_asm.c1599 S_SQ_TEX_WORD1_COORD_TYPE_X(tex->coord_type_x) |
2339 tex->coord_type_x ? 'N' : 'U',
H A Dr600_shader.c7780 tex.coord_type_x = 1;
7880 t->coord_type_x = 1;
8434 tex.coord_type_x = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h85 unsigned coord_type_x; member in struct:r600_bytecode_tex
H A Dr600_asm.c1606 S_SQ_TEX_WORD1_COORD_TYPE_X(tex->coord_type_x) |
2346 tex->coord_type_x ? 'N' : 'U',
H A Dr600_shader.c7879 tex.coord_type_x = 1;
7979 t->coord_type_x = 1;
8533 tex.coord_type_x = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp670 tex.coord_type_x = !tex_instr.has_flag(TexInstruction::x_unnormalized);

Completed in 35 milliseconds