/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderInvocationTests.cpp | 52 if (!context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDiscardTests.cpp | 146 …f (m_demote && !context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkProfileTests.inl | 102 ROADMAP_FEATURE_ITEM(vkVulkan13Features, shaderDemoteToHelperInvocation),
|
D | vkDeviceFeatures.inl | 163 featureType.shaderDemoteToHelperInvocation = allFeaturesBlobs.vk13.shaderDemoteToHelperInvocation;
|
D | vkMandatoryFeatures.inl | 2170 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_… 2172 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <… 3418 if ( physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation == VK_FALSE ) 3420 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
|
D | vkDeviceFeatures2.inl | 2227 …vocationFeatures[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeatures… 2554 …deviceVulkan13Features[0].shaderDemoteToHelperInvocation != deviceVulkan13Features[1].shaderDemote…
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 338 features->shaderDemoteToHelperInvocation = VK_TRUE; in getPhysicalDeviceShaderDemoteToHelperInvocationFeatures() 1651 CheckFeature(requested, supported, shaderDemoteToHelperInvocation) && in hasExtendedFeatures() 1724 return CheckFeature(requested, supported, shaderDemoteToHelperInvocation); in hasExtendedFeatures()
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_physical_device.c | 344 .shaderDemoteToHelperInvocation = true, in hk_get_device_features()
|
/external/mesa3d/src/panfrost/vulkan/ |
D | panvk_physical_device.c | 356 .shaderDemoteToHelperInvocation = false, in get_features()
|
/external/mesa3d/src/nouveau/vulkan/ |
D | nvk_physical_device.c | 429 .shaderDemoteToHelperInvocation = true, in nvk_get_device_features()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 977 return !!vk13Features.shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkMandatoryFeatures.inl | 880 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_… 882 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
|
D | vkDeviceFeatures2.inl | 1195 …vocationFeatures[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeatures…
|
D | vkStructTypes.inl | 3336 VkBool32 shaderDemoteToHelperInvocation; member
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 2269 …ABLE_ITEM(vulkan13Features, shaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperInvocation, in featureBitInfluenceOnDeviceCreate() 6088 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation), in deviceFeaturesVulkan13() 7133 if (shaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation != in deviceFeatureExtensionsConsistencyVulkan13() 7134 vulkan13Features.shaderDemoteToHelperInvocation) in deviceFeatureExtensionsConsistencyVulkan13()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_physical_device.c | 521 .shaderDemoteToHelperInvocation = true, in get_features()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 493 .shaderDemoteToHelperInvocation = true, in get_features()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_physical_device.c | 909 .shaderDemoteToHelperInvocation = true, in radv_physical_device_get_features()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 450 .shaderDemoteToHelperInvocation = true, in lvp_get_features()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 28243 shaderDemoteToHelperInvocation(in_struct->shaderDemoteToHelperInvocation) in safe_VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT() 28255 shaderDemoteToHelperInvocation = src.shaderDemoteToHelperInvocation; in safe_VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT() 28267 shaderDemoteToHelperInvocation = src.shaderDemoteToHelperInvocation; in operator =() 28282 shaderDemoteToHelperInvocation = in_struct->shaderDemoteToHelperInvocation; in initialize() 28289 shaderDemoteToHelperInvocation = src->shaderDemoteToHelperInvocation; in initialize()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.cc | 455 features->shaderDemoteToHelperInvocation = true; in tu_get_features()
|
/external/mesa3d/src/intel/vulkan_hasvk/ |
D | anv_device.c | 486 .shaderDemoteToHelperInvocation = true, in get_features()
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_device.h | 4236 vn_encode_VkBool32(enc, &val->shaderDemoteToHelperInvocation); in vn_encode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self() 4261 vn_decode_VkBool32(dec, &val->shaderDemoteToHelperInvocation); in vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self_temp() 5256 vn_encode_VkBool32(enc, &val->shaderDemoteToHelperInvocation); in vn_encode_VkPhysicalDeviceVulkan13Features_self() 5295 vn_decode_VkBool32(dec, &val->shaderDemoteToHelperInvocation); in vn_decode_VkPhysicalDeviceVulkan13Features_self_temp()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 1667 … &VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT::shaderDemoteToHelperInvocation, … in ValidateShaderCapabilities()
|
/external/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 786 .shaderDemoteToHelperInvocation = false, in dzn_physical_device_get_features()
|