/third_party/vk-gl-cts/modules/internal/ |
D | ditTextureFormatTests.cpp | 1337 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/ |
D | vktPipelineImageSamplingInstance.cpp | 1054 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/ |
D | tcuTexture.cpp | 1307 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
|
D | tcuTexture.hpp | 381 Vector<T, 4> getPixelT (int x, int y, int z = 0) const;
|
D | tcuTexLookupVerifier.cpp | 59 return access.getPixelT<ScalarType>(i, j, k); in lookup()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 356 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/ |
D | vktShaderRenderTextureGatherTests.cpp | 387 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/ |
D | vktDescriptorSetsIndexingTests.cpp | 4021 dst.setPixel(tcu::Vector<m_imageFormat_t, 4>(src.getPixelT<m_imageFormat_t>(0, 0).x()), x, y); in iterateCollectResults()
|