Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp494 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
501 if (!hasImage && !hasSampler) in iterate()
574 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
579 if (hasImage || hasSampler) in iterate()
610 if (hasSampler) in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp3065 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3068 if (hasSampler && in runAndVerifyDefaultPipeline()
3458 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3463 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()
3622 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3627 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp494 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
501 if (!hasImage && !hasSampler) in iterate()
574 const bool hasSampler = (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in iterate() local
579 if (hasImage || hasSampler) in iterate()
610 if (hasSampler) in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp3065 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3068 if (hasSampler && in runAndVerifyDefaultPipeline()
3458 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3463 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()
3622 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3627 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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp418 void setHasSampler (const bool hasSampler);
526 void SRGBTestTexture::setHasSampler (const bool hasSampler) in setHasSampler() argument
528 m_hasSampler = hasSampler; in setHasSampler()
/third_party/vk-gl-cts/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()