| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderDiscardTests.cpp | 159 …m_demote && !context.getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation) in checkSupport()
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
| D | mandatory_features.txt | 70 VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT FEATURES ( shaderDemoteToHelperInvocation…
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_device.c | 760 CORE_FEATURE(shaderDemoteToHelperInvocation); in vk_get_physical_device_core_1_3_feature_ext()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| D | vktTestCase.cpp | 544 return !!getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 706 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/ |
| D | vkMandatoryFeatures.inl | 1192 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_… 1194 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
|
| D | vkDeviceFeatureTest.inl | 850 …E_ITEM (VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT, shaderDemoteToHelperInvocation),
|
| D | vkStructTypes.inl | 4951 VkBool32 shaderDemoteToHelperInvocation; member
|
| D | vkVulkan_c.inl | 13038 VkBool32 shaderDemoteToHelperInvocation; member
|
| D | vkStrUtilImpl.inl | 11163 s << "\tshaderDemoteToHelperInvocation = " << value.shaderDemoteToHelperInvocation << '\n';
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_device.c | 570 .shaderDemoteToHelperInvocation = false, in panvk_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 626 features->shaderDemoteToHelperInvocation = true; in tu_get_physical_device_features_1_3()
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| D | dzn_device.c | 1246 .shaderDemoteToHelperInvocation = false, in dzn_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_device.h | 5161 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/ |
| D | anv_device.c | 1432 f->shaderDemoteToHelperInvocation = true; in anv_get_physical_device_features_1_3()
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 6623 VkBool32 shaderDemoteToHelperInvocation; member 6717 VkBool32 shaderDemoteToHelperInvocation; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 67916 , 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
|
| D | vulkan_core.h | 6745 VkBool32 shaderDemoteToHelperInvocation; member 6839 VkBool32 shaderDemoteToHelperInvocation; member
|
| D | vulkan_hash.hpp | 9347 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()() 10207 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 1424 f->shaderDemoteToHelperInvocation = true; in radv_get_physical_device_features_1_3()
|
| /third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 9538 VkBool32 shaderDemoteToHelperInvocation; member
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 11457 VkBool32 shaderDemoteToHelperInvocation; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 12076 VkBool32 shaderDemoteToHelperInvocation; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 11916 VkBool32 shaderDemoteToHelperInvocation; member
|
| D | vulkan_structs.hpp | 51870 : shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ ) 51904 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation() 51925 ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==() 51937 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
|