Searched refs:getOutsideRenderPassCommandBufferHelper (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.cpp | 2020 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 D | SurfaceVk.cpp | 2221 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 D | vk_renderer.h | 507 angle::Result getOutsideRenderPassCommandBufferHelper(
|
H A D | vk_helpers.cpp | 10028 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 D | CommandProcessor.cpp | 1062 ANGLE_TRY(mRenderer->getOutsideRenderPassCommandBufferHelper(context, commandPool, allocator, in enqueueFlushOutsideRPCommands()
|
H A D | ContextVk.h | 617 angle::Result getOutsideRenderPassCommandBufferHelper( in getOutsideRenderPassCommandBufferHelper() function
|
H A D | CLCommandQueueVk.cpp | 79 ANGLE_CL_IMPL_TRY_ERROR(mContext->getRenderer()->getOutsideRenderPassCommandBufferHelper( in init()
|
H A D | vk_renderer.cpp | 6642 angle::Result Renderer::getOutsideRenderPassCommandBufferHelper( in getOutsideRenderPassCommandBufferHelper() function in rx::vk::Renderer
|
H A D | ContextVk.cpp | 1443 ANGLE_TRY(mRenderer->getOutsideRenderPassCommandBufferHelper( in initialize()
|