HomeSort by relevance Sort by last modified time
    Searched refs:CylindricalWrap (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 436 if (decl->Interp.CylindricalWrap) {
438 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_X) {
441 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Y) {
444 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Z) {
447 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_W) {
tgsi_build.c 210 di.CylindricalWrap = 0;
227 di.CylindricalWrap = cylindrical_wrap;
458 full_decl->Interp.CylindricalWrap,
    [all...]
tgsi_scan.c 493 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap;
tgsi_lowering.c     [all...]
tgsi_ureg.c     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 160 unsigned CylindricalWrap:4; /**< TGSI_CYLINDRICAL_WRAP_x flags */

Completed in 112 milliseconds