Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp480 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
487 if (!hasImage && !hasSampler) in iterate()
560 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
565 if (hasImage || hasSampler) in iterate()
596 if (hasSampler) in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp2925 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
2930 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()
3116 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3121 if (hasImage || hasSampler) in runAndVerifyDefaultPipeline()
3152 if (hasSampler) in runAndVerifyDefaultPipeline()
3244 ( (hasImage | hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo in runAndVerifyDefaultPipeline()
3245 (!(hasImage | hasSampler) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo in runAndVerifyDefaultPipeline()
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp417 void setHasSampler (const bool hasSampler);
525 void SRGBTestTexture::setHasSampler (const bool hasSampler) in setHasSampler() argument
527 m_hasSampler = hasSampler; in setHasSampler()
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1488 …bool hasSampler = samplerType == VariableType::TYPE_SAMPLER_2D ? (sampler2DCount > 0) : (sampler… in TexLookup() local
1489 bool allocSampler = !hasSampler || (canAllocSampler && state.getRandom().getBool()); in TexLookup()