Searched refs:scalarBlockLayout (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_scalar_block_layout.adoc | 32 code:scalarBlockLayout capability is optional.
|
D | versions.adoc | 209 support for the <<features-scalarBlockLayout, pname:scalarBlockLayout>> 212 slink:VkPhysicalDeviceVulkan12Features::pname:scalarBlockLayout when queried
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 58 ** <<features-scalarBlockLayout, pname:scalarBlockLayout>>
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 688 CORE_FEATURE(scalarBlockLayout); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 2757 * [[{anchor-prefix}features-scalarBlockLayout]] pname:scalarBlockLayout 7303 * <<features-scalarBlockLayout, pname:scalarBlockLayout>>, if the 8104 * <<features-scalarBlockLayout, pname:scalarBlockLayout>>
|
D | interfaces.adoc | 1274 . If the code:scalarBlockLayout feature is enabled on the device and the 1332 or code:PushConstant, and the code:scalarBlockLayout feature is not
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4900 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceScalarBlockLayoutFeatures.scalarBlockLayout ); in operator ()() 5409 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.scalarBlockLayout ); in operator ()()
|
D | vulkan_hash.hpp | 9674 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceScalarBlockLayoutFeatures.scalarBlockLayout ); in operator ()() 10651 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.scalarBlockLayout ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6550 vkStream->write((VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6628 vkStream->read((VkBool32*)&forUnmarshaling->scalarBlockLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 7811 vkStream->write((VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceScalarBlockLayoutFeatures() 7823 vkStream->read((VkBool32*)&forUnmarshaling->scalarBlockLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4556 memcpy(*ptr, (VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 5375 memcpy(*ptr, (VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7940 vkStream->write((VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 8029 vkStream->read((VkBool32*)&forUnmarshaling->scalarBlockLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 9470 vkStream->write((VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceScalarBlockLayoutFeatures() 9494 vkStream->read((VkBool32*)&forUnmarshaling->scalarBlockLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6113 memcpy((VkBool32*)&forUnmarshaling->scalarBlockLayout, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 7264 memcpy((VkBool32*)&forUnmarshaling->scalarBlockLayout, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5935 VkBool32 scalarBlockLayout; member 6246 VkBool32 scalarBlockLayout; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4467 * Clarify that code:scalarBlockLayout is supported on the 4942 * Specify which storage classes are affected by code:scalarBlockLayout in 8243 * Fix extension dependency of pname:scalarBlockLayout in the
|