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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c440 if (decl->Interp.CylindricalWrap) {
442 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_X) {
445 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Y) {
448 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Z) {
451 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_W) {
H A Dtgsi_build.c220 di.CylindricalWrap = 0;
237 di.CylindricalWrap = cylindrical_wrap;
469 full_decl->Interp.CylindricalWrap,
H A Dtgsi_scan.c649 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap;
H A Dtgsi_lowering.c1190 decl.Interp.CylindricalWrap = info->input_cylindrical_wrap[in_idx];
H A Dtgsi_ureg.c1610 out[2].decl_interp.CylindricalWrap = cylindrical_wrap;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h161 unsigned CylindricalWrap:4; /**< TGSI_CYLINDRICAL_WRAP_x flags */ member in struct:tgsi_declaration_interp
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst3481 The CylindricalWrap bitfield specifies which register components

Completed in 16 milliseconds