Searched refs:uniformBufferStandardLayout (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 719 CORE_FEATURE(uniformBufferStandardLayout); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 2794 * [[{anchor-prefix}features-uniformBufferStandardLayout]] 2795 pname:uniformBufferStandardLayout indicates that the implementation 7225 * <<features-uniformBufferStandardLayout, 7226 pname:uniformBufferStandardLayout>>, if Vulkan 1.2 or the
|
D | interfaces.adoc | 1294 . If the pname:uniformBufferStandardLayout feature is not enabled on the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5258 …ASH_COMBINE( seed, physicalDeviceUniformBufferStandardLayoutFeatures.uniformBufferStandardLayout ); in operator ()() 5411 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.uniformBufferStandardLayout ); in operator ()()
|
D | vulkan_hash.hpp | 10458 …ASH_COMBINE( seed, physicalDeviceUniformBufferStandardLayoutFeatures.uniformBufferStandardLayout ); in operator ()() 10653 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.uniformBufferStandardLayout ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6552 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4560 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/ |
D | goldfish_vk_marshaling.cpp | 7942 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6117 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/ |
D | vulkan_core.h | 5937 VkBool32 uniformBufferStandardLayout; member 6311 VkBool32 uniformBufferStandardLayout; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7304 * Clarify that the <<features-uniformBufferStandardLayout, 7305 pname:uniformBufferStandardLayout>> feature is only required when the
|