Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp159 …m_demote && !context.getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt70 VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT FEATURES ( shaderDemoteToHelperInvocation
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c760 CORE_FEATURE(shaderDemoteToHelperInvocation); in vk_get_physical_device_core_1_3_feature_ext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp544 return !!getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c706 f->shaderDemoteToHelperInvocation = VK_TRUE; in lvp_get_physical_device_features_1_3()
894 features->shaderDemoteToHelperInvocation = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1192 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_…
1194 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
DvkDeviceFeatureTest.inl850 …E_ITEM (VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT, shaderDemoteToHelperInvocation),
DvkStructTypes.inl4951 VkBool32 shaderDemoteToHelperInvocation; member
DvkVulkan_c.inl13038 VkBool32 shaderDemoteToHelperInvocation; member
DvkStrUtilImpl.inl11163 s << "\tshaderDemoteToHelperInvocation = " << value.shaderDemoteToHelperInvocation << '\n';
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c570 .shaderDemoteToHelperInvocation = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c626 features->shaderDemoteToHelperInvocation = true; in tu_get_physical_device_features_1_3()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1246 .shaderDemoteToHelperInvocation = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h5161 size += vn_sizeof_VkBool32(&val->shaderDemoteToHelperInvocation); in vn_sizeof_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self()
5188 vn_encode_VkBool32(enc, &val->shaderDemoteToHelperInvocation); in vn_encode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self()
5212 vn_decode_VkBool32(dec, &val->shaderDemoteToHelperInvocation); in vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self()
6398 size += vn_sizeof_VkBool32(&val->shaderDemoteToHelperInvocation); in vn_sizeof_VkPhysicalDeviceVulkan13Features_self()
6439 vn_encode_VkBool32(enc, &val->shaderDemoteToHelperInvocation); in vn_encode_VkPhysicalDeviceVulkan13Features_self()
6477 vn_decode_VkBool32(dec, &val->shaderDemoteToHelperInvocation); in vn_decode_VkPhysicalDeviceVulkan13Features_self()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1432 f->shaderDemoteToHelperInvocation = true; in anv_get_physical_device_features_1_3()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h6623 VkBool32 shaderDemoteToHelperInvocation; member
6717 VkBool32 shaderDemoteToHelperInvocation; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp67916 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
67948 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
67971 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect()
67983 …hs.sType ) && ( pNext == rhs.pNext ) && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelp… in operator ==()
67996 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
73809 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
73880 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
73984 shaderDemoteToHelperInvocation, in reflect()
74009 …( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) && ( shaderTerminateInvoc… in operator ==()
74031 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6745 VkBool32 shaderDemoteToHelperInvocation; member
6839 VkBool32 shaderDemoteToHelperInvocation; member
Dvulkan_hash.hpp9347 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()()
10207 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1424 f->shaderDemoteToHelperInvocation = true; in radv_get_physical_device_features_1_3()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9538 VkBool32 shaderDemoteToHelperInvocation; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11457 VkBool32 shaderDemoteToHelperInvocation; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12076 VkBool32 shaderDemoteToHelperInvocation; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h11916 VkBool32 shaderDemoteToHelperInvocation; member
Dvulkan_structs.hpp51870 : shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
51904 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
51925 ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==()
51937 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member