Home
last modified time | relevance | path

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

12345678910>>...12

/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/compute/
DvktComputeTestsUtil.cpp74 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
104 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemShaderTimeoutTests.cpp75 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
105 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
217 …const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(vk, device, *descriptorSetLayout)… in iterate() local
DvktPostmortemUseAfterFreeTests.cpp257 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
287 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
372 …const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(vk, device, *descriptorSetLayout)… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp40 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp278 …peline (const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, in executeComputePipeline()
352 …peline (const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, in executeGraphicPipeline()
449 …ead (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout, in ThreadGroupThread()
551 const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, in CreateComputeThread()
581 const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, in CreateGraphicThread()
630 …const Move<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLayou… in iterate() local
696 …vector<VkComputePipelineCreateInfo> addPipelineInfo (VkPipelineLayout pipelineLayout, const … in addPipelineInfo()
742 …const Move<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLayo… in iterate() local
813 …vector<VkGraphicsPipelineCreateInfo> addPipelineInfo (VkPipelineLayout pipelineLayout, const … in addPipelineInfo()
/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/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/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorSetTests.cpp84 …Unique<VkPipelineLayout> pipelineLayout (createPipelineLayoutDestroyDescriptorSetLayout(v… in descriptorSetLayoutLifetimeGraphicsTest() local
263 …Unique<VkPipelineLayout> pipelineLayout (createPipelineLayoutDestroyDescriptorSetLayout(vk, … in descriptorSetLayoutLifetimeComputeTest() local
550 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()
1359 auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo); in destroyEarlyTest() local
1481 …nst VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRe… in createSimpleGraphicsPipelineInvalidPointers()
1642 Move<VkPipelineLayout> pipelineLayout; in pipelineInvalidPointersUnusedStructsTest() local
/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/framework/vulkan/
DvkObjUtil.cpp40 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
71 const VkPipelineLayout pipelineLayout, in makeGraphicsPipeline()
325 const VkPipelineLayout pipelineLayout, in makeGraphicsPipeline()
419 const VkPipelineLayout pipelineLayout, in makeGraphicsPipeline()
/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/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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp65 const VkPipelineLayout pipelineLayout, in makeComputePipeline()
DvktPipelineSpecConstantUtil.cpp97 const VkPipelineLayout pipelineLayout, in build()
DvktPipelineStencilExportTests.cpp258 const VkPipelineLayout pipelineLayout, in makeGraphicsPipeline()
494 Move<VkPipelineLayout> pipelineLayout = makePipelineLayout (vk, device); in testStencilExportReplace() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemImageValidator.cpp211 …vk::Unique<vk::VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLa… in validateImage() local

12345678910>>...12