OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureSwizzleComponent
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
169
enum
TextureSwizzleComponent
181
static std::ostream& operator<< (std::ostream& stream,
TextureSwizzleComponent
comp)
205
tcu::Vector<
TextureSwizzleComponent
, 4>& getSwizzle (void);
206
const tcu::Vector<
TextureSwizzleComponent
, 4>& getSwizzle (void) const;
211
tcu::Vector<
TextureSwizzleComponent
, 4> m_swizzle;
274
tcu::Vector<
TextureSwizzleComponent
, 4>& MaybeTextureSwizzle::getSwizzle (void)
279
const tcu::Vector<
TextureSwizzleComponent
, 4>& MaybeTextureSwizzle::getSwizzle (void) const
290
static deUint32 getGLTextureSwizzleComponent (
TextureSwizzleComponent
c)
305
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 663 milliseconds