Home
last modified time | relevance | path

Searched refs:vn_sizeof_uint32_t_array (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_render_pass.h101 size += vn_sizeof_uint32_t_array(val->pPreserveAttachments, val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription()
192 size += vn_sizeof_uint32_t_array(val->pViewMasks, val->subpassCount); in vn_sizeof_VkRenderPassMultiviewCreateInfo_self()
206 size += vn_sizeof_uint32_t_array(val->pCorrelationMasks, val->correlationMaskCount); in vn_sizeof_VkRenderPassMultiviewCreateInfo_self()
924 size += vn_sizeof_uint32_t_array(val->pPreserveAttachments, val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription2_self()
1162 size += vn_sizeof_uint32_t_array(val->pCorrelatedViewMasks, val->correlatedViewMaskCount); in vn_sizeof_VkRenderPassCreateInfo2_self()
Dvn_protocol_driver_shader_module.h32 size += vn_sizeof_uint32_t_array(val->pCode, val->codeSize / 4); in vn_sizeof_VkShaderModuleCreateInfo_self()
Dvn_protocol_driver_queue.h31 size += vn_sizeof_uint32_t_array(val->pWaitSemaphoreDeviceIndices, val->waitSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self()
38 size += vn_sizeof_uint32_t_array(val->pCommandBufferDeviceMasks, val->commandBufferCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self()
45 … size += vn_sizeof_uint32_t_array(val->pSignalSemaphoreDeviceIndices, val->signalSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self()
Dvn_protocol_driver_types.h308 vn_sizeof_uint32_t_array(const uint32_t *val, uint32_t count) in vn_sizeof_uint32_t_array() function
468 return vn_sizeof_uint32_t_array(val, count); in vn_sizeof_VkSampleMask_array()
506 return vn_sizeof_uint32_t_array(val, count); in vn_sizeof_VkBool32_array()
544 return vn_sizeof_uint32_t_array(val, count); in vn_sizeof_VkFlags_array()
Dvn_protocol_driver_buffer.h164 size += vn_sizeof_uint32_t_array(val->pQueueFamilyIndices, val->queueFamilyIndexCount); in vn_sizeof_VkBufferCreateInfo_self()
255 size += vn_sizeof_uint32_t_array(val->pDeviceIndices, val->deviceIndexCount); in vn_sizeof_VkBindBufferMemoryDeviceGroupInfo_self()
Dvn_protocol_driver_structs.h744 size += vn_sizeof_uint32_t_array(val->uint32, 4); in vn_sizeof_VkClearColorValue_tag()
Dvn_protocol_driver_descriptor_set.h37 size += vn_sizeof_uint32_t_array(val->pDescriptorCounts, val->descriptorSetCount); in vn_sizeof_VkDescriptorSetVariableDescriptorCountAllocateInfo_self()
Dvn_protocol_driver_image.h375 size += vn_sizeof_uint32_t_array(val->pQueueFamilyIndices, val->queueFamilyIndexCount); in vn_sizeof_VkImageCreateInfo_self()
496 size += vn_sizeof_uint32_t_array(val->pDeviceIndices, val->deviceIndexCount); in vn_sizeof_VkBindImageMemoryDeviceGroupInfo_self()
Dvn_protocol_driver_device.h79 size += vn_sizeof_uint32_t_array(val->maxComputeWorkGroupCount, 3); in vn_sizeof_VkPhysicalDeviceLimits()
82 size += vn_sizeof_uint32_t_array(val->maxComputeWorkGroupSize, 3); in vn_sizeof_VkPhysicalDeviceLimits()
92 size += vn_sizeof_uint32_t_array(val->maxViewportDimensions, 2); in vn_sizeof_VkPhysicalDeviceLimits()
16723 size += vn_sizeof_uint32_t_array(val->pQueueFamilyIndices, val->queueFamilyIndexCount); in vn_sizeof_VkPhysicalDeviceImageDrmFormatModifierInfoEXT_self()
Dvn_protocol_driver_command_buffer.h3319 cmd_size += vn_sizeof_uint32_t_array(pDynamicOffsets, dynamicOffsetCount); in vn_sizeof_vkCmdBindDescriptorSets()