Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp3397 …if (!((a->scalarBlockLayout) == (b->scalarBlockLayout))) { onFail("a->scalarBlockLayout (Error: Va… in checkEqual_VkPhysicalDeviceVulkan12Features()
3971 …if (!((a->scalarBlockLayout) == (b->scalarBlockLayout))) { onFail("a->scalarBlockLayout (Error: Va… in checkEqual_VkPhysicalDeviceScalarBlockLayoutFeatures()
Dgoldfish_vk_marshaling.cpp8517 vkStream->write((VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
8589 vkStream->read((VkBool32*)&forUnmarshaling->scalarBlockLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
9947 vkStream->write((VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
9973 vkStream->read((VkBool32*)&forUnmarshaling->scalarBlockLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6253 memcpy((VkBool32*)&forUnmarshaling->scalarBlockLayout, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
7344 memcpy((VkBool32*)&forUnmarshaling->scalarBlockLayout, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_core.h5085 VkBool32 scalarBlockLayout; member
5396 VkBool32 scalarBlockLayout; member
Dvulkan.hpp69470 : scalarBlockLayout( scalarBlockLayout_ )
69501 scalarBlockLayout = scalarBlockLayout_; in setScalarBlockLayout()
69524 && ( scalarBlockLayout == rhs.scalarBlockLayout ); in operator ==()
69538 VULKAN_HPP_NAMESPACE::Bool32 scalarBlockLayout = {}; member
72742 …imeDescriptorArray_ ), samplerFilterMinmax( samplerFilterMinmax_ ), scalarBlockLayout( scalarBlock…
72959 scalarBlockLayout = scalarBlockLayout_; in setScalarBlockLayout()
73103 && ( scalarBlockLayout == rhs.scalarBlockLayout ) in operator ==()
73163 VULKAN_HPP_NAMESPACE::Bool32 scalarBlockLayout = {}; member
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp7294 vkStream->write((VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
7355 vkStream->read((VkBool32*)&forUnmarshaling->scalarBlockLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8489 vkStream->write((VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in marshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
8504 vkStream->read((VkBool32*)&forUnmarshaling->scalarBlockLayout, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceScalarBlockLayoutFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp5033 memcpy(*ptr, (VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5853 memcpy(*ptr, (VkBool32*)&forMarshaling->scalarBlockLayout, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceScalarBlockLayoutFeatures()