Searched refs:swizzleColor (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 336 static inline tcu::Vector<T, 4> swizzleColor (const tcu::Vector<T, 4>& src, const MaybeTextureSwizz… in swizzleColor() function 355 dst.setPixel(swizzleColor(src.getPixelT<T>(x, y, z), swizzle), x, y, z); in swizzlePixels()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 365 static inline tcu::Vector<T, 4> swizzleColor (const tcu::Vector<T, 4>& src, const MaybeTextureSwizz… in swizzleColor() function 384 dst.setPixel(swizzleColor(src.getPixelT<T>(x, y, z), swizzle), x, y, z); in swizzlePixels()
|