/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkDeviceFeatures.inl | 121 featureType.scalarBlockLayout = allFeaturesBlobs.vk12.scalarBlockLayout;
|
H A D | vkDeviceFeatures2.inl | 745 …(deviceScalarBlockLayoutFeatures[0].scalarBlockLayout != deviceScalarBlockLayoutFeatures[1].scalar… 1428 deviceVulkan12Features[0].scalarBlockLayout != deviceVulkan12Features[1].scalarBlockLayout ||
|
H A D | vkMandatoryFeatures.inl | 831 if ( physicalDeviceScalarBlockLayoutFeatures.scalarBlockLayout == VK_FALSE ) 833 …log << tcu::TestLog::Message << "Mandatory feature scalarBlockLayout not supported" << tcu::TestLo…
|
H A D | vkStructTypes.inl | 3042 VkBool32 scalarBlockLayout; member 3458 VkBool32 scalarBlockLayout; member
|
H A D | vkDeviceFeatureTest.inl | 969 FEATURE_ITEM (VkPhysicalDeviceScalarBlockLayoutFeatures, scalarBlockLayout), 1737 FEATURE_ITEM (VkPhysicalDeviceVulkan12Features, scalarBlockLayout),
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | mandatory_features.txt | 32 VkPhysicalDeviceScalarBlockLayoutFeaturesEXT FEATURES ( scalarBlockLayout ) REQUIREMENTS…
|
/aosp_15_r20/external/mesa3d/docs/drivers/ |
H A D | zink.rst | 70 Vulkan 1.2, with the :vk-feat:`scalarBlockLayout` feature.
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 2800 screen->info.feats12.scalarBlockLayout = true; in check_base_requirements() 2806 !(screen->info.feats12.scalarBlockLayout || in check_base_requirements() 2820 if (!screen->info.feats12.scalarBlockLayout && !screen->info.have_EXT_scalar_block_layout) in check_base_requirements() 2828 screen->info.feats12.scalarBlockLayout = false; in check_base_requirements()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 226 features->scalarBlockLayout = VK_TRUE; in getPhysicalDeviceScalarBlockLayoutFeatures() 1615 CheckFeature(requested, supported, scalarBlockLayout) && in hasExtendedFeatures()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 323 .scalarBlockLayout = true, in hk_get_device_features()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 167 .scalarBlockLayout = false, in get_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkDeviceFeatures.inl | 116 featureType.scalarBlockLayout = allFeaturesBlobs.vk12.scalarBlockLayout;
|
H A D | vkDeviceFeatures2.inl | 1514 …(deviceScalarBlockLayoutFeatures[0].scalarBlockLayout != deviceScalarBlockLayoutFeatures[1].scalar… 2422 deviceVulkan12Features[0].scalarBlockLayout != deviceVulkan12Features[1].scalarBlockLayout ||
|
H A D | vkMandatoryFeatures.inl | 1929 if ( physicalDeviceScalarBlockLayoutFeatures.scalarBlockLayout == VK_FALSE ) 1931 …log << tcu::TestLog::Message << "Mandatory feature scalarBlockLayout not supported" << tcu::TestLo…
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 374 .scalarBlockLayout = nvk_use_nak(info), in nvk_get_device_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 2377 if (!context.getScalarBlockLayoutFeatures().scalarBlockLayout && in createInstance() 2380 if (!context.getScalarBlockLayoutFeatures().scalarBlockLayout && usesBlockLayout(LAYOUT_SCALAR)) in createInstance()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingBufferDeviceAddressTests.cpp | 204 if (m_data.layout == LAYOUT_SCALAR && !context.getScalarBlockLayoutFeatures().scalarBlockLayout) in checkSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1910 ROADMAP_FEATURE_ITEM(vk12Features, scalarBlockLayout), in validateRoadmap2022() 2258 FEATURE_TABLE_ITEM(vulkan12Features, scalarBlockLayoutFeatures, scalarBlockLayout, in featureBitInfluenceOnDeviceCreate() 5857 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Features, scalarBlockLayout), in deviceFeaturesVulkan12() 6541 if ((scalarBlockLayoutFeatures.scalarBlockLayout != vulkan12Features.scalarBlockLayout)) in deviceFeatureExtensionsConsistencyVulkan12()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 791 visitor->Visit("scalarBlockLayout", &features->scalarBlockLayout) && in Iterate()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 418 .scalarBlockLayout = true, in lvp_get_features()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 341 .scalarBlockLayout = physical_device->devinfo.ver >= 71, in get_features()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 422 .scalarBlockLayout = true, in get_features()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 280 .scalarBlockLayout = true, in pvr_physical_device_get_supported_features()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 839 .scalarBlockLayout = pdev->info.gfx_level >= GFX7, in radv_physical_device_get_features()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_safe_struct.cpp | 26332 scalarBlockLayout(in_struct->scalarBlockLayout) in safe_VkPhysicalDeviceScalarBlockLayoutFeaturesEXT() 26344 scalarBlockLayout = src.scalarBlockLayout; in safe_VkPhysicalDeviceScalarBlockLayoutFeaturesEXT() 26356 scalarBlockLayout = src.scalarBlockLayout; in operator =() 26371 scalarBlockLayout = in_struct->scalarBlockLayout; in initialize() 26378 scalarBlockLayout = src->scalarBlockLayout; in initialize()
|