Home
last modified time | relevance | path

Searched defs:UniformBindGroupKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanResourceProvider.h40 using UniformBindGroupKey = FixedSizeKey<2 * VulkanGraphicsPipeline::kNumUniformBuffers>; variable
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnResourceProvider.cpp109 using UniformBindGroupKey = BindGroupKey<DawnResourceProvider::kNumUniformEntries>; typedef