Home
last modified time | relevance | path

Searched refs:maxSubsampledArrayLayers (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp17868 if (!((a->maxSubsampledArrayLayers) == (b->maxSubsampledArrayLayers))) { in checkEqual_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT()
Dgoldfish_vk_marshaling.cpp32961 vkStream->write((uint32_t*)&forMarshaling->maxSubsampledArrayLayers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT()
32990 vkStream->read((uint32_t*)&forUnmarshaling->maxSubsampledArrayLayers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT()
Dgoldfish_vk_reserved_marshaling.cpp25783 memcpy((uint32_t*)&forUnmarshaling->maxSubsampledArrayLayers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h14471 uint32_t maxSubsampledArrayLayers; member
Dvulkan_structs.hpp54619 …ctionEarlyAccess( subsampledCoarseReconstructionEarlyAccess_ ), maxSubsampledArrayLayers( maxSubsa…
54657 …xt, subsampledLoads, subsampledCoarseReconstructionEarlyAccess, maxSubsampledArrayLayers, maxDescr… in reflect()
54674 && ( maxSubsampledArrayLayers == rhs.maxSubsampledArrayLayers ) in operator ==()
54690 uint32_t maxSubsampledArrayLayers = {}; member
Dvulkan_hash.hpp7100 …_HPP_HASH_COMBINE( seed, physicalDeviceFragmentDensityMap2PropertiesEXT.maxSubsampledArrayLayers ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp25763 vkStream->write((uint32_t*)&forMarshaling->maxSubsampledArrayLayers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT()
25780 vkStream->read((uint32_t*)&forUnmarshaling->maxSubsampledArrayLayers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp17241 memcpy(*ptr, (uint32_t*)&forMarshaling->maxSubsampledArrayLayers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT()