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 D | GrVkRenderTarget.cpp | 44 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 D | GrMtlRenderTarget.mm | 118 static int renderpass_features_to_index(bool hasResolve, bool hasStencil) { function 132 renderpass_features_to_index(withResolve, withStencil);
|