Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp363 m_pipelineLayout = createPipelineLayout(vk, m_device, &pipelineLayoutParams); in GraphicsEnvironment()
387 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in GraphicsEnvironment()
433 …vk.cmdBindDescriptorSets(*m_commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, … in GraphicsEnvironment()
476 m_pipelineLayout = createPipelineLayout(vk, m_device, &pipelineLayoutParams); in ComputeEnvironment()
500 *m_pipelineLayout, // VkPipelineLayout layout; in ComputeEnvironment()
512 …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.cpp250 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon004da70c0111::PushDescriptorBufferGraphicsTestInstance
388 m_pipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
467 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in init()
544 …m_vkd.cmdPushDescriptorSetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0,… in init()
703 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon004da70c0111::PushDescriptorBufferComputeTestInstance
773 m_pipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
862 *m_pipelineLayout, // VkPipelineLayout layout; in init()
925 …m_vkd.cmdPushDescriptorSetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0, … in init()
1054 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon004da70c0111::PushDescriptorImageGraphicsTestInstance
1478 m_pipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
[all …]
DvktPipelineCacheTests.cpp614 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon7fd275a10111::GraphicsCacheTestInstance
1003 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in GraphicsCacheTestInstance()
1006 …CACHE] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache, *m_pipelineLayout); in GraphicsCacheTestInstance()
1007 …ACHED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache, *m_pipelineLayout); in GraphicsCacheTestInstance()
1129 Move<VkPipelineLayout> m_pipelineLayout[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon7fd275a10111::ComputeCacheTestInstance
1270 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in buildPipeline()
1289 *m_pipelineLayout[ndx], // VkPipelineLayout layout; in buildPipeline()
1327 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout[ndx], 0u,… in prepareCommandBuffer()
1412 …ED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_newCache, *m_pipelineLayout); in PipelineFromCacheTestInstance()
1481 …ED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_newCache, *m_pipelineLayout); in PipelineFromIncompleteCacheTestInstance()
[all …]
DvktPipelinePushConstantTests.cpp208 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon815fccf70111::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::__anon815fccf70111::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 …]
DvktPipelineDynamicOffsetTests.cpp153 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anone82cdb790111::DynamicOffsetGraphicsTestInstance
362 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in init()
492 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in init()
555 …vk.cmdBindDescriptorSets(**m_cmdBuffers[idx], VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, … in init()
736 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anone82cdb790111::DynamicOffsetComputeTestInstance
820 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in init()
970 *m_pipelineLayout, // VkPipelineLayout layout; in init()
1008 …vk.cmdBindDescriptorSets(**m_cmdBuffers[idx], VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0… in init()
DvktPipelineCreationFeedbackTests.cpp595 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon10f98d670111::GraphicsCacheTestInstance
773 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in GraphicsCacheTestInstance()
819 …ne[ndx] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache, *m_pipelineLayout, in GraphicsCacheTestInstance()
991 Move<VkPipelineLayout> m_pipelineLayout[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon10f98d670111::ComputeCacheTestInstance
1102 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in buildPipeline()
1121 *m_pipelineLayout[ndx], // VkPipelineLayout layout; in buildPipeline()
DvktPipelineExecutablePropertiesTests.cpp1087 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anonb9290b7c0111::GraphicsExecutablePropertiesTestInstance
1231 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in GraphicsExecutablePropertiesTestInstance()
1305 …= m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache, *m_pipelineLayout, flags); in GraphicsExecutablePropertiesTestInstance()
1350 Move<VkPipelineLayout> m_pipelineLayout[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anonb9290b7c0111::ComputeExecutablePropertiesTestInstance
1425 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in buildPipeline()
1458 *m_pipelineLayout[ndx], // VkPipelineLayout layout; in buildPipeline()
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp701 , m_pipelineLayout (createPipelineLayout(vkd, device)) in WsiTriangleRenderer()
702 …, m_pipeline (createPipeline(vkd, device, *m_renderPass, *m_pipelineLayout, binaryRegistry, re… in WsiTriangleRenderer()
749 , m_pipelineLayout (other.m_pipelineLayout) in WsiTriangleRenderer()
790 …m_vkd.cmdPushConstants(cmdBuffer, *m_pipelineLayout, VK_SHADER_STAGE_VERTEX_BIT, 0u, (deUint32)siz… in recordFrame()
884 …m_vkd.cmdPushConstants(cmdBuffer, *m_pipelineLayout, VK_SHADER_STAGE_VERTEX_BIT, 0u, (deUint32)siz… in recordDeviceGroupFrame()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp234 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::conditional::__anon6a10a24e0111::ConditionalRenderingBaseTestInstance
601 m_pipelineLayout = vk::createPipelineLayout(m_vkd, m_device, &pipelineLayoutParams); in createPipelineLayout()
641 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in createPipeline()
902 …scriptorSets(*m_cmdBufferPrimary, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &(*m_d… in iterate()
936 …m_vkd.cmdPushConstants(*m_cmdBufferPrimary, *m_pipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, 16… in iterate()
1012 m_pipelineLayout = vk::createPipelineLayout(m_vkd, m_device, &pipelineLayoutParams); in createPipelineLayout()
1082 *m_pipelineLayout, //const VkPipelineLayout pipelineLayout in createPipelines()
1098 *m_pipelineLayout, //const VkPipelineLayout pipelineLayout in createPipelines()
1227 …scriptorSets(*m_cmdBufferPrimary, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &(*m_d… in iterate()
1235 …scriptorSets(*m_cmdBufferPrimary, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &(*m_d… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp401 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::QueryPool::__anoncd6c55320111::GraphicQueryTestBase
493 m_pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutCreateInfo); in initStateObjects()
521 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initStateObjects()
852 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::QueryPool::__anoncd6c55320111::ComputeQueryTestBase
890 m_pipelineLayout = createPipelineLayout(vkd, device, &pipelineLayoutParams); in initStateObjects()
912 *m_pipelineLayout, // layout in initStateObjects()
1006 …vkd.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &… in iterate()
1122 …vkd.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp114 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::api::__anondf3b90dc0111::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/draw/
DvktDrawInvertedDepthRangesTests.cpp78 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::__anon325afb130111::InvertedDepthRangesTestInstance
198 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in InvertedDepthRangesTestInstance()
202 …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::__anon496729890111::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
DvktDrawDiscardRectanglesTests.cpp449 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::__anonddd3da9f0111::DiscardRectanglesTestInstance
544 m_pipelineLayout = makePipelineLayout (vk, device); in iterate()
547 …m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, *m_vertexModu… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp340 m_pipelineLayout = makePipelineLayout (vk, device); in ScissorRenderer()
341 …m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, *m_vertexModule… in ScissorRenderer()
389 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::FragmentOperations::__anon23679b2f0111::ScissorRenderer
DvktFragmentOperationsScissorTests.cpp375 m_pipelineLayout = makePipelineLayout (vk, device); in ScissorRenderer()
388 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, device, *m_pipelineLayout, *m_renderPa… in draw()
429 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::FragmentOperations::__anon2268c1e40111::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.hpp95 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::DynamicState::DynamicStateBaseClass
DvktDynamicStateBaseClass.cpp54 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
174 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp176 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::renderpass::__anona1e4b7df0111::InputAttachmentSparseFillingTestInstance
442 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in InputAttachmentSparseFillingTestInstance()
514 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in InputAttachmentSparseFillingTestInstance()
652 …vk.cmdBindDescriptorSets (*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u… in createCommandBuffer()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp454 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::compute::__anon160d01fa0111::IndirectDispatchInstanceBufferGenerate
474 m_pipelineLayout = makePipelineLayout(m_device_interface, m_device, *descriptorSetLayout); in fillIndirectBufferData()
475 …m_computePipeline = makeComputePipeline(m_device_interface, m_device, *m_pipelineLayout, *genIndir… in fillIndirectBufferData()
498 …dDescriptorSets(commandBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &m_d… in fillIndirectBufferData()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp240 m_pipelineLayout = makePipelineLayout(vk, device, vulkanProgram.descriptorSetLayout); in VulkanDrawContext()
490 *m_pipelineLayout, // const VkPipelineLayout pipelineLayout in VulkanDrawContext()
515 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u,… in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1397 m_pipelineLayout = makePipelineLayout(vk, device, descriptorSetLayout); in GraphicsPipeline()
1416 …m_pipeline = pipelineBuilder.build(vk, device, *m_pipelineLayout, *m_renderPass, context.getPipeli… in GraphicsPipeline()
1442 …vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u, &d… in recordCommands()
1462 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::synchronization::__anon87b91c230111::ShaderAccess::GraphicsPipeline
1493 m_pipelineLayout = makePipelineLayout(vk, device, descriptorSetLayout); in ComputePipeline()
1494 …m_pipeline = makeComputePipeline(vk, device, *m_pipelineLayout, *shaderModule, DE_NULL, context.… in ComputePipeline()
1502 …vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &de… in recordCommands()
1513 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::synchronization::__anon87b91c230111::ShaderAccess::ComputePipeline
3475 m_pipelineLayout = makePipelineLayout(vk, device); in Implementation()
3484 …m_pipeline = pipelineBuilder.build(vk, device, *m_pipelineLayout, *m_renderPass, context.getPipeli… in Implementation()
[all …]

123