Home
last modified time | relevance | path

Searched refs:m_pipelineLayout (Results 1 – 25 of 57) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp361 m_pipelineLayout = createPipelineLayout(vk, m_device, &pipelineLayoutParams); in GraphicsEnvironment()
385 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in GraphicsEnvironment()
431 …vk.cmdBindDescriptorSets(*m_commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, … in GraphicsEnvironment()
474 m_pipelineLayout = createPipelineLayout(vk, m_device, &pipelineLayoutParams); in ComputeEnvironment()
498 *m_pipelineLayout, // VkPipelineLayout layout; in ComputeEnvironment()
510 …vk.cmdBindDescriptorSets(*m_commandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0, 1… in ComputeEnvironment()
DvktRobustnessUtil.hpp113 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::robustness::GraphicsEnvironment
129 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::robustness::ComputeEnvironment
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp248 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorBufferGraphicsTestInstance
386 m_pipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
465 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in init()
542 …m_vkd.cmdPushDescriptorSetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0,… in init()
700 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorBufferComputeTestInstance
770 m_pipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
859 *m_pipelineLayout, // VkPipelineLayout layout; in init()
922 …m_vkd.cmdPushDescriptorSetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0, … in init()
1051 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorImageGraphicsTestInstance
1475 m_pipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
[all …]
DvktPipelinePushConstantTests.cpp208 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anonef72dd750111::PushConstantGraphicsTestInstance
401 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in init()
490 … *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in init()
545 updatePushConstants(*m_cmdBuffer, *m_pipelineLayout); in init()
555 …vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, m_pushConstantRange[0].range.shaderStage, m_p… in init()
559 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &… in init()
1677 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anonef72dd750111::PushConstantComputeTestInstance
1795 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in PushConstantComputeTestInstance()
1819 *m_pipelineLayout, // VkPipelineLayout layout; in PushConstantComputeTestInstance()
1837 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0, 1, &(… in PushConstantComputeTestInstance()
[all …]
DvktPipelineCacheTests.cpp610 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anoned8237df0111::GraphicsCacheTestInstance
959 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in GraphicsCacheTestInstance()
962 …CACHE] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache, *m_pipelineLayout); in GraphicsCacheTestInstance()
963 …ACHED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache, *m_pipelineLayout); in GraphicsCacheTestInstance()
1085 Move<VkPipelineLayout> m_pipelineLayout[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anoned8237df0111::ComputeCacheTestInstance
1226 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in buildPipeline()
1245 *m_pipelineLayout[ndx], // VkPipelineLayout layout; in buildPipeline()
1283 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout[ndx], 0u,… in prepareCommandBuffer()
1368 …ED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_newCache, *m_pipelineLayout); in PipelineFromCacheTestInstance()
1437 …ED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_newCache, *m_pipelineLayout); in PipelineFromIncompleteCacheTestInstance()
[all …]
DvktPipelineDynamicOffsetTests.cpp138 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetGraphicsTestInstance
350 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in init()
480 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in init()
543 …vk.cmdBindDescriptorSets(**m_cmdBuffers[idx], VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, … in init()
729 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetComputeTestInstance
814 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in init()
964 *m_pipelineLayout, // VkPipelineLayout layout; in init()
995 …vk.cmdBindDescriptorSets(**m_cmdBuffers[idx], VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0… in init()
DvktPipelineTimestampTests.cpp342 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon7daaa53f0111::SimpleGraphicsPipelineBuilder
416 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in buildPipeline()
495 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in buildPipeline()
1378 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon7daaa53f0111::BasicComputeTestInstance
1482 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in BasicComputeTestInstance()
1515 *m_pipelineLayout, // VkPipelineLayout layout; in BasicComputeTestInstance()
1537 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, … in configCommandBuffer()
DvktPipelineImageSamplingInstance.hpp121 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::ImageSamplingInstance
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp234 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::conditional::__anon8380eecc0111::ConditionalRenderingBaseTestInstance
603 m_pipelineLayout = vk::createPipelineLayout(m_vkd, m_device, &pipelineLayoutParams); in createPipelineLayout()
643 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in createPipeline()
889 …scriptorSets(*m_cmdBufferPrimary, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &(*m_d… in iterate()
923 …m_vkd.cmdPushConstants(*m_cmdBufferPrimary, *m_pipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, 16… in iterate()
984 m_pipelineLayout = vk::createPipelineLayout(m_vkd, m_device, &pipelineLayoutParams); in createPipelineLayout()
1054 *m_pipelineLayout, //const VkPipelineLayout pipelineLayout in createPipelines()
1070 *m_pipelineLayout, //const VkPipelineLayout pipelineLayout in createPipelines()
1199 …scriptorSets(*m_cmdBufferPrimary, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &(*m_d… in iterate()
1207 …scriptorSets(*m_cmdBufferPrimary, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &(*m_d… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp114 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::api::__anon02e39ada0111::BufferViewTestInstance
345 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in BufferViewTestInstance()
361 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in BufferViewTestInstance()
420 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1, … in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1006 m_pipelineLayout = makePipelineLayout(vk, device, descriptorSetLayout); in GraphicsPipeline()
1025 …m_pipeline = pipelineBuilder.build(vk, device, *m_pipelineLayout, *m_renderPass, context.getPipeli… in GraphicsPipeline()
1051 …vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u, &d… in recordCommands()
1071 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::synchronization::__anon7f0213210111::ShaderAccess::GraphicsPipeline
1102 m_pipelineLayout = makePipelineLayout(vk, device, descriptorSetLayout); in ComputePipeline()
1103 …m_pipeline = makeComputePipeline(vk, device, *m_pipelineLayout, *shaderModule, DE_NULL, context.… in ComputePipeline()
1111 …vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &de… in recordCommands()
1122 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::synchronization::__anon7f0213210111::ShaderAccess::ComputePipeline
2322 m_pipelineLayout = makePipelineLayoutWithoutDescriptors(vk, device); in Implementation()
2331 …m_pipeline = pipelineBuilder.build(vk, device, *m_pipelineLayout, *m_renderPass, context.getPipeli… in Implementation()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp352 m_pipelineLayout = makePipelineLayoutWithoutDescriptors(vk, device); in VulkanDrawContext()
354 m_pipelineLayout = makePipelineLayout(vk, device, vulkanProgram.descriptorSetLayout); in VulkanDrawContext()
594 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in VulkanDrawContext()
619 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u,… in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp78 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::__anon2deef3d10111::InvertedDepthRangesTestInstance
210 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in InvertedDepthRangesTestInstance()
214 …PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, (VkPipelineCreateFlags)… in InvertedDepthRangesTestInstance()
DvktDrawBaseClass.cpp50 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
158 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline()
DvktDrawNegativeViewportHeightTests.cpp85 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::__anon888051870111::NegativeViewportHeightTestInstance
211 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in NegativeViewportHeightTestInstance()
215 …PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, (VkPipelineCreateFlags)… in NegativeViewportHeightTestInstance()
DvktDrawBaseClass.hpp129 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::DrawTestsBaseClass
DvktDrawInstancedTests.cpp227 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::__anon1daf2bb40111::InstancedDrawInstance
330 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in InstancedDrawInstance()
439 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in InstancedDrawInstance()
528 …m_vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, vk::VK_SHADER_STAGE_VERTEX_BIT, 0u, (deUint… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp361 m_pipelineLayout = makePipelineLayout (vk, device); in ScissorRenderer()
362 …m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, *m_vertexModule… in ScissorRenderer()
410 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::FragmentOperations::__anonbe0ace2d0111::ScissorRenderer
DvktFragmentOperationsScissorTests.cpp381 m_pipelineLayout = makePipelineLayout (vk, device); in ScissorRenderer()
394 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, device, *m_pipelineLayout, *m_renderPa… in draw()
435 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::FragmentOperations::__anonbc2140220111::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp453 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::compute::__anonafc580380111::IndirectDispatchInstanceBufferGenerate
473 m_pipelineLayout = makePipelineLayout(m_device_interface, m_device, *descriptorSetLayout); in fillIndirectBufferData()
474 …m_computePipeline = makeComputePipeline(m_device_interface, m_device, *m_pipelineLayout, *genIndir… in fillIndirectBufferData()
497 …dDescriptorSets(commandBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &m_d… in fillIndirectBufferData()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp54 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
174 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline()
DvktDynamicStateBaseClass.hpp95 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::DynamicState::DynamicStateBaseClass
DvktDynamicStateDSTests.cpp88 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::DynamicState::__anond26416610111::DepthStencilBaseCase
137 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
240 PipelineCreateInfo pipelineCreateInfo_1(*m_pipelineLayout, *m_renderPass, 0, 0); in initialize()
252 PipelineCreateInfo pipelineCreateInfo_2(*m_pipelineLayout, *m_renderPass, 0, 0); in initialize()
627 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp448 const Unique<VkPipelineLayout> m_pipelineLayout; member in vkt::wsi::__anon8ca282f00111::TriangleRenderer
660 , m_pipelineLayout (createPipelineLayout(vkd, device)) in TriangleRenderer()
661 …, m_pipeline (createPipeline(vkd, device, *m_renderPass, *m_pipelineLayout, binaryRegistry, rend… in TriangleRenderer()
720 …m_vkd.cmdPushConstants(cmdBuffer, *m_pipelineLayout, VK_SHADER_STAGE_VERTEX_BIT, 0u, (deUint32)siz… in recordFrame()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp132 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::memory::__anon10ea5e8b0111::ExternalMemoryHostRenderImageTestInstance
371 m_pipelineLayout = createPipelineLayout(); in iterate()
584 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in createPipeline()
654 …m_vkd.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1… in draw()

123