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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1019 dst.setPixel(swizzle(src.getPixelT<ScalarType>(x, y, z), swz), x, y, z);
1027 dst.setPixel(swizzle(tcu::sRGBToLinear(src.getPixelT<float>(x, y, z)), swz), x, y, z);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp355 dst.setPixel(swizzleColor(src.getPixelT<T>(x, y, z), swizzle), x, y, z);
616 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py);
/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1291 dst.setPixel(src.getPixelT<T>(ndx, 0, 0), ndx, 0, 0);
1392 res[ndx] = src.getPixelT<T>(ndx, 0, 0);
/external/deqp/framework/common/
H A DtcuTexture.cpp1163 Vec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const function in class:tcu::ConstPixelBufferAccess
1169 IVec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const function in class:tcu::ConstPixelBufferAccess
1175 UVec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const function in class:tcu::ConstPixelBufferAccess
H A DtcuTexture.hpp348 Vector<T, 4> getPixelT (int x, int y, int z = 0) const;
H A DtcuTexLookupVerifier.cpp59 return access.getPixelT<ScalarType>(i, j, k);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp384 dst.setPixel(swizzleColor(src.getPixelT<T>(x, y, z), swizzle), x, y, z);
645 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py);

Completed in 167 milliseconds