Home
last modified time | relevance | path

Searched refs:pipelineLayouts (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp52 ContentLessObjectCache<PipelineLayoutBase> pipelineLayouts; member
172 auto iter = mCaches->pipelineLayouts.find(&blueprint); in GetOrCreatePipelineLayout()
173 if (iter != mCaches->pipelineLayouts.end()) { in GetOrCreatePipelineLayout()
180 mCaches->pipelineLayouts.insert(backendObj); in GetOrCreatePipelineLayout()
185 size_t removedCount = mCaches->pipelineLayouts.erase(obj); in UncachePipelineLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp369 std::vector<Move<VkPipelineLayout>>& pipelineLayouts,
496 std::vector<Move<VkPipelineLayout>>& pipelineLayouts, in createCommandBuffer() argument
649 … vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayouts[i], 0, 1, in createCommandBuffer()
837 std::vector<Move<VkPipelineLayout>> pipelineLayouts; in iterate() local
914 pipelineLayouts.push_back(createPipelineLayout(vk, vkDevice, &pipelineLayoutParams)); in iterate()
1117 *pipelineLayouts.back(), // const VkPipelineLayout pipelineLayout in iterate()
1168 …createCommandBuffer<RenderpassSubpass1>(vk, vkDevice, imageViews, descriptorSets, pipelineLayouts,… in iterate()
1170 …createCommandBuffer<RenderpassSubpass2>(vk, vkDevice, imageViews, descriptorSets, pipelineLayouts,… in iterate()
DvktRenderPassSubpassDependencyTests.cpp448 vector<SharedPtrVkPipelineLayout>& pipelineLayouts,
715 vector<SharedPtrVkPipelineLayout> pipelineLayouts; in createRenderPipelineLayouts() local
730 pipelineLayouts.push_back(makeSharedPtr(createPipelineLayout(vkd, device, &createInfo))); in createRenderPipelineLayouts()
733 return pipelineLayouts; in createRenderPipelineLayouts()
739 vector<SharedPtrVkPipelineLayout>& pipelineLayouts, in createRenderPipelines() argument
765 const VkPipelineLayout layout (**pipelineLayouts[renderPassNdx]); in createRenderPipelines()
1034 vector<SharedPtrVkPipelineLayout>& pipelineLayouts,
1193 vector<SharedPtrVkPipelineLayout> pipelineLayouts; in createRenderPipelineLayouts() local
1213 pipelineLayouts.push_back(makeSharedPtr(createPipelineLayout(vkd, device, &createInfo))); in createRenderPipelineLayouts()
1216 return pipelineLayouts; in createRenderPipelineLayouts()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp69 ASSERT(pipelineLayouts.empty()); in ~Caches()
78 ContentLessObjectCache<PipelineLayoutBase> pipelineLayouts; member
780 auto iter = mCaches->pipelineLayouts.find(&blueprint); in GetOrCreatePipelineLayout()
781 if (iter != mCaches->pipelineLayouts.end()) { in GetOrCreatePipelineLayout()
787 mCaches->pipelineLayouts.insert(result.Get()); in GetOrCreatePipelineLayout()
795 size_t removedCount = mCaches->pipelineLayouts.erase(obj); in UncachePipelineLayout()