Home
last modified time | relevance | path

Searched refs:uniformBufferStandardLayout (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c719 CORE_FEATURE(uniformBufferStandardLayout); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc2794 * [[{anchor-prefix}features-uniformBufferStandardLayout]]
2795 pname:uniformBufferStandardLayout indicates that the implementation
7225 * <<features-uniformBufferStandardLayout,
7226 pname:uniformBufferStandardLayout>>, if Vulkan 1.2 or the
Dinterfaces.adoc1294 . If the pname:uniformBufferStandardLayout feature is not enabled on the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5258 …ASH_COMBINE( seed, physicalDeviceUniformBufferStandardLayoutFeatures.uniformBufferStandardLayout ); in operator ()()
5411 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.uniformBufferStandardLayout ); in operator ()()
Dvulkan_hash.hpp10458 …ASH_COMBINE( seed, physicalDeviceUniformBufferStandardLayoutFeatures.uniformBufferStandardLayout ); in operator ()()
10653 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.uniformBufferStandardLayout ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6552 vkStream->write((VkBool32*)&forMarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6630 vkStream->read((VkBool32*)&forUnmarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8081 vkStream->write((VkBool32*)&forMarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceUniformBufferStandardLayoutFeatures()
8093 vkStream->read((VkBool32*)&forUnmarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceUniformBufferStandardLayoutFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp4560 memcpy(*ptr, (VkBool32*)&forMarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5547 memcpy(*ptr, (VkBool32*)&forMarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceUniformBufferStandardLayoutFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7942 vkStream->write((VkBool32*)&forMarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
8031 vkStream->read((VkBool32*)&forUnmarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
9852 vkStream->write((VkBool32*)&forMarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceUniformBufferStandardLayoutFeatures()
9876 vkStream->read((VkBool32*)&forUnmarshaling->uniformBufferStandardLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceUniformBufferStandardLayoutFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6117 memcpy((VkBool32*)&forUnmarshaling->uniformBufferStandardLayout, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
7571 memcpy((VkBool32*)&forUnmarshaling->uniformBufferStandardLayout, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceUniformBufferStandardLayoutFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5937 VkBool32 uniformBufferStandardLayout; member
6311 VkBool32 uniformBufferStandardLayout; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc7304 * Clarify that the <<features-uniformBufferStandardLayout,
7305 pname:uniformBufferStandardLayout>> feature is only required when the