Searched defs:i0UseBorder (Results  1 – 1 of 1) sorted by relevance
| /external/deqp/framework/common/ | 
| D | tcuTexture.cpp | 1974 	bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);  in sampleLinear1D()  local 2041 	bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);  in sampleLinear2D()  local 2122 	bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);  in sampleLinear1DCompare()  local 2155 	bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);  in sampleLinear2DCompare()  local 2203 	bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, width);  in sampleLinear3D()  local
  |