Home
last modified time | relevance | path

Searched defs:uvwBits (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.hpp46 …IVec3 uvwBits; //!< Bits per component in final per-level UV(W) coordinates. Assumed to be fixed… member
62 …IVec3 uvwBits; //!< Bits per component in final per-level UV(W) coordinates. Assumed to be fixed… member
DtcuTexCompareVerifier.hpp40 …IVec3 uvwBits; //!< Bits per component in final per-level UV(W) coordinates. Assumed to be fixed… member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp1510 const IVec3 uvwBits = m_textureType == TEXTURETYPE_2D ? IVec3(7,7,0) in verify() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1454 const IVec3 uvwBits = m_baseParams.textureType == TEXTURETYPE_2D ? IVec3(7,7,0) in verify() local