Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h30 bool hasSampler(cl_sampler sampler) const;
111 inline bool CLContextCL::hasSampler(cl_sampler sampler) const in hasSampler() function
DCLKernelCL.cpp147 if (ctx.hasSampler(sampler)) in setArg()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp521 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
528 if (!hasImage && !hasSampler) in iterate()
601 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
606 if (hasImage || hasSampler) in iterate()
637 if (hasSampler) in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp3469 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3474 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()
3633 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3638 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()
/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()