Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp1993 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertIndexBuffer()
2058 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertIndexIndirectBuffer()
2129 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertLineLoopIndexIndirectBuffer()
2194 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertLineLoopArrayIndirectBuffer()
2311 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in convertVertexBuffer()
3256 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in stencilBlitResolveNoShaderExport()
3659 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in copyImageBits()
3865 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in copyImageToBuffer()
3930 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in copyRgbToRgba()
4045 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBufferHelper)); in transCodeEtcToBc()
[all …]
Dvk_renderer.h478 angle::Result getOutsideRenderPassCommandBufferHelper(
DSurfaceVk.cpp2376 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(access, &commandBufferHelper)); in prePresentSubmit()
2446 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBufferHelper)); in recordPresentLayoutBarrierIfNecessary()
DContextVk.h611 angle::Result getOutsideRenderPassCommandBufferHelper( in getOutsideRenderPassCommandBufferHelper() function
Dvk_helpers.cpp10453 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(transferAccess, &commandBuffer)); in flushStagedUpdatesImpl()
10643 contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBuffer)); in flushStagedUpdatesImpl()
10662 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper( in flushStagedUpdatesImpl()
10670 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper( in flushStagedUpdatesImpl()
10688 contextVk->getOutsideRenderPassCommandBufferHelper({}, &commandBuffer)); in flushStagedUpdatesImpl()
10696 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBufferHelper(imageAccess, in flushStagedUpdatesImpl()
DCLCommandQueueVk.cpp195 ANGLE_CL_IMPL_TRY_ERROR(mContext->getRenderer()->getOutsideRenderPassCommandBufferHelper( in init()
Dvk_renderer.cpp7026 angle::Result Renderer::getOutsideRenderPassCommandBufferHelper( in getOutsideRenderPassCommandBufferHelper() function in rx::vk::Renderer
DContextVk.cpp1391 ANGLE_TRY(mRenderer->getOutsideRenderPassCommandBufferHelper( in initialize()