Home
last modified time | relevance | path

Searched refs:compareEnable (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSampler.cpp31 , compareEnable(pCreateInfo->compareEnable) in SamplerState()
DVkSampler.hpp47 const VkBool32 compareEnable = VK_FALSE; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSamplerVk.cpp80 createInfo.compareEnable = VK_TRUE; in Initialize()
84 createInfo.compareEnable = VK_FALSE; in Initialize()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_cs.h78 if (!pCreateInfo->compareEnable) in panvk_per_arch()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSamplerVk.cpp76 createInfo.compareEnable = createInfo.compareOp == VK_COMPARE_OP_NEVER ? VK_FALSE : VK_TRUE; in Sampler()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSamplerVk.cpp65 samplerInfo.compareEnable = mState.getCompareMode() == GL_COMPARE_REF_TO_TEXTURE; in syncState()
DTextureVk.cpp1313 bool compareEnable = samplerState.getCompareMode() == GL_COMPARE_REF_TO_TEXTURE; in syncState() local
1320 compareEnable = VK_FALSE; in syncState()
1337 samplerInfo.compareEnable = compareEnable; in syncState()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp103 bool compareEnable; member
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dsampler.cc104 sampler_info.compareEnable = in CreateSampler()
/third_party/mesa3d/docs/relnotes/
D19.3.3.rst44 - VkSamplerCreateInfo compareEnable not respected
45 - VkSamplerCreateInfo compareEnable not respected
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp71 samplerState.compareEnable = (vkSamplerState->compareEnable != VK_FALSE); in getImageSampler()
/third_party/flutter/skia/src/gpu/vk/
DGrVkSampler.cpp55 createInfo.compareEnable = VK_FALSE; in Create()
/third_party/skia/src/gpu/vk/
DGrVkSampler.cpp66 createInfo.compareEnable = VK_FALSE; in Create()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_sampler.h177 size += vn_sizeof_VkBool32(&val->compareEnable); in vn_sizeof_VkSamplerCreateInfo_self()
249 vn_encode_VkBool32(enc, &val->compareEnable); in vn_encode_VkSamplerCreateInfo_self()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsamplers.adoc80 * pname:compareEnable is ename:VK_TRUE to enable comparison against a
214 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:compareEnable
250 * [[VUID-VkSamplerCreateInfo-compareEnable-01080]]
251 If pname:compareEnable is ename:VK_TRUE, pname:compareOp must: be a
269 * [[VUID-VkSamplerCreateInfo-compareEnable-01423]]
270 If pname:compareEnable is ename:VK_TRUE, the pname:reductionMode member
294 pname:compareEnable must: be ename:VK_FALSE
374 pname:compareEnable must: be ename:VK_FALSE
Dsamplers.txt80 * pname:compareEnable is ename:VK_TRUE to enable comparison against a
214 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:compareEnable
240 * [[VUID-VkSamplerCreateInfo-compareEnable-01080]]
241 If pname:compareEnable is ename:VK_TRUE, pname:compareOp must: be a
259 * [[VUID-VkSamplerCreateInfo-compareEnable-01423]]
260 If pname:compareEnable is ename:VK_TRUE, the pname:reductionMode member
284 pname:compareEnable must: be ename:VK_FALSE
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_device.c243 vk_to_v3d_compare_func[pCreateInfo->compareEnable ? in v3dX()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Ddraw_dispatch_common.txt9 equal to ename:VK_FILTER_LINEAR and pname:compareEnable equal to
16 ename:VK_SAMPLER_MIPMAP_MODE_LINEAR and pname:compareEnable equal to
Ddraw_dispatch_common.adoc9 equal to ename:VK_FILTER_LINEAR and pname:compareEnable equal to
16 ename:VK_SAMPLER_MIPMAP_MODE_LINEAR and pname:compareEnable equal to
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c255 if (create_info->compareEnable) in dzn_translate_sampler_filter()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp749 VkBool32 compareEnable; member
766 , compareEnable (VK_FALSE) in Parameters()
796 params.compareEnable, // VkBool32 compareEnable; in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp749 VkBool32 compareEnable; member
766 , compareEnable (VK_FALSE) in Parameters()
796 params.compareEnable, // VkBool32 compareEnable; in create()
DvktMemoryDeviceMemoryReportTests.cpp767 VkBool32 compareEnable; member
784 , compareEnable (VK_FALSE) in Parameters()
814 params.compareEnable, // VkBool32 compareEnable; in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp504 vk::VkBool32 compareEnable = false,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.hpp504 vk::VkBool32 compareEnable = false,

123