Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1125 const GatherCaseBaseParams m_baseParams; member in vkt::sr::__anon19f4c7b00111::TextureGatherInstance
1137 , m_baseParams (baseParams) in TextureGatherInstance()
1142 …DE_ASSERT((m_baseParams.gatherType == GATHERTYPE_BASIC) == (m_baseParams.offsetSize == OFFSETSIZE_… in TextureGatherInstance()
1143 …DE_ASSERT((m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_ba… in TextureGatherInstance()
1150 …(m_baseParams.magFilter == tcu::Sampler::NEAREST && (m_baseParams.minFilter == tcu::Sampler::NEARE… in TextureGatherInstance()
1151 …DE_ASSERT(m_baseParams.textureType == TEXTURETYPE_CUBE || !(m_baseParams.flags & GATHERCASE_DONT_S… in TextureGatherInstance()
1168 if (requireGpuShader5(m_baseParams.gatherType, m_baseParams.offsetSize)) in init()
1176 if (m_baseParams.offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM) in init()
1178 …const IVec2 offsetRange = getOffsetRange(m_baseParams.offsetSize, m_context.getDeviceProperties(… in init()
1189 if (m_baseParams.textureSwizzle.isSome()) in init()
[all …]