Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A Dfunc_table.cpp1117 VK_FROM_HANDLE(gfxstream_vk_command_buffer, gfxstream_commandBuffer, commandBuffer); in gfxstream_vk_BeginCommandBuffer()
1120 gfxstream_commandBuffer->internal_object); in gfxstream_vk_BeginCommandBuffer()
1123 vkEnc, VK_SUCCESS, gfxstream_commandBuffer->internal_object, pBeginInfo); in gfxstream_vk_BeginCommandBuffer()
1130 VK_FROM_HANDLE(gfxstream_vk_command_buffer, gfxstream_commandBuffer, commandBuffer); in gfxstream_vk_EndCommandBuffer()
1133 gfxstream_commandBuffer->internal_object); in gfxstream_vk_EndCommandBuffer()
1136 vkEnc, VK_SUCCESS, gfxstream_commandBuffer->internal_object); in gfxstream_vk_EndCommandBuffer()
1144 VK_FROM_HANDLE(gfxstream_vk_command_buffer, gfxstream_commandBuffer, commandBuffer); in gfxstream_vk_ResetCommandBuffer()
1147 gfxstream_commandBuffer->internal_object); in gfxstream_vk_ResetCommandBuffer()
1150 vkEnc, VK_SUCCESS, gfxstream_commandBuffer->internal_object, flags); in gfxstream_vk_ResetCommandBuffer()
1157 VK_FROM_HANDLE(gfxstream_vk_command_buffer, gfxstream_commandBuffer, commandBuffer); in gfxstream_vk_CmdBindPipeline()
[all …]
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan/
H A Dgfxstream_vk_cmd.cpp86 struct gfxstream_vk_command_buffer* gfxstream_commandBuffer = in vk_command_buffer_createOp() local
90 if (gfxstream_commandBuffer) { in vk_command_buffer_createOp()
92 vk_command_buffer_init(commandPool, &gfxstream_commandBuffer->vk, in vk_command_buffer_createOp()
95 *pCommandBuffer = &gfxstream_commandBuffer->vk; in vk_command_buffer_createOp()
173 VK_FROM_HANDLE(gfxstream_vk_command_buffer, gfxstream_commandBuffer, in gfxstream_vk_FreeCommandBuffers()
175 if (gfxstream_commandBuffer) { in gfxstream_vk_FreeCommandBuffers()
176 internal_objects.push_back(gfxstream_commandBuffer->internal_object); in gfxstream_vk_FreeCommandBuffers()
186 VK_FROM_HANDLE(gfxstream_vk_command_buffer, gfxstream_commandBuffer, pCommandBuffers[i]); in gfxstream_vk_FreeCommandBuffers()
187 if (gfxstream_commandBuffer) { in gfxstream_vk_FreeCommandBuffers()
188 vk_command_buffer_destroyOp(&gfxstream_commandBuffer->vk); in gfxstream_vk_FreeCommandBuffers()
[all …]