Home
last modified time | relevance | path

Searched refs:deviceRenderAreaCount (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc97 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/
Dgoldfish_vk_deepcopy.cpp2390 (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()
Dgoldfish_vk_transform.cpp2521 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()
Dgoldfish_vk_marshaling.cpp5331 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()
Dgoldfish_vk_reserved_marshaling.cpp3969 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/
Dgoldfish_vk_deepcopy_guest.cpp2390 (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()
Dgoldfish_vk_transform_guest.cpp2511 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()
Dgoldfish_vk_marshaling_guest.cpp4676 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp3271 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()
Dgoldfish_vk_counting_guest.cpp2494 for (uint32_t i = 0; i < (uint32_t)toCount->deviceRenderAreaCount; ++i) { in count_VkDeviceGroupRenderPassBeginInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1774 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupRenderPassBeginInfo.deviceRenderAreaCount ); in operator ()()
Dvulkan_hash.hpp3440 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupRenderPassBeginInfo.deviceRenderAreaCount ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5147 uint32_t deviceRenderAreaCount; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1012 slink:VkDeviceGroupRenderPassBeginInfo::pname:deviceRenderAreaCount