Home
last modified time | relevance | path

Searched defs:setLayouts (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DPipelineLayoutVk.cpp31 std::array<VkDescriptorSetLayout, kMaxBindGroups> setLayouts; in PipelineLayout() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DPipelineLayoutVk.cpp40 std::array<VkDescriptorSetLayout, kMaxBindGroups> setLayouts; in Initialize() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp209 std::vector<vk::DescriptorSetLayout> setLayouts; in createGraphicsPipeline() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp2724 void AttachmentOpsArray::setLayouts(PackedAttachmentIndex index, in setLayouts() function in rx::vk::AttachmentOpsArray