Searched defs:hasSampler (Results 1 – 5 of 5) sorted by relevance
523 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local610 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
3189 … const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local3582 … const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local3749 … const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
107 inline bool CLContextCL::hasSampler(cl_sampler sampler) const in hasSampler() function
1566 …bool hasSampler = samplerType == VariableType::TYPE_SAMPLER_2D ? (sampler2DCount > 0) : (samp… in TexLookup() local
526 void SRGBTestTexture::setHasSampler(const bool hasSampler) in setHasSampler()