Lines Matching defs:contextVk
279 uint32_t GetGenerateMipmapFlags(ContextVk *contextVk, const angle::Format &actualFormat) in GetGenerateMipmapFlags()
1114 void UpdateColorAccess(ContextVk *contextVk, in UpdateColorAccess()
1133 void UpdateDepthStencilAccess(ContextVk *contextVk, bool depthWrite, bool stencilWrite) in UpdateDepthStencilAccess()
1154 void ResetDynamicState(ContextVk *contextVk, vk::RenderPassCommandBuffer *commandBuffer) in ResetDynamicState()
1230 uint32_t UtilsVk::GetGenerateMipmapMaxLevels(ContextVk *contextVk) in GetGenerateMipmapMaxLevels()
1252 void UtilsVk::destroy(ContextVk *contextVk) in destroy()
1392 angle::Result UtilsVk::ensureResourcesInitialized(ContextVk *contextVk, in ensureResourcesInitialized()
1459 angle::Result UtilsVk::ensureConvertIndexResourcesInitialized(ContextVk *contextVk) in ensureConvertIndexResourcesInitialized()
1475 angle::Result UtilsVk::ensureConvertIndexIndirectResourcesInitialized(ContextVk *contextVk) in ensureConvertIndexIndirectResourcesInitialized()
1494 angle::Result UtilsVk::ensureConvertIndexIndirectLineLoopResourcesInitialized(ContextVk *contextVk) in ensureConvertIndexIndirectLineLoopResourcesInitialized()
1513 angle::Result UtilsVk::ensureConvertIndirectLineLoopResourcesInitialized(ContextVk *contextVk) in ensureConvertIndirectLineLoopResourcesInitialized()
1531 angle::Result UtilsVk::ensureConvertVertexResourcesInitialized(ContextVk *contextVk) in ensureConvertVertexResourcesInitialized()
1547 angle::Result UtilsVk::ensureImageClearResourcesInitialized(ContextVk *contextVk) in ensureImageClearResourcesInitialized()
1559 angle::Result UtilsVk::ensureImageCopyResourcesInitialized(ContextVk *contextVk) in ensureImageCopyResourcesInitialized()
1575 ContextVk *contextVk, in ensureImageCopyResourcesInitializedWithSampler()
1616 angle::Result UtilsVk::ensureCopyImageToBufferResourcesInitialized(ContextVk *contextVk) in ensureCopyImageToBufferResourcesInitialized()
1632 angle::Result UtilsVk::ensureBlitResolveResourcesInitialized(ContextVk *contextVk) in ensureBlitResolveResourcesInitialized()
1649 angle::Result UtilsVk::ensureBlitResolveStencilNoExportResourcesInitialized(ContextVk *contextVk) in ensureBlitResolveStencilNoExportResourcesInitialized()
1667 angle::Result UtilsVk::ensureExportStencilResourcesInitialized(ContextVk *contextVk) in ensureExportStencilResourcesInitialized()
1682 angle::Result UtilsVk::ensureOverlayDrawResourcesInitialized(ContextVk *contextVk) in ensureOverlayDrawResourcesInitialized()
1699 angle::Result UtilsVk::ensureGenerateMipmapResourcesInitialized(ContextVk *contextVk) in ensureGenerateMipmapResourcesInitialized()
1715 angle::Result UtilsVk::ensureTransCodeEtcToBcResourcesInitialized(ContextVk *contextVk) in ensureTransCodeEtcToBcResourcesInitialized()
1730 angle::Result UtilsVk::ensureUnresolveResourcesInitialized(ContextVk *contextVk, in ensureUnresolveResourcesInitialized()
1750 angle::Result UtilsVk::ensureSamplersInitialized(ContextVk *contextVk) in ensureSamplersInitialized()
1788 ContextVk *contextVk, in setupComputeProgram()
1839 ContextVk *contextVk, in setupGraphicsProgramWithLayout()
1904 angle::Result UtilsVk::setupGraphicsProgram(ContextVk *contextVk, in setupGraphicsProgram()
1922 angle::Result UtilsVk::convertIndexBuffer(ContextVk *contextVk, in convertIndexBuffer()
1983 angle::Result UtilsVk::convertIndexIndirectBuffer(ContextVk *contextVk, in convertIndexIndirectBuffer()
2054 ContextVk *contextVk, in convertLineLoopIndexIndirectBuffer()
2121 ContextVk *contextVk, in convertLineLoopArrayIndirectBuffer()
2182 angle::Result UtilsVk::convertVertexBuffer(ContextVk *contextVk, in convertVertexBuffer()
2293 ContextVk *contextVk, in convertVertexBufferImpl()
2338 angle::Result UtilsVk::startRenderPass(ContextVk *contextVk, in startRenderPass()
2380 angle::Result UtilsVk::clearFramebuffer(ContextVk *contextVk, in clearFramebuffer()
2523 angle::Result UtilsVk::clearImage(ContextVk *contextVk, in clearImage()
2619 angle::Result UtilsVk::colorBlitResolve(ContextVk *contextVk, in colorBlitResolve()
2637 angle::Result UtilsVk::depthStencilBlitResolve(ContextVk *contextVk, in depthStencilBlitResolve()
2648 angle::Result UtilsVk::blitResolveImpl(ContextVk *contextVk, in blitResolveImpl()
2911 angle::Result UtilsVk::stencilBlitResolveNoShaderExport(ContextVk *contextVk, in stencilBlitResolveNoShaderExport()
3095 angle::Result UtilsVk::copyImage(ContextVk *contextVk, in copyImage()
3315 angle::Result UtilsVk::copyImageBits(ContextVk *contextVk, in copyImageBits()
3545 angle::Result UtilsVk::copyImageToBuffer(ContextVk *contextVk, in copyImageToBuffer()
3652 angle::Result UtilsVk::copyRgbToRgba(ContextVk *contextVk, in copyRgbToRgba()
3741 angle::Result UtilsVk::transCodeEtcToBc(ContextVk *contextVk, in transCodeEtcToBc()
3854 angle::Result UtilsVk::generateMipmap(ContextVk *contextVk, in generateMipmap()
3932 angle::Result UtilsVk::unresolve(ContextVk *contextVk, in unresolve()
4208 angle::Result UtilsVk::drawOverlay(ContextVk *contextVk, in drawOverlay()
4354 ContextVk *contextVk, in allocateDescriptorSetWithLayout()
4378 angle::Result UtilsVk::allocateDescriptorSet(ContextVk *contextVk, in allocateDescriptorSet()
4389 ContextVk *contextVk, in allocateDescriptorSetForImageCopyWithSampler()