Searched refs:vn_sizeof_uint32_t_array (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_render_pass.h | 101 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()
|
D | vn_protocol_driver_shader_module.h | 32 size += vn_sizeof_uint32_t_array(val->pCode, val->codeSize / 4); in vn_sizeof_VkShaderModuleCreateInfo_self()
|
D | vn_protocol_driver_queue.h | 31 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()
|
D | vn_protocol_driver_types.h | 308 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()
|
D | vn_protocol_driver_buffer.h | 164 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()
|
D | vn_protocol_driver_structs.h | 744 size += vn_sizeof_uint32_t_array(val->uint32, 4); in vn_sizeof_VkClearColorValue_tag()
|
D | vn_protocol_driver_descriptor_set.h | 37 size += vn_sizeof_uint32_t_array(val->pDescriptorCounts, val->descriptorSetCount); in vn_sizeof_VkDescriptorSetVariableDescriptorCountAllocateInfo_self()
|
D | vn_protocol_driver_image.h | 375 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()
|
D | vn_protocol_driver_device.h | 79 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()
|
D | vn_protocol_driver_command_buffer.h | 3319 cmd_size += vn_sizeof_uint32_t_array(pDynamicOffsets, dynamicOffsetCount); in vn_sizeof_vkCmdBindDescriptorSets()
|