Searched refs:cubeCompare (Results 1 – 1 of 1) sorted by relevance
3845 bool cubeCompare = false; in translateArguments() local3851 cubeCompare = sampler.dim == glslang::EsdCube && sampler.arrayed && sampler.shadow; in translateArguments()3883 …if (((cubeCompare || f16ShadowCompare) && i == 3) || (! (cubeCompare || f16ShadowCompare) && i == … in translateArguments()3887 …if (((cubeCompare || f16ShadowCompare) && i == 4) || (! (cubeCompare || f16ShadowCompare) && i == … in translateArguments()3897 if ((cubeCompare && i == 3) || (! cubeCompare && i == 2)) in translateArguments()3901 if ((cubeCompare && i == 4) || (! cubeCompare && i == 3)) in translateArguments()4350 bool cubeCompare = sampler.dim == glslang::EsdCube && sampler.arrayed && sampler.shadow; local4355 if (! cracked.lod && ! cracked.grad && ! cracked.fetch && ! cubeCompare) {4357 if (! cracked.lod && ! cracked.gather && ! cracked.grad && ! cracked.fetch && ! cubeCompare) {4415 if (cubeCompare || f16ShadowCompare) {[all …]