Home
last modified time | relevance | path

Searched defs:readSwizzle (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp778 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local
894 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp1556 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2953 int OutputASM::readSwizzle(TIntermTyped *argument, int size) in readSwizzle() function in glsl::OutputASM