Home
last modified time | relevance | path

Searched refs:storageBuffer8BitAccess (Results 1 - 25 of 55) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp102 if (!features.storageBuffer8BitAccess) in requireFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp102 if (!features.storageBuffer8BitAccess) in requireFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp461 features.ext8BitStorage.storageBuffer8BitAccess = true; in addComputeWorkgroupMemoryTests()
595 features.ext8BitStorage.storageBuffer8BitAccess = true; in addComputeWorkgroupMemoryTests()
H A DvktSpvAsmUtils.cpp136 IS_AVAIL("8BitStorage.", storageBuffer8BitAccess); in is8BitStorageFeaturesSupported()
H A DvktSpvAsm8bitStorageTests.cpp148 features.ext8BitStorage.storageBuffer8BitAccess = true; in get8BitStorageFeatures()
1985 spec.requestedVulkanFeatures.ext8BitStorage.storageBuffer8BitAccess = true; in addCompute8bitStorageBuffer8To8Group()
H A DvktSpvAsmTrinaryMinMaxTests.cpp463 if (!storage8BitFeatures.storageBuffer8BitAccess) in checkSupport()
H A DvktSpvAsmIntegerDotProductTests.cpp209 spec.requestedVulkanFeatures.ext8BitStorage.storageBuffer8BitAccess = true; in addDotProductExtensionAndFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp461 features.ext8BitStorage.storageBuffer8BitAccess = true; in addComputeWorkgroupMemoryTests()
595 features.ext8BitStorage.storageBuffer8BitAccess = true; in addComputeWorkgroupMemoryTests()
H A DvktSpvAsmUtils.cpp136 IS_AVAIL("8BitStorage.", storageBuffer8BitAccess); in is8BitStorageFeaturesSupported()
H A DvktSpvAsm8bitStorageTests.cpp148 features.ext8BitStorage.storageBuffer8BitAccess = true; in get8BitStorageFeatures()
1985 spec.requestedVulkanFeatures.ext8BitStorage.storageBuffer8BitAccess = true; in addCompute8bitStorageBuffer8To8Group()
H A DvktSpvAsmTrinaryMinMaxTests.cpp463 if (!storage8BitFeatures.storageBuffer8BitAccess) in checkSupport()
H A DvktSpvAsmIntegerDotProductTests.cpp209 spec.requestedVulkanFeatures.ext8BitStorage.storageBuffer8BitAccess = true; in addDotProductExtensionAndFeatures()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc39 "Storage8BitFeatures.storageBuffer8BitAccess";
641 vulkan12_ptrs->storageBuffer8BitAccess != VK_TRUE) { in Initialize()
667 storage8_ptrs->storageBuffer8BitAccess != VK_TRUE) { in Initialize()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c238 vk12_feats->storageBuffer8BitAccess = in vn_physical_device_init_features()
239 local_feats.eight_bit_storage.storageBuffer8BitAccess; in vn_physical_device_init_features()
1700 u.eight_bit_storage->storageBuffer8BitAccess = in vn_GetPhysicalDeviceFeatures2()
1701 vk12_feats->storageBuffer8BitAccess; in vn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc53 "Storage8BitFeatures.storageBuffer8BitAccess";
857 storage_8bit_features.storageBuffer8BitAccess == VK_FALSE) || in CheckVulkanPhysicalDeviceRequirements()
1074 storage_8bit_feature_.storageBuffer8BitAccess = VK_TRUE; in CreateDeviceWithFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp127 features->storageBuffer8BitAccess = VK_FALSE; in getPhysicalDevice8BitStorageFeaturesKHR()
1170 CheckFeature(requested, supported, storageBuffer8BitAccess) && in hasExtendedFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp132 if (feature == "Storage8BitFeatures.storageBuffer8BitAccess") in isFeatureSupported()
133 return ctx.get8BitStorageFeatures().storageBuffer8BitAccess; in isFeatureSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp131 if (feature == "Storage8BitFeatures.storageBuffer8BitAccess") in isFeatureSupported()
132 return ctx.get8BitStorageFeatures().storageBuffer8BitAccess; in isFeatureSupported()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c604 CORE_FEATURE(storageBuffer8BitAccess); in vk_get_physical_device_core_1_2_feature_ext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1820 bool storageBuffer8BitAccess = false; in isFormatSupportedForDevice() local
1833 storageBuffer8BitAccess = storage8bit.storageBuffer8BitAccess ? true : false; in isFormatSupportedForDevice()
1858 return shaderSubgroupExtendedTypes && shaderInt8 && storageBuffer8BitAccess; in isFormatSupportedForDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1808 bool storageBuffer8BitAccess = false; in isFormatSupportedForDevice() local
1821 storageBuffer8BitAccess = storage8bit.storageBuffer8BitAccess ? true : false; in isFormatSupportedForDevice()
1846 return shaderSubgroupExtendedTypes && shaderInt8 && storageBuffer8BitAccess; in isFormatSupportedForDevice()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c514 .storageBuffer8BitAccess = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c646 f->storageBuffer8BitAccess = true; in lvp_get_physical_device_features_1_2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp1153 if (!int8StorageFeatures.storageBuffer8BitAccess) in checkSupport()
1154 TCU_THROW(NotSupportedError, "storageBuffer8BitAccess not supported"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp1153 if (!int8StorageFeatures.storageBuffer8BitAccess) in checkSupport()
1154 TCU_THROW(NotSupportedError, "storageBuffer8BitAccess not supported"); in checkSupport()

Completed in 64 milliseconds

123