Home
last modified time | relevance | path

Searched refs:renderpass_features_to_index (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkRenderTarget.cpp44 static int renderpass_features_to_index(bool hasResolve, bool hasStencil, in renderpass_features_to_index() function
372 renderpass_features_to_index(withResolve, withStencil, selfDepFlags, loadFromResolve); in getFramebuffer()
397 renderpass_features_to_index(withResolve, withStencil, selfDepFlags, loadFromResolve); in createFramebuffer()
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlRenderTarget.mm118 static int renderpass_features_to_index(bool hasResolve, bool hasStencil) { function
132 renderpass_features_to_index(withResolve, withStencil);