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

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 185 enum TextureSwizzleComponent
197 static std::ostream& operator<< (std::ostream& stream, TextureSwizzleComponent comp)
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)
295 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const
306 static deUint32 getGLTextureSwizzleComponent (TextureSwizzleComponent c)
321 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 214 enum TextureSwizzleComponent
226 static std::ostream& operator<< (std::ostream& stream, TextureSwizzleComponent comp)
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)
324 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const
335 static vk::VkComponentSwizzle getTextureSwizzleComponent (TextureSwizzleComponent c)
350 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle)
    [all...]

Completed in 110 milliseconds