Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_cmd_enqueue.c206 VkPipelineLayoutCreateInfo *tmp_src2 = (void *)pnext; in vk_cmd_enqueue_CmdPushDescriptorSetWithTemplate2KHR()
208 if (tmp_src2->pSetLayouts) { in vk_cmd_enqueue_CmdPushDescriptorSetWithTemplate2KHR()
217 (void *)tmp_dst2->pSetLayouts, tmp_src2->pSetLayouts, in vk_cmd_enqueue_CmdPushDescriptorSetWithTemplate2KHR()
221 if (tmp_src2->pPushConstantRanges) { in vk_cmd_enqueue_CmdPushDescriptorSetWithTemplate2KHR()
231 tmp_src2->pPushConstantRanges, in vk_cmd_enqueue_CmdPushDescriptorSetWithTemplate2KHR()
788 VkPipelineLayoutCreateInfo *tmp_src2 = (void *) pnext; (void) tmp_src2; in vk_cmd_enqueue_CmdPushDescriptorSet2KHR() local
789 if (tmp_src2->pSetLayouts) { in vk_cmd_enqueue_CmdPushDescriptorSet2KHR()
792 …memcpy((void*)tmp_dst2->pSetLayouts, tmp_src2->pSetLayouts, sizeof(*tmp_dst2->pSetLayouts) * tmp_d… in vk_cmd_enqueue_CmdPushDescriptorSet2KHR()
794 if (tmp_src2->pPushConstantRanges) { in vk_cmd_enqueue_CmdPushDescriptorSet2KHR()
797 …memcpy((void*)tmp_dst2->pPushConstantRanges, tmp_src2->pPushConstantRanges, sizeof(*tmp_dst2->pPus… in vk_cmd_enqueue_CmdPushDescriptorSet2KHR()