Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc173 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 DvktTestCase.cpp1186 shaderStorageImageWriteWithoutFormat),
1371 if (isExtendedStorageFormat(format) && featuresAvailable.shaderStorageImageWriteWithoutFormat) in getRequiredFormatProperties()
/aosp_15_r20/external/mesa3d/docs/drivers/
H A Dzink.rst179 * ``shaderStorageImageWriteWithoutFormat``
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.cpp95 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageWriteWithoutFormat) in isCoreFeaturesSupported()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c255 .shaderStorageImageWriteWithoutFormat = true, in hk_get_device_features()
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Ddevice.cc265 if (available_features.shaderStorageImageWriteWithoutFormat == VK_FALSE) in AreAllRequiredFeaturesSupported()
/aosp_15_r20/external/deqp-deps/amber/docs/
Dvk_script.md476 * `shaderStorageImageWriteWithoutFormat`
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c303 .shaderStorageImageWriteWithoutFormat = true, in nvk_get_device_features()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1094 pFeatures->shaderStorageImageWriteWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c898 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 Dvkjson.cc668 …->Visit("shaderStorageImageWriteWithoutFormat", &features->shaderStorageImageWriteWithoutFormat) && in Iterate()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c355 .shaderStorageImageWriteWithoutFormat = true, in lvp_get_features()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c290 .shaderStorageImageWriteWithoutFormat = false, in get_features()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c347 .shaderStorageImageWriteWithoutFormat = true, in get_features()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c240 .shaderStorageImageWriteWithoutFormat = false, in pvr_physical_device_get_supported_features()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1675 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageWriteWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c775 .shaderStorageImageWriteWithoutFormat = true, in radv_physical_device_get_features()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c399 .shaderStorageImageWriteWithoutFormat = true, in get_features()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc358 features->shaderStorageImageWriteWithoutFormat = true; in tu_get_features()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp1602 …StorageImageWriteWithoutFormat", &VkPhysicalDeviceFeatures::shaderStorageImageWriteWithoutFormat}}, in ValidateShaderCapabilities()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp669 !features2.features.shaderStorageImageWriteWithoutFormat)) in checkSupport()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl998 VkBool32 shaderStorageImageWriteWithoutFormat; member
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c691 .shaderStorageImageWriteWithoutFormat = true, in dzn_physical_device_get_features()
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dparameter_validation.cpp346 …s.shaderStorageImageWriteWithoutFormat", structure->features.shaderStorageImageWriteWithoutFormat); in ValidatePnextStructContents()
1791 …rageImageWriteWithoutFormat", pCreateInfo->pEnabledFeatures->shaderStorageImageWriteWithoutFormat); in PreCallValidateCreateDevice()
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/
H A Dvulkan_profiles.cpp317 s->features.shaderStorageImageWriteWithoutFormat = VK_TRUE; in __anonef2f4cd20102()
378shaderStorageImageWriteWithoutFormat == VK_TRUE); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceFea… in __anonef2f4cd20202()

1234567