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/
H A DCLContextCL.h30 bool hasSampler(cl_sampler sampler) const;
111 inline bool CLContextCL::hasSampler(cl_sampler sampler) const in hasSampler() function in rx::CLContextCL
H A DCLKernelCL.cpp147 if (ctx.hasSampler(sampler)) in setArg()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A 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()
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3068 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3071 if (hasSampler && in runAndVerifyDefaultPipeline()
3461 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3466 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()
3625 const bool hasSampler = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) || in runAndVerifyDefaultPipeline() local
3630 if (hasImage || hasSampler) in runAndVerifyDefaultPipeline()
3661 if (hasSampler) in runAndVerifyDefaultPipeline()
3753 ( (hasImage | hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo in runAndVerifyDefaultPipeline()
3754 (!(hasImage | hasSampler) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A 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()
H A 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/
H A 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/
H A DrsgExpression.cpp1488 bool hasSampler = samplerType == VariableType::TYPE_SAMPLER_2D ? (sampler2DCount > 0) : (samplerCubeCount > 0); in TexLookup()
1489 bool allocSampler = !hasSampler || (canAllocSampler && state.getRandom().getBool()); in TexLookup()

Completed in 23 milliseconds