Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dmandatory_features.txt93 VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR FEATURES ( shaderTerminateInvocation ) …
162 VkPhysicalDeviceVulkan13Features FEATURES ( shaderTerminateInvocation ) REQUIREMENTS ( …
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkMandatoryFeatures.inl1110 if ( physicalDeviceShaderTerminateInvocationFeaturesKHR.shaderTerminateInvocation == VK_FALSE )
1112 …log << tcu::TestLog::Message << "Mandatory feature shaderTerminateInvocation not supported" << tcu…
1730 if ( physicalDeviceVulkan13Features.shaderTerminateInvocation == VK_FALSE )
1732 …log << tcu::TestLog::Message << "Mandatory feature shaderTerminateInvocation not supported" << tcu…
H A DvkDeviceFeatures2.inl1785 …eInvocationFeaturesKHR[0].shaderTerminateInvocation != deviceShaderTerminateInvocationFeaturesKHR[…
H A DvkStructTypes.inl3544 VkBool32 shaderTerminateInvocation; member
3908 VkBool32 shaderTerminateInvocation; member
H A DvkDeviceFeatureTest.inl1800 FEATURE_ITEM (VkPhysicalDeviceVulkan13Features, shaderTerminateInvocation),
2195 … FEATURE_ITEM (VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR, shaderTerminateInvocation),
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp344 features->shaderTerminateInvocation = VK_TRUE; in getPhysicalDeviceShaderTerminateInvocationFeatures()
1643 CheckFeature(requested, supported, shaderTerminateInvocation) && in hasExtendedFeatures()
1722 return CheckFeature(requested, supported, shaderTerminateInvocation); in hasExtendedFeatures()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkMandatoryFeatures.inl2472 if ( physicalDeviceShaderTerminateInvocationFeaturesKHR.shaderTerminateInvocation == VK_FALSE )
2474 …log << tcu::TestLog::Message << "Mandatory feature shaderTerminateInvocation not supported" << tcu…
3119 if ( physicalDeviceVulkan13Features.shaderTerminateInvocation == VK_FALSE )
3121 …log << tcu::TestLog::Message << "Mandatory feature shaderTerminateInvocation not supported" << tcu…
H A DvkDeviceFeatures.inl163 featureType.shaderTerminateInvocation = allFeaturesBlobs.vk13.shaderTerminateInvocation;
H A DvkDeviceFeatures2.inl2480 …deviceVulkan13Features[0].shaderTerminateInvocation != deviceVulkan13Features[1].shaderTerminateIn…
3100 …minateInvocationFeatures[0].shaderTerminateInvocation != deviceShaderTerminateInvocationFeatures[1…
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c347 .shaderTerminateInvocation = true, in hk_get_device_features()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c191 .shaderTerminateInvocation = false, in get_features()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c398 .shaderTerminateInvocation = true, in nvk_get_device_features()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp962 return !!vk13Features.shaderTerminateInvocation; in isDeviceFunctionalitySupported()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2314 … FEATURE_TABLE_ITEM(vulkan13Features, shaderTerminateInvocationFeatures, shaderTerminateInvocation, in featureBitInfluenceOnDeviceCreate()
5980 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, shaderTerminateInvocation), in deviceFeaturesVulkan13()
6633 …calDeviceVulkan13Features.shaderTerminateInvocation"}, vulkan13Features.shaderTerminateInvocation}, in deviceFeatureExtensionsConsistencyVulkan13()
6723 …if (shaderTerminateInvocationFeatures.shaderTerminateInvocation != vulkan13Features.shaderTerminat… in deviceFeatureExtensionsConsistencyVulkan13()
/aosp_15_r20/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc875 visitor->Visit("shaderTerminateInvocation", &features->shaderTerminateInvocation) && in Iterate()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c442 .shaderTerminateInvocation = true, in lvp_get_features()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c489 .shaderTerminateInvocation = true, in get_features()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c446 .shaderTerminateInvocation = true, in get_features()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c863 .shaderTerminateInvocation = true, in radv_physical_device_get_features()
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp36369 : pNext( pNext_ ), shaderTerminateInvocation( shaderTerminateInvocation_ )
36397 shaderTerminateInvocation = shaderTerminateInvocation_; in setShaderTerminateInvocation()
36421 return std::tie( sType, pNext, shaderTerminateInvocation ); in reflect()
36436 && ( shaderTerminateInvocation == rhs.shaderTerminateInvocation ); in operator ==()
36449 VULKAN_HPP_NAMESPACE::Bool32 shaderTerminateInvocation = {}; member
39006 …derDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ ), shaderTerminateInvocation( shaderT…
39070 shaderTerminateInvocation = shaderTerminateInvocation_; in setShaderTerminateInvocation()
39142 …ationCacheControl, privateData, shaderDemoteToHelperInvocation, shaderTerminateInvocation, subgrou… in reflect()
39163 && ( shaderTerminateInvocation == rhs.shaderTerminateInvocation ) in operator ==()
39190 VULKAN_HPP_NAMESPACE::Bool32 shaderTerminateInvocation = {}; member
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_device.h5257 vn_encode_VkBool32(enc, &val->shaderTerminateInvocation); in vn_encode_VkPhysicalDeviceVulkan13Features_self()
5296 vn_decode_VkBool32(dec, &val->shaderTerminateInvocation); in vn_decode_VkPhysicalDeviceVulkan13Features_self_temp()
6203 vn_encode_VkBool32(enc, &val->shaderTerminateInvocation); in vn_encode_VkPhysicalDeviceShaderTerminateInvocationFeatures_self()
6228 vn_decode_VkBool32(dec, &val->shaderTerminateInvocation); in vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures_self_temp()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c486 .shaderTerminateInvocation = true, in get_features()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc445 features->shaderTerminateInvocation = true; in tu_get_features()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c784 .shaderTerminateInvocation = false, in dzn_physical_device_get_features()
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h7074 size += vn_sizeof_VkBool32(&val->shaderTerminateInvocation); in vn_sizeof_VkPhysicalDeviceVulkan13Features_self()
7115 vn_encode_VkBool32(enc, &val->shaderTerminateInvocation); in vn_encode_VkPhysicalDeviceVulkan13Features_self()
7153 vn_decode_VkBool32(dec, &val->shaderTerminateInvocation); in vn_decode_VkPhysicalDeviceVulkan13Features_self()
8774 size += vn_sizeof_VkBool32(&val->shaderTerminateInvocation); in vn_sizeof_VkPhysicalDeviceShaderTerminateInvocationFeatures_self()
8801 vn_encode_VkBool32(enc, &val->shaderTerminateInvocation); in vn_encode_VkPhysicalDeviceShaderTerminateInvocationFeatures_self()
8825 vn_decode_VkBool32(dec, &val->shaderTerminateInvocation); in vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures_self()

12345