Home
last modified time | relevance | path

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

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