Home
last modified time | relevance | path

Searched refs:MaybeTextureSwizzle (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp240 struct MaybeTextureSwizzle struct
243 static MaybeTextureSwizzle createNoneTextureSwizzle (void);
244 static MaybeTextureSwizzle createSomeTextureSwizzle (void);
254 MaybeTextureSwizzle (void);
260 static std::ostream& operator<< (std::ostream& stream, const MaybeTextureSwizzle& comp) in operator <<()
274 MaybeTextureSwizzle MaybeTextureSwizzle::createNoneTextureSwizzle (void) in createNoneTextureSwizzle()
276 MaybeTextureSwizzle swizzle; in createNoneTextureSwizzle()
287 MaybeTextureSwizzle MaybeTextureSwizzle::createSomeTextureSwizzle (void) in createSomeTextureSwizzle()
289 MaybeTextureSwizzle swizzle; in createSomeTextureSwizzle()
300 bool MaybeTextureSwizzle::isSome (void) const in isSome()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp211 struct MaybeTextureSwizzle struct
214 static MaybeTextureSwizzle createNoneTextureSwizzle (void);
215 static MaybeTextureSwizzle createSomeTextureSwizzle (void);
225 MaybeTextureSwizzle (void);
231 static std::ostream& operator<< (std::ostream& stream, const MaybeTextureSwizzle& comp) in operator <<()
245 MaybeTextureSwizzle MaybeTextureSwizzle::createNoneTextureSwizzle (void) in createNoneTextureSwizzle()
247 MaybeTextureSwizzle swizzle; in createNoneTextureSwizzle()
258 MaybeTextureSwizzle MaybeTextureSwizzle::createSomeTextureSwizzle (void) in createSomeTextureSwizzle()
260 MaybeTextureSwizzle swizzle; in createSomeTextureSwizzle()
271 bool MaybeTextureSwizzle::isSome (void) const in isSome()
[all …]