Home
last modified time | relevance | path

Searched refs:bindPoint (Results 1 - 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipeline.hpp57 virtual VkPipelineBindPoint bindPoint() const = 0;
88 VkPipelineBindPoint bindPoint() const override
134 VkPipelineBindPoint bindPoint() const override
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolFragInvocationTests.cpp114 void recordRenderPassCommands (const DeviceInterface& vkd, const VkCommandBuffer cmdBuffer, const VkPipelineBindPoint bindPoint, const VkPipeline pipeline) in recordRenderPassCommands() argument
116 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline); in recordRenderPassCommands()
130 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in testInvocations() local
199 recordRenderPassCommands(ctx.vkd, secCmdBuffer, bindPoint, pipeline.get()); in testInvocations()
211 recordRenderPassCommands(ctx.vkd, primaryCmdBuffer, bindPoint, pipeline.get()); in testInvocations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A 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()
H A DvktMeshShaderPropertyTests.cpp138 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
203 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr); in iterate()
204 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A 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()
H A DvktMeshShaderPropertyTests.cpp138 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
203 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr); in iterate()
204 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp206 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in testEnableDisable() local
311 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in testEnableDisable()
452 ctx.vkd.cmdBindPipeline(cmdBuffer, bindPoint, iteration.pipeline); in testEnableDisable()
516 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in testNoFrag() local
626 ctx.vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in testNoFrag()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateMiscTests.cpp143 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in sampleShadingWithDynamicSampleCount() local
228 const auto subpassDescription = makeSubpassDescription(0u, bindPoint, 0u, nullptr, 1u, &colorAttRef, &resolveAttRef, nullptr, 0u, nullptr); in sampleShadingWithDynamicSampleCount()
368 ctx.vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, *pipelineLayout, 0u, 1u, &descriptorSets.at(drawIdx).get(), 0u, nullptr); in sampleShadingWithDynamicSampleCount()
H A DvktPipelineImageSlicedViewOf3DTests.cpp565 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in runGraphicsPipeline() local
581 vkd.cmdBindPipeline(cmdBuffer, bindPoint, m_pipeline.get()); in runGraphicsPipeline()
582 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, m_pipelineLayout.get(), 0u, 1u, &m_descriptorSet.get(), 0u, nullptr); in runGraphicsPipeline()
589 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in runComputePipeline() local
594 vkd.cmdBindPipeline(cmdBuffer, bindPoint, m_pipeline.get()); in runComputePipeline()
595 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, m_pipelineLayout.get(), 0u, 1u, &m_descriptorSet.get(), 0u, nullptr); in runComputePipeline()
607 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in runSamplingPipeline() local
682 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get()); in runSamplingPipeline()
683 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr); in runSamplingPipeline()
H A DvktPipelineShaderModuleIdentifierTests.cpp2831 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
2835 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
2836 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
2856 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
2859 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
2860 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
2866 const auto bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR; in iterate() local
2870 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
2871 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
3174 const auto bindPoint in iterate() local
[all...]
H A DvktPipelineBindPointTests.cpp332 Move<VkDescriptorUpdateTemplate> makeUpdateTemplate (const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout) in makeUpdateTemplate() argument
344 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in makeUpdateTemplate()
351 void pushBufferDescriptor(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, VkPipelineLayout layout, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size) in pushBufferDescriptor() argument
367 vkd.cmdPushDescriptorSetKHR(cmdBuffer, bindPoint, layout, 0u, 1u, &write); in pushBufferDescriptor()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp291 void DescriptorSetUpdateBuilder::updateWithPush (const DeviceInterface& vk, VkCommandBuffer cmd, VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout, deUint32 setIdx, deUint32 descriptorIdx, deUint32 numDescriptors) const 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/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp118 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; local
158 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0u, 1, &*descriptorSet, 0u, DE_NULL);
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_NULL); in iterate()
1351 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A 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_ARRAY(setHandlesAC), setHandlesAC, 0u, DE_NULL); in pipelineLayoutLifetimeTest()
1202 vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutBC.get(), 1u, DE_LENGTH_OF_ARRAY(setHandlesC), setHandlesC, 0u, DE_NULL); in pipelineLayoutLifetimeTest()
1226 vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutAC.get(), 0u, DE_LENGTH_OF_ARRAY(setHandlesAC), setHandlesAC, 0u, DE_NULL); in pipelineLayoutLifetimeTest()
1578 tcu::TestStatus pipelineInvalidPointersUnusedStructsTest (Context& context, VkPipelineBindPoint bindPoint) in pipelineInvalidPointersUnusedStructsTest() argument
1584 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineInvalidPointersUnusedStructsTest()
1731 vk.cmdBindPipeline(commandBuffer.get(), bindPoint, pipeline.get()); in pipelineInvalidPointersUnusedStructsTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A 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_ARRAY(setHandlesAC), setHandlesAC, 0u, DE_NULL); in pipelineLayoutLifetimeTest()
1202 vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutBC.get(), 1u, DE_LENGTH_OF_ARRAY(setHandlesC), setHandlesC, 0u, DE_NULL); in pipelineLayoutLifetimeTest()
1226 vk.cmdBindDescriptorSets(commandBuffer.get(), bindPoint, pipelineLayoutAC.get(), 0u, DE_LENGTH_OF_ARRAY(setHandlesAC), setHandlesAC, 0u, DE_NULL); in pipelineLayoutLifetimeTest()
1578 tcu::TestStatus 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/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp334 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
490 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in iterate()
693 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp334 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
490 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in iterate()
693 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp109 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; local
130 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, pipeline.getPipelineLayout(), 0u, 1, &*descriptorSet, 0u, DE_NULL);
1303 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
1350 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, 0u, 1, &*descriptorSet, 0u, DE_NULL); in iterate()
1351 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp2817 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
2821 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, de::sizeU32(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); 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(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); 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(rawDescriptorSets), de::dataOrNull(rawDescriptorSets), 0u, nullptr); in iterate()
2857 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipelines.back()); in iterate()
3158 const auto bindPoint in iterate() local
[all...]
H A DvktPipelineBindPointTests.cpp330 Move<VkDescriptorUpdateTemplate> makeUpdateTemplate (const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout) in makeUpdateTemplate() argument
342 bindPoint, // VkPipelineBindPoint pipelineBindPoint; in makeUpdateTemplate()
349 void pushBufferDescriptor(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, VkPipelineLayout layout, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size) in pushBufferDescriptor() argument
365 vkd.cmdPushDescriptorSetKHR(cmdBuffer, bindPoint, layout, 0u, 1u, &write); in pushBufferDescriptor()
H A 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, &descriptorSet.get(), 0u, nullptr); 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 void addOverwriteCase (tcu::TestCaseGroup* group, tcu::TestContext& testCtx, PipelineConstructionType pipelineConstructionType, VkPipelineBindPoint bindPoint) in addOverwriteCase() argument
3051 testParams.bindPoint = bindPoint; in addOverwriteCase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp782 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
921 ctx.vkd.cmdBindPipeline(*cmdBufferRef, bindPoint, *pipeline1); in iterate()
936 ctx.vkd.cmdBindPipeline(*cmdBufferRes, bindPoint, *pipeline0); in iterate()
940 ctx.vkd.cmdBindPipeline(*cmdBufferRes, bindPoint, *pipeline1); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A 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(), 0, DE_NULL); in iterate()
1281 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()
H A DvktBindingValveMutableTests.cpp3032 const auto bindPoint = m_params.getBindPoint();
3250 if (bindPoint == VK_PIPELINE_BIND_POINT_COMPUTE)
3252 else if (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS)
3291 else if (bindPoint == VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR)
3402 vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get());
3403 vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, static_cast<deUint32>(usedSets.size()), de::dataOrNull(usedSets), 0u, nullptr);
3427 if (bindPoint == VK_PIPELINE_BIND_POINT_COMPUTE)
3429 else if (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS)
3438 else if (bindPoint == VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A 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(), 0, DE_NULL); in iterate()
1281 vk.cmdBindPipeline(*cmdBuffer, bindPoint, *pipeline); in iterate()

Completed in 52 milliseconds

123