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

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 163 static bool isShadowSampler (glu::DataType samplerType)
220 if (isShadowSampler(samplerType))
250 if (isShadowSampler(samplerType) && samplerType != TYPE_SAMPLER_CUBE_ARRAY_SHADOW)
326 if (isShadowSampler(samplerType))
510 if (m_samplerType != TYPE_SAMPLER_CUBE_ARRAY_SHADOW && isShadowSampler(m_samplerType))
586 if (isShadowSampler(m_samplerType))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 270 static bool isShadowSampler (glu::DataType samplerType)
322 if (isShadowSampler(samplerType))
351 if (isShadowSampler(samplerType))
484 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR;
485 const tcu::Sampler refSampler = isShadowSampler(m_samplerType)
498 if (isShadowSampler(m_samplerType))
516 if (isShadowSampler(m_samplerType))
568 if (isShadowSampler(m_samplerType))
    [all...]
vktShaderExecutor.cpp     [all...]

Completed in 38 milliseconds