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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h83 unsigned coord_type_z; member in struct:r600_bytecode_tex
H A Dr600_asm.c1601 S_SQ_TEX_WORD1_COORD_TYPE_Z(tex->coord_type_z) |
2341 tex->coord_type_z ? 'N' : 'U',
H A Dr600_shader.c7782 tex.coord_type_z = 1;
7882 t->coord_type_z = 1;
8437 tex.coord_type_z = 1;
8472 tex.coord_type_z = 0;
8478 tex.coord_type_z = 0;
8484 tex.coord_type_z = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h87 unsigned coord_type_z; member in struct:r600_bytecode_tex
H A Dr600_asm.c1608 S_SQ_TEX_WORD1_COORD_TYPE_Z(tex->coord_type_z) |
2348 tex->coord_type_z ? 'N' : 'U',
H A Dr600_shader.c7881 tex.coord_type_z = 1;
7981 t->coord_type_z = 1;
8536 tex.coord_type_z = 1;
8571 tex.coord_type_z = 0;
8577 tex.coord_type_z = 0;
8583 tex.coord_type_z = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp672 tex.coord_type_z = !tex_instr.has_flag(TexInstruction::z_unnormalized);

Completed in 34 milliseconds