Home
last modified time | relevance | path

Searched refs:scalarBlockLayout (Results 1 – 25 of 138) sorted by relevance

123456

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceFeatures.inl121 featureType.scalarBlockLayout = allFeaturesBlobs.vk12.scalarBlockLayout;
H A DvkDeviceFeatures2.inl745 …(deviceScalarBlockLayoutFeatures[0].scalarBlockLayout != deviceScalarBlockLayoutFeatures[1].scalar…
1428 deviceVulkan12Features[0].scalarBlockLayout != deviceVulkan12Features[1].scalarBlockLayout ||
H A DvkMandatoryFeatures.inl831 if ( physicalDeviceScalarBlockLayoutFeatures.scalarBlockLayout == VK_FALSE )
833 …log << tcu::TestLog::Message << "Mandatory feature scalarBlockLayout not supported" << tcu::TestLo…
H A DvkStructTypes.inl3042 VkBool32 scalarBlockLayout; member
3458 VkBool32 scalarBlockLayout; member
H A DvkDeviceFeatureTest.inl969 FEATURE_ITEM (VkPhysicalDeviceScalarBlockLayoutFeatures, scalarBlockLayout),
1737 FEATURE_ITEM (VkPhysicalDeviceVulkan12Features, scalarBlockLayout),
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dmandatory_features.txt32 VkPhysicalDeviceScalarBlockLayoutFeaturesEXT FEATURES ( scalarBlockLayout ) REQUIREMENTS…
/aosp_15_r20/external/mesa3d/docs/drivers/
H A Dzink.rst70 Vulkan 1.2, with the :vk-feat:`scalarBlockLayout` feature.
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c2800 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 DVkPhysicalDevice.cpp226 features->scalarBlockLayout = VK_TRUE; in getPhysicalDeviceScalarBlockLayoutFeatures()
1615 CheckFeature(requested, supported, scalarBlockLayout) && in hasExtendedFeatures()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c323 .scalarBlockLayout = true, in hk_get_device_features()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c167 .scalarBlockLayout = false, in get_features()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeatures.inl116 featureType.scalarBlockLayout = allFeaturesBlobs.vk12.scalarBlockLayout;
H A DvkDeviceFeatures2.inl1514 …(deviceScalarBlockLayoutFeatures[0].scalarBlockLayout != deviceScalarBlockLayoutFeatures[1].scalar…
2422 deviceVulkan12Features[0].scalarBlockLayout != deviceVulkan12Features[1].scalarBlockLayout ||
H A DvkMandatoryFeatures.inl1929 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 Dnvk_physical_device.c374 .scalarBlockLayout = nvk_use_nak(info), in nvk_get_device_features()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp2377 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 DvktBindingBufferDeviceAddressTests.cpp204 if (m_data.layout == LAYOUT_SCALAR && !context.getScalarBlockLayoutFeatures().scalarBlockLayout) in checkSupport()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1910 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 Dvkjson.cc791 visitor->Visit("scalarBlockLayout", &features->scalarBlockLayout) && in Iterate()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c418 .scalarBlockLayout = true, in lvp_get_features()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c341 .scalarBlockLayout = physical_device->devinfo.ver >= 71, in get_features()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c422 .scalarBlockLayout = true, in get_features()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c280 .scalarBlockLayout = true, in pvr_physical_device_get_supported_features()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c839 .scalarBlockLayout = pdev->info.gfx_level >= GFX7, in radv_physical_device_get_features()
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_safe_struct.cpp26332 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()

123456