/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 168 } else if (name == "shaderStorageImageReadWithoutFormat") { in NamesToVulkanFeatures() 169 features->shaderStorageImageReadWithoutFormat = VK_TRUE; in NamesToVulkanFeatures() 408 if (available_features.shaderStorageImageReadWithoutFormat == VK_FALSE && in AreAllRequiredFeaturesSupported() 409 required_features.shaderStorageImageReadWithoutFormat == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 880 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SHADER_STORAGE_IMAGE_READ_WITHOUT_FORMAT , shaderStorageImageReadWithoutFormat ), 1001 if (isExtendedStorageFormat(format) && featuresAvailable.shaderStorageImageReadWithoutFormat) in getRequiredFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCase.cpp | 817 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SHADER_STORAGE_IMAGE_READ_WITHOUT_FORMAT , shaderStorageImageReadWithoutFormat ), 938 if (isExtendedStorageFormat(format) && featuresAvailable.shaderStorageImageReadWithoutFormat) in getRequiredFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 91 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageReadWithoutFormat) in isCoreFeaturesSupported()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 256 if (feature == "shaderStorageImageReadWithoutFormat") { in AreAllRequiredFeaturesSupported() 257 if (available_features.shaderStorageImageReadWithoutFormat == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 91 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageReadWithoutFormat) in isCoreFeaturesSupported()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 634 .shaderStorageImageReadWithoutFormat = true, in pvr_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 606 .shaderStorageImageReadWithoutFormat = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_IMAGE_LOAD_FORMATTED) != 0), in lvp_GetPhysicalDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 940 pFeatures->shaderStorageImageReadWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 388 feats.shaderStorageImageReadWithoutFormat = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures() 440 feats1.shaderStorageImageReadWithoutFormat == feats2.features.shaderStorageImageReadWithoutFormat && in CompareFeatures()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 680 .shaderStorageImageReadWithoutFormat = true, in tu_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1128 .shaderStorageImageReadWithoutFormat = false, in v3dv_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1144 .shaderStorageImageReadWithoutFormat = false, in dzn_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 664 return screen->info.feats.features.shaderStorageImageReadWithoutFormat; in zink_get_param()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1639 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageReadWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
|
H A D | vktApiFeatureInfo.cpp | 2688 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, shaderStorageImageReadWithoutFormat), in deviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1650 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageReadWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 637 (!features2.features.shaderStorageImageReadWithoutFormat || !features2.features.shaderStorageImageWriteWithoutFormat)) in checkSupport() 638 TCU_THROW(NotSupportedError, "shaderStorageImageReadWithoutFormat or shaderStorageImageWriteWithoutFormat not supported"); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 678 (!features2.features.shaderStorageImageReadWithoutFormat || !features2.features.shaderStorageImageWriteWithoutFormat)) in checkSupport() 679 TCU_THROW(NotSupportedError, "shaderStorageImageReadWithoutFormat or shaderStorageImageWriteWithoutFormat not supported"); in checkSupport()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 1363 COPY_FEATURE(hwctx->device_features, shaderStorageImageReadWithoutFormat) in vulkan_device_create_internal()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1310 .shaderStorageImageReadWithoutFormat = false, in anv_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 819 size += vn_sizeof_VkBool32(&val->shaderStorageImageReadWithoutFormat); in vn_sizeof_VkPhysicalDeviceFeatures() 880 vn_encode_VkBool32(enc, &val->shaderStorageImageReadWithoutFormat); in vn_encode_VkPhysicalDeviceFeatures() 940 vn_decode_VkBool32(dec, &val->shaderStorageImageReadWithoutFormat); in vn_decode_VkPhysicalDeviceFeatures() 1001 /* skip val->shaderStorageImageReadWithoutFormat */ in vn_sizeof_VkPhysicalDeviceFeatures_partial() 1062 /* skip val->shaderStorageImageReadWithoutFormat */ in vn_encode_VkPhysicalDeviceFeatures_partial()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3369 VkBool32 shaderStorageImageReadWithoutFormat; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1319 .shaderStorageImageReadWithoutFormat = true, in radv_GetPhysicalDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1790 VkBool32 shaderStorageImageReadWithoutFormat; member
|