/aosp_15_r20/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 173 features->shaderStorageImageWriteWithoutFormat = VK_TRUE; in NamesToVulkanFeatures() 414 if (available_features.shaderStorageImageWriteWithoutFormat == VK_FALSE && in AreAllRequiredFeaturesSupported() 415 required_features.shaderStorageImageWriteWithoutFormat == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 1186 shaderStorageImageWriteWithoutFormat), 1371 if (isExtendedStorageFormat(format) && featuresAvailable.shaderStorageImageWriteWithoutFormat) in getRequiredFormatProperties()
|
/aosp_15_r20/external/mesa3d/docs/drivers/ |
H A D | zink.rst | 179 * ``shaderStorageImageWriteWithoutFormat``
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 95 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageWriteWithoutFormat) in isCoreFeaturesSupported()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 255 .shaderStorageImageWriteWithoutFormat = true, in hk_get_device_features()
|
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | device.cc | 265 if (available_features.shaderStorageImageWriteWithoutFormat == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/aosp_15_r20/external/deqp-deps/amber/docs/ |
D | vk_script.md | 476 * `shaderStorageImageWriteWithoutFormat`
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 303 .shaderStorageImageWriteWithoutFormat = true, in nvk_get_device_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1094 pFeatures->shaderStorageImageWriteWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 898 return screen->info.feats.features.shaderStorageImageWriteWithoutFormat; in zink_get_param() 1303 screen->info.feats.features.shaderStorageImageWriteWithoutFormat) in zink_get_shader_param()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 668 …->Visit("shaderStorageImageWriteWithoutFormat", &features->shaderStorageImageWriteWithoutFormat) && in Iterate()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 355 .shaderStorageImageWriteWithoutFormat = true, in lvp_get_features()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 290 .shaderStorageImageWriteWithoutFormat = false, in get_features()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 347 .shaderStorageImageWriteWithoutFormat = true, in get_features()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 240 .shaderStorageImageWriteWithoutFormat = false, in pvr_physical_device_get_supported_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1675 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageWriteWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 775 .shaderStorageImageWriteWithoutFormat = true, in radv_physical_device_get_features()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_device.c | 399 .shaderStorageImageWriteWithoutFormat = true, in get_features()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.cc | 358 features->shaderStorageImageWriteWithoutFormat = true; in tu_get_features()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | shader_validation.cpp | 1602 …StorageImageWriteWithoutFormat", &VkPhysicalDeviceFeatures::shaderStorageImageWriteWithoutFormat}}, in ValidateShaderCapabilities()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 669 !features2.features.shaderStorageImageWriteWithoutFormat)) in checkSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkStructTypes.inl | 998 VkBool32 shaderStorageImageWriteWithoutFormat; member
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 691 .shaderStorageImageWriteWithoutFormat = true, in dzn_physical_device_get_features()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | parameter_validation.cpp | 346 …s.shaderStorageImageWriteWithoutFormat", structure->features.shaderStorageImageWriteWithoutFormat); in ValidatePnextStructContents() 1791 …rageImageWriteWithoutFormat", pCreateInfo->pEnabledFeatures->shaderStorageImageWriteWithoutFormat); in PreCallValidateCreateDevice()
|
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/ |
H A D | vulkan_profiles.cpp | 317 s->features.shaderStorageImageWriteWithoutFormat = VK_TRUE; in __anonef2f4cd20102() 378 …shaderStorageImageWriteWithoutFormat == VK_TRUE); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceFea… in __anonef2f4cd20202()
|