Home
last modified time | relevance | path

Searched refs:shaderStorageImageReadWithoutFormat (Results 1 - 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc168 } 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 DvktTestCase.cpp880 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 DvktTestCase.cpp817 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 DvktSpvAsmUtils.cpp91 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageReadWithoutFormat) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc256 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 DvktSpvAsmUtils.cpp91 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageReadWithoutFormat) in isCoreFeaturesSupported()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c634 .shaderStorageImageReadWithoutFormat = true, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c606 .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 DvkNullDriver.cpp940 pFeatures->shaderStorageImageReadWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp388 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 Dtu_device.c680 .shaderStorageImageReadWithoutFormat = true, in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1128 .shaderStorageImageReadWithoutFormat = false, in v3dv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1144 .shaderStorageImageReadWithoutFormat = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c664 return screen->info.feats.features.shaderStorageImageReadWithoutFormat; in zink_get_param()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1639 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageReadWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
H A DvktApiFeatureInfo.cpp2688 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, shaderStorageImageReadWithoutFormat), in deviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1650 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageReadWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp637 (!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 DvktRobustnessExtsTests.cpp678 (!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 Dhwcontext_vulkan.c1363 COPY_FEATURE(hwctx->device_features, shaderStorageImageReadWithoutFormat) in vulkan_device_create_internal()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1310 .shaderStorageImageReadWithoutFormat = false, in anv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h819 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 Dvulkan.h3369 VkBool32 shaderStorageImageReadWithoutFormat; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1319 .shaderStorageImageReadWithoutFormat = true, in radv_GetPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1790 VkBool32 shaderStorageImageReadWithoutFormat; member

Completed in 164 milliseconds

12