/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 186 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon34387eeb0111::PushConstantGraphicsTestInstance 810 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in PushConstantGraphicsTestInstance() 1036 *m_pipelineLayout, // VkPipelineLayout layout; in PushConstantGraphicsTestInstance() 1168 …vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, m_pushConstantRange[rangeNdx].range.shaderSta… in PushConstantGraphicsTestInstance() 1173 …vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, m_pushConstantRange[rangeNdx].range.shaderSta… in PushConstantGraphicsTestInstance() 1185 …vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, m_pushConstantRange[0].range.shaderStage, m_p… in PushConstantGraphicsTestInstance() 1190 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &… in PushConstantGraphicsTestInstance() 1341 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon34387eeb0111::PushConstantComputeTestInstance 1461 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in PushConstantComputeTestInstance() 1485 *m_pipelineLayout, // VkPipelineLayout layout; in PushConstantComputeTestInstance() [all …]
|
D | vktPipelineCacheTests.cpp | 638 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon436232150111::GraphicsCacheTestInstance 1060 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in GraphicsCacheTestInstance() 1063 …CACHE] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache, *m_pipelineLayout); in GraphicsCacheTestInstance() 1064 …ACHED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache, *m_pipelineLayout); in GraphicsCacheTestInstance() 1205 Move<VkPipelineLayout> m_pipelineLayout[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon436232150111::ComputeCacheTestInstance 1343 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in buildPipeline() 1362 *m_pipelineLayout[ndx], // VkPipelineLayout layout; in buildPipeline() 1408 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout[ndx], 0u,… in prepareCommandBuffer() 1501 …ED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_newCache, *m_pipelineLayout); in PipelineFromCacheTestInstance() 1570 …ED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_newCache, *m_pipelineLayout); in PipelineFromIncompleteCacheTestInstance() [all …]
|
D | vktPipelineImageSamplingInstance.hpp | 120 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::ImageSamplingInstance
|
D | vktPipelineTimestampTests.cpp | 322 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon5ac8ca750111::SimpleGraphicsPipelineBuilder 386 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in buildPipeline() 578 …*m_pipelineLayout, // VkPipelineLayout … in buildPipeline() 1603 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon5ac8ca750111::BasicComputeTestInstance 1707 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo); in BasicComputeTestInstance() 1740 *m_pipelineLayout, // VkPipelineLayout layout; in BasicComputeTestInstance() 1771 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, … in configCommandBuffer()
|
D | vktPipelineStencilTests.cpp | 166 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon356878d30111::StencilTestInstance 533 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in StencilTestInstance() 718 *m_pipelineLayout, // VkPipelineLayout layout; in StencilTestInstance()
|
D | vktPipelineDepthTests.cpp | 162 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::pipeline::__anon84f282160111::DepthTestInstance 450 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in DepthTestInstance() 653 *m_pipelineLayout, // VkPipelineLayout layout; in DepthTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 1003 m_pipelineLayout = makePipelineLayout(vk, device, descriptorSetLayout); in GraphicsPipeline() 1022 …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::__anon5f1475170111::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::__anon5f1475170111::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/draw/ |
D | vktDrawBaseClass.cpp | 48 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize() 171 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline()
|
D | vktDrawNegativeViewportHeightTests.cpp | 82 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::__anon1534287d0111::NegativeViewportHeightTestInstance 212 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in NegativeViewportHeightTestInstance() 216 …PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, (VkPipelineCreateFlags)… in NegativeViewportHeightTestInstance()
|
D | vktDrawBaseClass.hpp | 129 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::DrawTestsBaseClass
|
D | vktDrawInstancedTests.cpp | 218 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::Draw::__anon72ae7aea0111::InstancedDrawInstance 308 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in InstancedDrawInstance() 420 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in InstancedDrawInstance() 508 …m_vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, vk::VK_SHADER_STAGE_VERTEX_BIT, 0u, (deUint… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 112 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::api::__anon14c2dbd00111::BufferViewTestInstance 393 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in BufferViewTestInstance() 574 *m_pipelineLayout, // VkPipelineLayout layout; in BufferViewTestInstance() 661 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1, … in BufferViewTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.hpp | 92 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::DynamicState::DynamicStateBaseClass
|
D | vktDynamicStateBaseClass.cpp | 52 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize() 166 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline()
|
D | vktDynamicStateDSTests.cpp | 85 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::DynamicState::__anon6fa061170111::DepthStencilBaseCase 134 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize() 237 PipelineCreateInfo pipelineCreateInfo_1(*m_pipelineLayout, *m_renderPass, 0, 0); in initialize() 249 PipelineCreateInfo pipelineCreateInfo_2(*m_pipelineLayout, *m_renderPass, 0, 0); in initialize()
|
D | vktDynamicStateGeneralTests.cpp | 298 PipelineCreateInfo pipelineCreateInfo_1(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline() 310 PipelineCreateInfo pipelineCreateInfo_2(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline()
|
D | vktDynamicStateCBTests.cpp | 72 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initPipeline()
|
D | vktDynamicStateRSTests.cpp | 77 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::DynamicState::__anonbab24aa50111::DepthBiasBaseCase 125 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize() 222 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0); in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktDrawUtil.cpp | 438 m_pipelineLayout = makePipelineLayoutWithoutDescriptors(vk, device); in VulkanDrawContext() 440 m_pipelineLayout = makePipelineLayout(vk, device, vulkanProgram.descriptorSetLayout); in VulkanDrawContext() 747 *m_pipelineLayout, // VkPipelineLayout layout; in VulkanDrawContext() 763 …vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u,… in VulkanDrawContext()
|
D | vktDrawUtil.hpp | 173 vk::refdetails::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::drawutil::VulkanDrawContext
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 453 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::compute::__anona44f266e0111::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/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 587 m_pipelineLayout = makePipelineLayout (vk, device); in ScissorRenderer() 588 …m_pipeline = makeGraphicsPipeline (vk, device, *m_pipelineLayout, *m_renderPass, *m_vertexModule… in ScissorRenderer() 706 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::FragmentOperations::__anon2e1e5c230111::ScissorRenderer
|
D | vktFragmentOperationsScissorTests.cpp | 565 m_pipelineLayout = makePipelineLayout (vk, device); in ScissorRenderer() 578 …const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, device, *m_pipelineLayout, *m_renderPa… in draw() 689 Move<VkPipelineLayout> m_pipelineLayout; member in vkt::FragmentOperations::__anonb0aae6580111::ScissorRenderer
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1380 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::BindingModel::__anon1f3887440111::BufferRenderInstance 1420 , m_pipelineLayout (createPipelineLayout(m_vki, m_device, *m_descriptorSetLayout)) in BufferRenderInstance() 1421 …rceBufferB, m_viewOffsetB, m_updateBuilder, m_updateTemplate, m_updateRegistry, *m_pipelineLayout)) in BufferRenderInstance() 1769 return *m_pipelineLayout; in getPipelineLayout() 1793 …m_updateBuilder.updateWithPush(m_vki, cmd, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout,… in writeDrawCmdBuffer() 1920 inline vk::VkPipelineLayout getPipelineLayout (void) const { return *m_pipelineLayout; }; in getPipelineLayout() 1933 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::BindingModel::__anon1f3887440111::ComputePipeline 1942 : m_pipelineLayout (createPipelineLayout(vki, device, numDescriptorSets, descriptorSetLayouts)) in ComputePipeline() 1943 , m_pipeline (createPipeline(vki, device, programCollection, *m_pipelineLayout)) in ComputePipeline() 2018 const vk::VkPipelineLayout m_pipelineLayout; member in vkt::BindingModel::__anon1f3887440111::ComputeCommand [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 768 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout; member in vkt::wsi::__anona3c17d6a0111::SharedPresentableImageTestInstance 943 , m_pipelineLayout (createPipelineLayout(m_vkd, *m_device)) in SharedPresentableImageTestInstance() 983 …m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShader… in initSwapchainResources() 1111 …rs.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPas… in render()
|