Searched refs:hasSampler (Results 1 – 4 of 4) sorted by relevance
480 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local487 if (!hasImage && !hasSampler) in iterate()560 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local565 if (hasImage || hasSampler) in iterate()596 if (hasSampler) in iterate()
2925 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local2930 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()3116 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local3121 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()
417 void setHasSampler (const bool hasSampler);525 void SRGBTestTexture::setHasSampler (const bool hasSampler) in setHasSampler() argument527 m_hasSampler = hasSampler; in setHasSampler()
1488 …bool hasSampler = samplerType == VariableType::TYPE_SAMPLER_2D ? (sampler2DCount > 0) : (sampler… in TexLookup() local1489 bool allocSampler = !hasSampler || (canAllocSampler && state.getRandom().getBool()); in TexLookup()