Home
last modified time | relevance | path

Searched defs:pipelineLayout (Results 1 – 25 of 571) sorted by relevance

12345678910>>...23

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_pipeline_layout.h192 …ne size_t vn_sizeof_vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, cons… in vn_sizeof_vkDestroyPipelineLayout()
207 …_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineLayout pipelineLayout, cons… in vn_encode_vkDestroyPipelineLayout()
220 …e_t vn_sizeof_vkDestroyPipelineLayout_reply(VkDevice device, VkPipelineLayout pipelineLayout, cons… in vn_sizeof_vkDestroyPipelineLayout_reply()
232 …lineLayout_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineLayout pipelineLayout, cons… in vn_decode_vkDestroyPipelineLayout_reply()
264 … *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineLayout pipelineLayout, cons… in vn_submit_vkDestroyPipelineLayout()
307 …lineLayout(struct vn_instance *vn_instance, VkDevice device, VkPipelineLayout pipelineLayout, cons… in vn_call_vkDestroyPipelineLayout()
320 …lineLayout(struct vn_instance *vn_instance, VkDevice device, VkPipelineLayout pipelineLayout, cons… in vn_async_vkDestroyPipelineLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp40 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DBindGroupTests.cpp129 dawn::PipelineLayout pipelineLayout = utils::MakeBasicPipelineLayout(device, &bgl); in TEST_P() local
213 dawn::PipelineLayout pipelineLayout = utils::MakeBasicPipelineLayout(device, &bgl); in TEST_P() local
335 dawn::PipelineLayout pipelineLayout = MakeBasicPipelineLayout(device, {layout, layout}); in TEST_P() local
428 dawn::PipelineLayout pipelineLayout = MakeBasicPipelineLayout( in TEST_P() local
DDynamicBufferOffsetTests.cpp94 dawn::PipelineLayout pipelineLayout = in CreateRenderPipeline() local
118 dawn::PipelineLayout pipelineLayout = in CreateComputePipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp356 …peline (const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, in executeComputePipeline()
430 …peline (const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, in executeGraphicPipeline()
526 …ead (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout, in ThreadGroupThread()
649 const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, in CreateComputeThread()
688 const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, in CreateGraphicThread()
752 …const Move<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLayou… in iterate() local
829 …vector<VkComputePipelineCreateInfo> addPipelineInfo (VkPipelineLayout pipelineLayout, const … in addPipelineInfo()
881 …const Move<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLayo… in iterate() local
963 …vector<VkGraphicsPipelineCreateInfo> addPipelineInfo (VkPipelineLayout pipelineLayout, const … in addPipelineInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp356 …peline (const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, in executeComputePipeline()
430 …peline (const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, in executeGraphicPipeline()
526 …ead (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout, in ThreadGroupThread()
649 const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, in CreateComputeThread()
688 const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, in CreateGraphicThread()
752 …const Move<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLayou… in iterate() local
829 …vector<VkComputePipelineCreateInfo> addPipelineInfo (VkPipelineLayout pipelineLayout, const … in addPipelineInfo()
881 …const Move<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLayo… in iterate() local
963 …vector<VkGraphicsPipelineCreateInfo> addPipelineInfo (VkPipelineLayout pipelineLayout, const … in addPipelineInfo()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp42 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
74 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
88 const VkPipelineLayout pipelineLayout, in makeGraphicsPipeline()
166 const VkPipelineLayout pipelineLayout, in makeGraphicsPipeline()
399 const VkPipelineLayout pipelineLayout, in makeGraphicsPipeline()
483 const VkPipelineLayout pipelineLayout, in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorSetTests.cpp77 …Unique<VkPipelineLayout> pipelineLayout (createPipelineLayoutDestroyDescriptorSetLayout(c… in descriptorSetLayoutLifetimeGraphicsTest() local
256 …Unique<VkPipelineLayout> pipelineLayout (createPipelineLayoutDestroyDescriptorSetLayout(cont… in descriptorSetLayoutLifetimeComputeTest() local
545 Move<VkPipelineLayout> pipelineLayout(createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in descriptorSetLayoutBindingOrderingTest() local
DvktApiPipelineTests.cpp286 …Move<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutC… in drawTriangleTest() local
726 …nst VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRe… in createSimpleGraphicsPipeline()
1364 auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in destroyEarlyTest() local
1488 …nst VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRe… in createSimpleGraphicsPipelineInvalidPointers()
1660 Move<VkPipelineLayout> pipelineLayout; in pipelineInvalidPointersUnusedStructsTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDescriptorSetTests.cpp77 …Unique<VkPipelineLayout> pipelineLayout (createPipelineLayoutDestroyDescriptorSetLayout(c… in descriptorSetLayoutLifetimeGraphicsTest() local
256 …Unique<VkPipelineLayout> pipelineLayout (createPipelineLayoutDestroyDescriptorSetLayout(cont… in descriptorSetLayoutLifetimeComputeTest() local
545 Move<VkPipelineLayout> pipelineLayout(createPipelineLayout(vk, device, &pipelineLayoutCreateInfo)); in descriptorSetLayoutBindingOrderingTest() local
DvktApiPipelineTests.cpp286 …Move<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutC… in drawTriangleTest() local
726 …nst VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRe… in createSimpleGraphicsPipeline()
1364 auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in destroyEarlyTest() local
1488 …nst VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRe… in createSimpleGraphicsPipelineInvalidPointers()
1660 Move<VkPipelineLayout> pipelineLayout; in pipelineInvalidPointersUnusedStructsTest() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DVertexProgram.cpp29 vk::PipelineLayout const *pipelineLayout, in VertexProgram()
DComputeProgram.hpp85 const vk::PipelineLayout *const pipelineLayout; // Reference held by vk::Pipeline member in sw::ComputeProgram
/third_party/skia/third_party/externals/swiftshader/src/Device/
DVertexProcessor.cpp92 vk::PipelineLayout const *pipelineLayout, in routine()
DPixelProcessor.cpp180 const vk::PipelineLayout *pipelineLayout, in routine()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPassValidationTests.cpp59 dawn::PipelineLayout pipelineLayout = device.CreatePipelineLayout(&pipelineLayoutDesc); in TEST_F() local
DDrawIndirectValidationTests.cpp42 dawn::PipelineLayout pipelineLayout = utils::MakeBasicPipelineLayout(device, nullptr); in SetUp() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktPipelineCacheSCTests.cpp174 …Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutC… in createPipelineCacheTest() local
221 …Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutC… in createPipelineCacheTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktPipelineCacheSCTests.cpp174 …Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutC… in createPipelineCacheTest() local
221 …Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutC… in createPipelineCacheTest() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_layout.c128 VkPipelineLayout pipelineLayout, in vk_common_DestroyPipelineLayout()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DEntryPointTests.cpp78 wgpu::PipelineLayout pipelineLayout = device.CreatePipelineLayout(&pipelineLayoutDesc); in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingBuildIndirectTests.cpp102 VkPipelineLayout pipelineLayout, in makePipeline()
118 VkPipelineLayout pipelineLayout, in makePipeline()
451 …const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetL… in prepareBuffer() local
515 …const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetL… in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuildIndirectTests.cpp102 VkPipelineLayout pipelineLayout, in makePipeline()
118 VkPipelineLayout pipelineLayout, in makePipeline()
451 …const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetL… in prepareBuffer() local
515 …const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetL… in runTest() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDrawCallPerf.cpp363 wgpu::PipelineLayout pipelineLayout = device.CreatePipelineLayout(&pipelineLayoutDesc); in SetUp() local
391 wgpu::PipelineLayout pipelineLayout = device.CreatePipelineLayout(&pipelineLayoutDesc); in SetUp() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DDrawIndirectValidationTests.cpp37 wgpu::PipelineLayout pipelineLayout = utils::MakeBasicPipelineLayout(device, nullptr); in SetUp() local

12345678910>>...23