Home
last modified time | relevance | path

Searched defs:pipelineLayouts (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp556 std::vector<Move<VkPipelineLayout>>& pipelineLayouts, in createCommandBuffer()
587 std::vector<Move<VkPipelineLayout>>& pipelineLayouts, in createCommandBuffer()
766 std::vector<Move<VkPipelineLayout>>& pipelineLayouts, in drawCommands()
1005 std::vector<Move<VkPipelineLayout>> pipelineLayouts; in iterate() local
DvktRenderPassSubpassDependencyTests.cpp715 vector<SharedPtrVkPipelineLayout> pipelineLayouts; in createRenderPipelineLayouts() local
739 vector<SharedPtrVkPipelineLayout>& pipelineLayouts, in createRenderPipelines()
1193 vector<SharedPtrVkPipelineLayout> pipelineLayouts; in createRenderPipelineLayouts() local
1223 vector<SharedPtrVkPipelineLayout>& pipelineLayouts, in createRenderPipelines()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp554 std::vector<Move<VkPipelineLayout>>& pipelineLayouts, in createCommandBuffer()
585 std::vector<Move<VkPipelineLayout>>& pipelineLayouts, in createCommandBuffer()
764 std::vector<Move<VkPipelineLayout>>& pipelineLayouts, in drawCommands()
1006 std::vector<Move<VkPipelineLayout>> pipelineLayouts; in iterate() local
DvktRenderPassSubpassDependencyTests.cpp715 vector<SharedPtrVkPipelineLayout> pipelineLayouts; in createRenderPipelineLayouts() local
739 vector<SharedPtrVkPipelineLayout>& pipelineLayouts, in createRenderPipelines()
1193 vector<SharedPtrVkPipelineLayout> pipelineLayouts; in createRenderPipelineLayouts() local
1223 vector<SharedPtrVkPipelineLayout>& pipelineLayouts, in createRenderPipelines()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksJson.cpp176 const std::map<VkPipelineLayout, VkPipelineLayoutCreateInfo>& pipelineLayouts) in writeJSON_GraphicsPipeline_vkpccjson()
413 const std::map<VkPipelineLayout, VkPipelineLayoutCreateInfo>& pipelineLayouts) in writeJSON_ComputePipeline_vkpccjson()
DvksStructsVKSC.hpp151 std::map<vk::VkPipelineLayout, string> pipelineLayouts; member
DvksCacheBuilder.cpp149 std::map<VkPipelineLayout, VkPipelineLayoutCreateInfo> pipelineLayouts; in exportFilesForExternalCompiler() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktDeviceObjectReservationTests.cpp1565 std::vector<PipelineLayoutSp> pipelineLayouts(VERIFYMAXVALUES_OBJECT_COUNT); in performTest() local
1612 std::vector<PipelineLayoutSp> pipelineLayouts(1u); in performTest() local
1632 std::vector<PipelineLayoutSp> pipelineLayouts (1u); in performTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktDeviceObjectReservationTests.cpp1564 std::vector<PipelineLayoutSp> pipelineLayouts(VERIFYMAXVALUES_OBJECT_COUNT); in performTest() local
1611 std::vector<PipelineLayoutSp> pipelineLayouts(1u); in performTest() local
1631 std::vector<PipelineLayoutSp> pipelineLayouts (1u); in performTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustness1VertexAccessTests.cpp632 vector<Move<VkPipelineLayout>> pipelineLayouts; in robustness1TestFn() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustness1VertexAccessTests.cpp612 vector<Move<VkPipelineLayout>> pipelineLayouts; in robustness1TestFn() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp78 ContentLessObjectCache<PipelineLayoutBase> pipelineLayouts; member