Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp2020 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertIndexBuffer()
2085 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertIndexIndirectBuffer()
2156 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertLineLoopIndexIndirectBuffer()
2221 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertLineLoopArrayIndirectBuffer()
2338 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertVertexBuffer()
3282 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in stencilBlitResolveNoShaderExport()
3685 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in copyImageBits()
3892 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in copyImageToBuffer()
3957 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in copyRgbToRgba()
4072 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBufferHelper)); in transCodeEtcToBc()
[all …]
H A DSurfaceVk.cpp2221 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBufferHelper)); in prePresentSubmit()
2231 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in prePresentSubmit()
2270 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBufferHelper)); in prePresentSubmit()
H A Dvk_renderer.h507 angle::Result getOutsideRenderPassCommandBufferHelper(
H A Dvk_helpers.cpp10028 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(transferAccess, &commandBuffer)); in flushStagedUpdatesImpl()
10218 contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBuffer)); in flushStagedUpdatesImpl()
10237 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper( in flushStagedUpdatesImpl()
10245 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper( in flushStagedUpdatesImpl()
10263 contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBuffer)); in flushStagedUpdatesImpl()
10271 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(imageAccess, in flushStagedUpdatesImpl()
H A DCommandProcessor.cpp1062 ANGLE_TRY(mRenderer->getOutsideRenderPassCommandBufferHelper(context, commandPool, allocator, in enqueueFlushOutsideRPCommands()
H A DContextVk.h617 angle::Result getOutsideRenderPassCommandBufferHelper( in getOutsideRenderPassCommandBufferHelper() function
H A DCLCommandQueueVk.cpp79 ANGLE_CL_IMPL_TRY_ERROR(mContext->getRenderer()->getOutsideRenderPassCommandBufferHelper( in init()
H A Dvk_renderer.cpp6642 angle::Result Renderer::getOutsideRenderPassCommandBufferHelper( in getOutsideRenderPassCommandBufferHelper() function in rx::vk::Renderer
H A DContextVk.cpp1443 ANGLE_TRY(mRenderer->getOutsideRenderPassCommandBufferHelper( in initialize()