HomeSort by relevance Sort by last modified time
    Searched refs:swizzleColorChannel (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 321 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle)
342 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 350 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle)
371 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]);
    [all...]

Completed in 176 milliseconds