Searched refs:scalarBlockLayout (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dzink.rst55 Vulkan 1.2, with the ``scalarBlockLayout`` feature.
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_physical_device.c286 vk12_feats->scalarBlockLayout =
287 local_feats.scalar_block_layout.scalarBlockLayout;
1746 u.scalar_block_layout->scalarBlockLayout =
1747 vk12_feats->scalarBlockLayout;
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_device.c460 CORE_FEATURE(scalarBlockLayout);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.c1817 !(screen->info.feats12.scalarBlockLayout ||
1833 if (!screen->info.feats12.scalarBlockLayout && !screen->info.have_EXT_scalar_block_layout)
1834 printf("scalarBlockLayout OR EXT_scalar_block_layout ");
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c522 features->scalarBlockLayout = true;
698 features->scalarBlockLayout = true;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_device.c508 features->scalarBlockLayout = false;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c509 f->scalarBlockLayout = true;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h3380 size += vn_sizeof_VkBool32(&val->scalarBlockLayout);
3407 vn_encode_VkBool32(enc, &val->scalarBlockLayout);
3431 vn_decode_VkBool32(dec, &val->scalarBlockLayout);
3458 /* skip val->scalarBlockLayout */
3485 /* skip val->scalarBlockLayout */
4262 size += vn_sizeof_VkBool32(&val->scalarBlockLayout);
4335 vn_encode_VkBool32(enc, &val->scalarBlockLayout);
4405 vn_decode_VkBool32(dec, &val->scalarBlockLayout);
4478 /* skip val->scalarBlockLayout */
4551 /* skip val->scalarBlockLayout */
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c1133 features->scalarBlockLayout = true;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c1386 f->scalarBlockLayout = true;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c1254 f->scalarBlockLayout = pdevice->rad_info.chip_class >= GFX7;
1322 CORE_FEATURE(1, 2, scalarBlockLayout);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c896 features->scalarBlockLayout = pdevice->rad_info.chip_class >= CIK;
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h5458 VkBool32 scalarBlockLayout; member in struct:VkPhysicalDeviceVulkan12Features
5769 VkBool32 scalarBlockLayout; member in struct:VkPhysicalDeviceScalarBlockLayoutFeatures
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h8960 VkBool32 scalarBlockLayout; member in struct:VkPhysicalDeviceScalarBlockLayoutFeaturesEXT
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst2091 - zink: document scalarBlockLayout requirement

Completed in 140 milliseconds