Searched refs:hasSampler (Results 1 – 6 of 6) 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()
521 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local528 if (!hasImage && !hasSampler) in iterate()601 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local606 if (hasImage || hasSampler) in iterate()637 if (hasSampler) in iterate()
3469 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local3474 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()3633 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local3638 if (hasImage || hasSampler) in runAndVerifyDefaultPipeline()3669 if (hasSampler) in runAndVerifyDefaultPipeline()3761 ( (hasImage | hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo in runAndVerifyDefaultPipeline()3762 (!(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()