Searched refs:CylindricalWrap (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c328 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) {
H A Dtgsi_scan.c163 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap;
H A Dtgsi_build.c202 di.CylindricalWrap = 0;
219 di.CylindricalWrap = cylindrical_wrap;
408 full_decl->Interp.CylindricalWrap,
H A Dtgsi_ureg.c1255 out[2].decl_interp.CylindricalWrap = cylindrical_wrap;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h143 unsigned CylindricalWrap:4; /**< TGSI_CYLINDRICAL_WRAP_x flags */ member in struct:tgsi_declaration_interp

Completed in 268 milliseconds