Home
last modified time | relevance | path

Searched refs:getPixelT (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1337 dst.setPixel(src.getPixelT<T>(ndx, 0, 0), ndx, 0, 0); in copyPixels()
1438 res[ndx] = src.getPixelT<T>(ndx, 0, 0); in verifyRead()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1054 dst.setPixel(swizzle(src.getPixelT<ScalarType>(x, y, z), swz), x, y, z); in swizzleT()
1062 dst.setPixel(swizzle(tcu::sRGBToLinear(src.getPixelT<float>(x, y, z)), swz), x, y, z); in swizzleFromSRGB()
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1307 Vec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT() function in tcu::ConstPixelBufferAccess
1313 IVec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT() function in tcu::ConstPixelBufferAccess
1319 UVec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT() function in tcu::ConstPixelBufferAccess
1325 I64Vec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT() function in tcu::ConstPixelBufferAccess
1331 U64Vec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT() function in tcu::ConstPixelBufferAccess
DtcuTexture.hpp381 Vector<T, 4> getPixelT (int x, int y, int z = 0) const;
DtcuTexLookupVerifier.cpp59 return access.getPixelT<ScalarType>(i, j, k); in lookup()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp356 dst.setPixel(swizzleColor(src.getPixelT<T>(x, y, z), swizzle), x, y, z); in swizzlePixels()
617 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py); in verifyGatherOffsets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp387 dst.setPixel(swizzleColor(src.getPixelT<T>(x, y, z), swizzle), x, y, z); in swizzlePixels()
648 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py); in verifyGatherOffsets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp4021 dst.setPixel(tcu::Vector<m_imageFormat_t, 4>(src.getPixelT<m_imageFormat_t>(0, 0).x()), x, y); in iterateCollectResults()