Searched refs:meshPipelineLayout (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 4628 const auto meshPipelineLayout = makePipelineLayout(vkd, device, 1u, &meshDSLayout.get(), 1u, &pcRange); 4653 const auto meshPipeline = makeGraphicsPipeline(vkd, device, meshPipelineLayout.get(), 4677 vkd.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, meshPipelineLayout.get(), 0u, 1u, &meshDescriptorSet.get(), 0u, nullptr); 4678 vkd.cmdPushConstants(cmdBuffer, meshPipelineLayout.get(), pcStages, 0u, pcSize, &pcData);
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 3382 const auto meshPipelineLayout = makePipelineLayout(vkd, device, DE_NULL, &pcRange); in iterate() local 3448 const auto meshPipeline = makeGraphicsPipeline(vkd, device, meshPipelineLayout.get(), in iterate() 3491 vkd.cmdPushConstants(cmdBuffer, meshPipelineLayout.get(), VK_SHADER_STAGE_FRAGMENT_BIT, 0u, pcSize, &rectColor.second); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 4628 const auto meshPipelineLayout = makePipelineLayout(vkd, device, 1u, &meshDSLayout.get(), 1u, &pcRange); 4653 const auto meshPipeline = makeGraphicsPipeline(vkd, device, meshPipelineLayout.get(), 4677 vkd.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, meshPipelineLayout.get(), 0u, 1u, &meshDescriptorSet.get(), 0u, nullptr); 4678 vkd.cmdPushConstants(cmdBuffer, meshPipelineLayout.get(), pcStages, 0u, pcSize, &pcData);
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 3364 const auto meshPipelineLayout = makePipelineLayout(vkd, device, DE_NULL, &pcRange); in iterate() local 3430 const auto meshPipeline = makeGraphicsPipeline(vkd, device, meshPipelineLayout.get(), in iterate() 3473 vkd.cmdPushConstants(cmdBuffer, meshPipelineLayout.get(), VK_SHADER_STAGE_FRAGMENT_BIT, 0u, pcSize, &rectColor.second); in iterate()
|
Completed in 32 milliseconds