Searched refs:hasSampler (Results 1 – 8 of 8) sorted by relevance
30 bool hasSampler(cl_sampler sampler) const;111 inline bool CLContextCL::hasSampler(cl_sampler sampler) const in hasSampler() function
147 if (ctx.hasSampler(sampler)) in setArg()
494 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local501 if (!hasImage && !hasSampler) in iterate()574 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local579 if (hasImage || hasSampler) in iterate()610 if (hasSampler) in iterate()
3065 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local3068 if (hasSampler && in runAndVerifyDefaultPipeline()3458 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local3463 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()3622 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local3627 if (hasImage || hasSampler) in runAndVerifyDefaultPipeline()3658 if (hasSampler) in runAndVerifyDefaultPipeline()3750 ( (hasImage | hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo in runAndVerifyDefaultPipeline()3751 (!(hasImage | hasSampler) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo in runAndVerifyDefaultPipeline()
418 void setHasSampler (const bool hasSampler);526 void SRGBTestTexture::setHasSampler (const bool hasSampler) in setHasSampler() argument528 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()