Searched refs:TextureSwizzleComponent (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 185 enum TextureSwizzleComponent enum 197 static std::ostream& operator<< (std::ostream& stream, TextureSwizzleComponent comp) in operator <<() 221 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void); 222 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const; 227 tcu::Vector<TextureSwizzleComponent, 4> m_swizzle; 290 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) in getSwizzle() 295 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const in getSwizzle() 306 static deUint32 getGLTextureSwizzleComponent (TextureSwizzleComponent c) in getGLTextureSwizzleComponent() 321 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle) in swizzleColorChannel() 2216 …swizzle.getSwizzle()[i] = (TextureSwizzleComponent)((swizzleCaseNdx + i) % (int)TEXTURESWIZZLECOMP… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 214 enum TextureSwizzleComponent enum 226 static std::ostream& operator<< (std::ostream& stream, TextureSwizzleComponent comp) in operator <<() 250 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void); 251 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const; 256 tcu::Vector<TextureSwizzleComponent, 4> m_swizzle; 319 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) in getSwizzle() 324 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const in getSwizzle() 335 static vk::VkComponentSwizzle getTextureSwizzleComponent (TextureSwizzleComponent c) in getTextureSwizzleComponent() 350 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle) in swizzleColorChannel() 1191 …const tcu::Vector<TextureSwizzleComponent, 4>& swizzle = m_baseParams.textureSwizzle.getSwizzle(); in init() [all …]
|