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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 328 if (decl->Interp.CylindricalWrap) {
330 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_X) {
333 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Y) {
336 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Z) {
339 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_W) {
tgsi_scan.c 163 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap;
tgsi_build.c 202 di.CylindricalWrap = 0;
219 di.CylindricalWrap = cylindrical_wrap;
408 full_decl->Interp.CylindricalWrap,
    [all...]
tgsi_ureg.c     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 143 unsigned CylindricalWrap:4; /**< TGSI_CYLINDRICAL_WRAP_x flags */

Completed in 118 milliseconds