Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp906 UtilsVk &utilsVk = contextVk->getUtils(); in blit() local
1220 ANGLE_TRY(utilsVk.colorBlitResolve( in blit()
1300 ANGLE_TRY(utilsVk.depthStencilBlitResolve(contextVk, this, depthStencilImage, depth, in blit()
1310 ANGLE_TRY(utilsVk.stencilBlitResolveNoShaderExport( in blit()
DTextureVk.cpp1064 UtilsVk &utilsVk = contextVk->getUtils(); in copySubImageImplWithDraw() local
1150 ANGLE_TRY(utilsVk.copyImage(contextVk, mImage, destView, srcImage, srcView, params)); in copySubImageImplWithDraw()
1182 ANGLE_TRY(utilsVk.copyImage(contextVk, &stagingImage->get(), &stagingView, srcImage, in copySubImageImplWithDraw()
Dvk_helpers.cpp5201 UtilsVk &utilsVk = contextVk->getUtils(); in CopyImageSubData() local
5216 ANGLE_TRY(utilsVk.copyImageBits(contextVk, dstImage, srcImage, params)); in CopyImageSubData()