Searched refs:m_pipelineLayout (Results 1 - 25 of 30) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp117 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::Draw::DrawTestsBaseClass
H A DvktDrawBaseClass.cpp48 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
174 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.hpp92 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::DynamicState::DynamicStateBaseClass
H A DvktDynamicStateBaseClass.cpp50 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
164 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
H A DvktDynamicStateCBTests.cpp69 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
H A DvktDynamicStateGeneralTests.cpp295 PipelineCreateInfo pipelineCreateInfo_1(*m_pipelineLayout, *m_renderPass, 0, 0);
307 PipelineCreateInfo pipelineCreateInfo_2(*m_pipelineLayout, *m_renderPass, 0, 0);
H A DvktDynamicStateDSTests.cpp83 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::DynamicState::__anon3637::DepthStencilBaseCase
132 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
235 PipelineCreateInfo pipelineCreateInfo_1(*m_pipelineLayout, *m_renderPass, 0, 0);
247 PipelineCreateInfo pipelineCreateInfo_2(*m_pipelineLayout, *m_renderPass, 0, 0);
H A DvktDynamicStateRSTests.cpp74 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::DynamicState::__anon3640::DepthBiasBaseCase
122 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
219 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
H A DvktDynamicStateVPTests.cpp265 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp164 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::__anon3678::PushConstantGraphicsTestInstance
679 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
905 *m_pipelineLayout, // VkPipelineLayout layout;
1021 vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, m_pushConstantRange[rangeNdx].range.shaderStage, m_pushConstantRange[rangeNdx].range.offset, m_pushConstantRange[rangeNdx].range.size, value);
1026 vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, m_pushConstantRange[rangeNdx].range.shaderStage, m_pushConstantRange[rangeNdx].update.offset, m_pushConstantRange[rangeNdx].update.size, value);
1038 vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, m_pushConstantRange[0].range.shaderStage, m_pushConstantRange[0].range.offset, m_pushConstantRange[0].range.size, &triangleNdx);
1043 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &(*m_descriptorSet), 0, DE_NULL);
1203 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::__anon3678::PushConstantComputeTestInstance
1323 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
1347 *m_pipelineLayout, // VkPipelineLayou
[all...]
H A DvktPipelineImageSamplingInstance.hpp100 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::ImageSamplingInstance
H A DvktPipelineCacheTests.cpp176 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::__anon3664::SimpleGraphicsPipelineBuilder
240 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
434 *m_pipelineLayout, // VkPipelineLayout layout;
1193 Move<VkPipelineLayout> m_pipelineLayout[PIPELINE_CACHE_NDX_COUNT]; member in class:vkt::pipeline::__anon3664::ComputeCacheTestInstance
1331 m_pipelineLayout[ndx] = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo);
1350 *m_pipelineLayout[ndx], // VkPipelineLayout layout;
1396 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout[ndx], 0u, 1u, &m_descriptorSet[ndx].get(), 0u, DE_NULL);
H A DvktPipelineTimestampTests.cpp322 Move<VkPipelineLayout> m_pipelineLayout;
386 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
578 *m_pipelineLayout, // VkPipelineLayout layout;
1621 Move<VkPipelineLayout> m_pipelineLayout;
1725 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo);
1758 *m_pipelineLayout, // VkPipelineLayout layout;
1789 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL);
H A DvktPipelineBlendTests.cpp148 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::__anon3662::BlendTestInstance
441 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
635 *m_pipelineLayout, // VkPipelineLayout layout;
H A DvktPipelineDepthTests.cpp162 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::__anon3667::DepthTestInstance
450 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
653 *m_pipelineLayout, // VkPipelineLayout layout;
H A DvktPipelineImageSamplingInstance.cpp609 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
808 *m_pipelineLayout, // VkPipelineLayout layout;
918 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0, 1, &m_descriptorSet.get(), 0, DE_NULL);
H A DvktPipelineStencilTests.cpp166 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::__anon3684::StencilTestInstance
533 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
718 *m_pipelineLayout, // VkPipelineLayout layout;
H A DvktPipelineInputAssemblyTests.cpp175 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::__anon3676::InputAssemblyInstance
1075 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
1276 *m_pipelineLayout, // VkPipelineLayout layout;
H A DvktPipelineVertexInputTests.cpp237 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::pipeline::__anon3689::VertexInputInstance
780 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
971 *m_pipelineLayout, // VkPipelineLayout layout;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp101 Move<VkPipelineLayout> m_pipelineLayout; member in class:vkt::api::__anon3583::BufferViewTestInstance
415 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
584 *m_pipelineLayout, // VkPipelineLayout layout;
704 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1, &*m_descriptorSet, 0u, DE_NULL);
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp453 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::compute::__anon3626::IndirectDispatchInstanceBufferGenerate
473 m_pipelineLayout = makePipelineLayout(m_device_interface, m_device, *descriptorSetLayout);
474 m_computePipeline = makeComputePipeline(m_device_interface, m_device, *m_pipelineLayout, *genIndirectBufferDataShader);
497 m_device_interface.cmdBindDescriptorSets(commandBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp1211 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::BindingModel::__anon3603::BufferRenderInstance
1246 , m_pipelineLayout (createPipelineLayout(m_vki, m_device, *m_descriptorSetLayout))
1466 return *m_pipelineLayout;
1605 inline vk::VkPipelineLayout getPipelineLayout (void) const { return *m_pipelineLayout; };
1618 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::BindingModel::__anon3603::ComputePipeline
1627 : m_pipelineLayout (createPipelineLayout(vki, device, numDescriptorSets, descriptorSetLayouts))
1628 , m_pipeline (createPipeline(vki, device, programCollection, *m_pipelineLayout))
1702 const vk::VkPipelineLayout m_pipelineLayout; member in class:vkt::BindingModel::__anon3603::ComputeCommand
1730 , m_pipelineLayout (pipelineLayout)
1784 m_vki.cmdBindDescriptorSets(*cmd, vk::VK_PIPELINE_BIND_POINT_COMPUTE, m_pipelineLayout,
3327 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::BindingModel::__anon3603::ImageFetchRenderInstance
4208 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::BindingModel::__anon3603::ImageSampleRenderInstance
5569 const vk::Unique<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::BindingModel::__anon3603::TexelBufferRenderInstance
[all...]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp60 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in struct:__anon3690::StateObjects
173 m_pipelineLayout = vk::createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
201 PipelineCreateInfo pipelineCreateInfo(*m_pipelineLayout, *m_renderPass, 0, 0);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp454 vk::Move<vk::VkPipelineLayout> m_pipelineLayout; member in class:vkt::sr::ShaderRenderCaseInstance
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp804 const Unique<VkPipelineLayout> m_pipelineLayout; member in class:vkt::wsi::__anon3780::TriangleRenderer
1194 , m_pipelineLayout (createPipelineLayout(vkd, device))
1195 , m_pipeline (createPipeline(vkd, device, *m_renderPass, *m_pipelineLayout, binaryRegistry, renderSize))
1279 m_vkd.cmdPushConstants(cmdBuffer, *m_pipelineLayout, VK_SHADER_STAGE_VERTEX_BIT, 0u, (deUint32)sizeof(deUint32), &frameNdx);

Completed in 261 milliseconds

12