Home
last modified time | relevance | path

Searched refs:bindPoint (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipeline.hpp57 virtual VkPipelineBindPoint bindPoint() const = 0;
88 VkPipelineBindPoint bindPoint() const override in bindPoint() function in vk::GraphicsPipeline
134 VkPipelineBindPoint bindPoint() const override in bindPoint() function in vk::ComputePipeline
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiPipelineTests.cpp875 tcu::TestStatus pipelineLayoutLifetimeTest (Context& context, VkPipelineBindPoint bindPoint) in pipelineLayoutLifetimeTest() argument
882 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineLayoutLifetimeTest()
1196 vk.cmdBindPipeline(commandBuffer.get(), bindPoint, pipeline.get()); in pipelineLayoutLifetimeTest()
1201 …vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutAC.get(), 0u, DE_LENGTH_OF_… in pipelineLayoutLifetimeTest()
1202 …vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutBC.get(), 1u, DE_LENGTH_OF_… in pipelineLayoutLifetimeTest()
1226 …vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutAC.get(), 0u, DE_LENGTH_OF_… in pipelineLayoutLifetimeTest()
1578 …stStatus pipelineInvalidPointersUnusedStructsTest (Context& context, VkPipelineBindPoint bindPoint) in pipelineInvalidPointersUnusedStructsTest() argument
1584 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineInvalidPointersUnusedStructsTest()
1741 vk.cmdBindPipeline(commandBuffer.get(), bindPoint, pipeline.get()); in pipelineInvalidPointersUnusedStructsTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp875 tcu::TestStatus pipelineLayoutLifetimeTest (Context& context, VkPipelineBindPoint bindPoint) in pipelineLayoutLifetimeTest() argument
882 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineLayoutLifetimeTest()
1196 vk.cmdBindPipeline(commandBuffer.get(), bindPoint, pipeline.get()); in pipelineLayoutLifetimeTest()
1201 …vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutAC.get(), 0u, DE_LENGTH_OF_… in pipelineLayoutLifetimeTest()
1202 …vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutBC.get(), 1u, DE_LENGTH_OF_… in pipelineLayoutLifetimeTest()
1226 …vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutAC.get(), 0u, DE_LENGTH_OF_… in pipelineLayoutLifetimeTest()
1578 …stStatus pipelineInvalidPointersUnusedStructsTest (Context& context, VkPipelineBindPoint bindPoint) in pipelineInvalidPointersUnusedStructsTest() argument
1584 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineInvalidPointersUnusedStructsTest()
1741 vk.cmdBindPipeline(commandBuffer.get(), bindPoint, pipeline.get()); in pipelineInvalidPointersUnusedStructsTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp367 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
487 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in iterate()
501 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in iterate()
514 vkd.cmdBindPipeline(secondary, bindPoint, pipeline.get()); in iterate()
DvktMeshShaderPropertyTests.cpp138 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
203 …vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, 1u, &descriptorSet.get()… in iterate()
204 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp367 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
487 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in iterate()
501 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in iterate()
514 vkd.cmdBindPipeline(secondary, bindPoint, pipeline.get()); in iterate()
DvktMeshShaderPropertyTests.cpp138 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
203 …vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, 1u, &descriptorSet.get()… in iterate()
204 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp291 …sh (const DeviceInterface& vk, VkCommandBuffer cmd, VkPipelineBindPoint bindPoint, VkPipelineLayou… in updateWithPush() argument
315 vk.cmdPushDescriptorSetKHR(cmd, bindPoint, pipelineLayout, setIdx, count, writePtr); in updateWithPush()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp118 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; local
158 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0u, 1, &*descriptorSet, 0u, DE_NU…
159 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline);
1303 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
1350 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0u, 1, &*descriptorSet, 0u, DE_NU… in iterate()
1351 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp118 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; local
158 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0u, 1, &*descriptorSet, 0u, DE_NU…
159 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline);
1303 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
1350 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0u, 1, &*descriptorSet, 0u, DE_NU… in iterate()
1351 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp625 VkPipelineBindPoint bindPoint; in iterate() local
630 bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate()
634 bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_NV; in iterate()
638 bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate()
991 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, m_data.set, 1, &descriptorSet.get… in iterate()
1281 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
DvktBindingDescriptorSetRandomTests.cpp1472 VkPipelineBindPoint bindPoint; in iterate() local
1477 bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate()
1481 bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_NV; in iterate()
1485 bindPoint = in iterate()
2383 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in iterate()
2423 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, s, 1, &descriptorSets[s].get(), n… in iterate()
2445 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, s, 1, &descriptorSets[s].get(), n… in iterate()
2890 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp625 VkPipelineBindPoint bindPoint; in iterate() local
630 bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate()
634 bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_NV; in iterate()
638 bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate()
991 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, m_data.set, 1, &descriptorSet.get… in iterate()
1281 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
DvktBindingDescriptorSetRandomTests.cpp1472 VkPipelineBindPoint bindPoint; in iterate() local
1477 bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate()
1481 bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_NV; in iterate()
1485 bindPoint = in iterate()
2383 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in iterate()
2423 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, s, 1, &descriptorSets[s].get(), n… in iterate()
2445 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, s, 1, &descriptorSets[s].get(), n… in iterate()
2890 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp2715 VkPipelineBindPoint bindPoint; member
2775 if (m_params.bindPoint == VK_PIPELINE_BIND_POINT_COMPUTE) in initPrograms()
2779 else if (m_params.bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS) in initPrograms()
2818 const bool isComp = (m_params.bindPoint == VK_PIPELINE_BIND_POINT_COMPUTE); in iterate()
2960 …vkd.cmdBindDescriptorSets(cmdBuffer, m_params.bindPoint, pipelineLayout.get(), 0u, 1u, &descriptor… in iterate()
2964 vkd.cmdBindPipeline(cmdBuffer, m_params.bindPoint, pipelineWrapper.getPipeline()); in iterate()
2968 vkd.cmdBindPipeline(cmdBuffer, m_params.bindPoint, pipeline.get()); in iterate()
3033 …Context& testCtx, PipelineConstructionType pipelineConstructionType, VkPipelineBindPoint bindPoint) in addOverwriteCase() argument
3051 testParams.bindPoint = bindPoint; in addOverwriteCase()
DvktPipelineBindPointTests.cpp330 …, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, VkPipelineLayou… in makeUpdateTemplate() argument
342 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in makeUpdateTemplate()
349 …st DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, VkPipelineLayou… in pushBufferDescriptor() argument
365 vkd.cmdPushDescriptorSetKHR(cmdBuffer, bindPoint, layout, 0u, 1u, &write); in pushBufferDescriptor()
DvktPipelineShaderModuleIdentifierTests.cpp2817 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
2821 …vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescripto… in iterate()
2822 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
2842 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
2845 …vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescripto… in iterate()
2846 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
2852 const auto bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR; in iterate() local
2856 …vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescripto… in iterate()
2857 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
3158 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp2715 VkPipelineBindPoint bindPoint; member
2775 if (m_params.bindPoint == VK_PIPELINE_BIND_POINT_COMPUTE) in initPrograms()
2779 else if (m_params.bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS) in initPrograms()
2818 const bool isComp = (m_params.bindPoint == VK_PIPELINE_BIND_POINT_COMPUTE); in iterate()
2960 …vkd.cmdBindDescriptorSets(cmdBuffer, m_params.bindPoint, pipelineLayout.get(), 0u, 1u, &descriptor… in iterate()
2964 vkd.cmdBindPipeline(cmdBuffer, m_params.bindPoint, pipelineWrapper.getPipeline()); in iterate()
2968 vkd.cmdBindPipeline(cmdBuffer, m_params.bindPoint, pipeline.get()); in iterate()
3033 …Context& testCtx, PipelineConstructionType pipelineConstructionType, VkPipelineBindPoint bindPoint) in addOverwriteCase() argument
3051 testParams.bindPoint = bindPoint; in addOverwriteCase()
DvktPipelineBindPointTests.cpp330 …, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, VkPipelineLayou… in makeUpdateTemplate() argument
342 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in makeUpdateTemplate()
349 …st DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, VkPipelineLayou… in pushBufferDescriptor() argument
365 vkd.cmdPushDescriptorSetKHR(cmdBuffer, bindPoint, layout, 0u, 1u, &write); in pushBufferDescriptor()
DvktPipelineShaderModuleIdentifierTests.cpp2817 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
2821 …vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescripto… in iterate()
2822 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
2842 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
2845 …vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescripto… in iterate()
2846 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
2852 const auto bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR; in iterate() local
2856 …vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescripto… in iterate()
2857 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
3158 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp334 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
490 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE… in iterate()
693 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp334 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
490 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE… in iterate()
693 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessExtsTests.cpp1856 VkPipelineBindPoint bindPoint; in iterate() local
1861 bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate()
1865 bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_NV; in iterate()
1869 bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate()
2575 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in iterate()
2620 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), numDy… in iterate()
2631 …vk.cmdPushDescriptorSetKHR(*cmdBuffer, bindPoint, *pipelineLayout, 0, (deUint32)writesBeforeBindVe… in iterate()
2642 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), numDy… in iterate()
2962 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp1856 VkPipelineBindPoint bindPoint; in iterate() local
1861 bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate()
1865 bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_NV; in iterate()
1869 bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate()
2575 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in iterate()
2620 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), numDy… in iterate()
2631 …vk.cmdPushDescriptorSetKHR(*cmdBuffer, bindPoint, *pipelineLayout, 0, (deUint32)writesBeforeBindVe… in iterate()
2642 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), numDy… in iterate()
2962 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1737 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
1799 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0u, 1, &*descriptorSet, 0u, DE_NU… in iterate()
1800 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
1860 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0u, 1, &*descriptorSet, 0u, DE_NU… in iterate()
1861 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()

12