Searched refs:deviceRenderAreaCount (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 97 in the pname:pNext chain and its pname:deviceRenderAreaCount member is not 141 If slink:VkDeviceGroupRenderPassBeginInfo::pname:deviceRenderAreaCount 147 If slink:VkDeviceGroupRenderPassBeginInfo::pname:deviceRenderAreaCount 174 pname:deviceRenderAreaCount member is equal to 0, 181 pname:deviceRenderAreaCount member is equal to 0, 188 pname:deviceRenderAreaCount member is equal to 0, 197 pname:deviceRenderAreaCount member is equal to 0, 206 pname:deviceRenderAreaCount member is equal to 0, 217 pname:deviceRenderAreaCount member is equal to 0, 444 pname:deviceRenderAreaCount member is equal to 0 and [all …]
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 2390 (VkRect2D*)alloc->alloc(from->deviceRenderAreaCount * sizeof(const VkRect2D)); in deepcopy_VkDeviceGroupRenderPassBeginInfo() 2391 to->deviceRenderAreaCount = from->deviceRenderAreaCount; in deepcopy_VkDeviceGroupRenderPassBeginInfo() 2392 for (uint32_t i = 0; i < (uint32_t)from->deviceRenderAreaCount; ++i) { in deepcopy_VkDeviceGroupRenderPassBeginInfo()
|
D | goldfish_vk_transform.cpp | 2521 for (uint32_t i = 0; i < (uint32_t)toTransform->deviceRenderAreaCount; ++i) { in transform_tohost_VkDeviceGroupRenderPassBeginInfo() 2538 for (uint32_t i = 0; i < (uint32_t)toTransform->deviceRenderAreaCount; ++i) { in transform_fromhost_VkDeviceGroupRenderPassBeginInfo()
|
D | goldfish_vk_marshaling.cpp | 5331 vkStream->write((uint32_t*)&forMarshaling->deviceRenderAreaCount, sizeof(uint32_t)); in marshal_VkDeviceGroupRenderPassBeginInfo() 5333 for (uint32_t i = 0; i < (uint32_t)forMarshaling->deviceRenderAreaCount; ++i) { in marshal_VkDeviceGroupRenderPassBeginInfo() 5361 vkStream->read((uint32_t*)&forUnmarshaling->deviceRenderAreaCount, sizeof(uint32_t)); in unmarshal_VkDeviceGroupRenderPassBeginInfo() 5363 forUnmarshaling->deviceRenderAreaCount * sizeof(const VkRect2D)); in unmarshal_VkDeviceGroupRenderPassBeginInfo() 5365 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->deviceRenderAreaCount; ++i) { in unmarshal_VkDeviceGroupRenderPassBeginInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 3969 memcpy((uint32_t*)&forUnmarshaling->deviceRenderAreaCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDeviceGroupRenderPassBeginInfo() 3972 forUnmarshaling->deviceRenderAreaCount * sizeof(const VkRect2D)); in reservedunmarshal_VkDeviceGroupRenderPassBeginInfo() 3973 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->deviceRenderAreaCount; ++i) { in reservedunmarshal_VkDeviceGroupRenderPassBeginInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 2390 (VkRect2D*)alloc->alloc(from->deviceRenderAreaCount * sizeof(const VkRect2D)); in deepcopy_VkDeviceGroupRenderPassBeginInfo() 2391 to->deviceRenderAreaCount = from->deviceRenderAreaCount; in deepcopy_VkDeviceGroupRenderPassBeginInfo() 2392 for (uint32_t i = 0; i < (uint32_t)from->deviceRenderAreaCount; ++i) { in deepcopy_VkDeviceGroupRenderPassBeginInfo()
|
D | goldfish_vk_transform_guest.cpp | 2511 for (uint32_t i = 0; i < (uint32_t)toTransform->deviceRenderAreaCount; ++i) { in transform_tohost_VkDeviceGroupRenderPassBeginInfo() 2528 for (uint32_t i = 0; i < (uint32_t)toTransform->deviceRenderAreaCount; ++i) { in transform_fromhost_VkDeviceGroupRenderPassBeginInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 4676 vkStream->write((uint32_t*)&forMarshaling->deviceRenderAreaCount, sizeof(uint32_t)); in marshal_VkDeviceGroupRenderPassBeginInfo() 4678 for (uint32_t i = 0; i < (uint32_t)forMarshaling->deviceRenderAreaCount; ++i) { in marshal_VkDeviceGroupRenderPassBeginInfo() 4695 vkStream->read((uint32_t*)&forUnmarshaling->deviceRenderAreaCount, sizeof(uint32_t)); in unmarshal_VkDeviceGroupRenderPassBeginInfo() 4697 for (uint32_t i = 0; i < (uint32_t)forUnmarshaling->deviceRenderAreaCount; ++i) { in unmarshal_VkDeviceGroupRenderPassBeginInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3271 memcpy(*ptr, (uint32_t*)&forMarshaling->deviceRenderAreaCount, sizeof(uint32_t)); in reservedmarshal_VkDeviceGroupRenderPassBeginInfo() 3273 for (uint32_t i = 0; i < (uint32_t)forMarshaling->deviceRenderAreaCount; ++i) { in reservedmarshal_VkDeviceGroupRenderPassBeginInfo()
|
D | goldfish_vk_counting_guest.cpp | 2494 for (uint32_t i = 0; i < (uint32_t)toCount->deviceRenderAreaCount; ++i) { in count_VkDeviceGroupRenderPassBeginInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1774 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupRenderPassBeginInfo.deviceRenderAreaCount ); in operator ()()
|
D | vulkan_hash.hpp | 3440 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupRenderPassBeginInfo.deviceRenderAreaCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5147 uint32_t deviceRenderAreaCount; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1012 slink:VkDeviceGroupRenderPassBeginInfo::pname:deviceRenderAreaCount
|