Home
last modified time | relevance | path

Searched refs:pipelineBindPoint (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/
Dgeneration.adoc31 If pname:pInfo->pipelineBindPoint is of type
49 * pname:pipelineBindPoint is the elink:VkPipelineBindPoint of the
65 * [[VUID-VkGeneratedCommandsMemoryRequirementsInfoNV-pipelineBindPoint-09075]]
66 If pname:pipelineBindPoint is of type
70 * [[VUID-VkGeneratedCommandsMemoryRequirementsInfoNV-pipelineBindPoint-09076]]
71 If pname:pipelineBindPoint is of type
76 * [[VUID-VkGeneratedCommandsMemoryRequirementsInfoNV-pipelineBindPoint-09077]]
77 If pname:pipelineBindPoint is of type
128 * pname:pipelineBindPoint is a elink:VkPipelineBindPoint value specifying
135 * [[VUID-VkPipelineIndirectDeviceAddressInfoNV-pipelineBindPoint-09079]]
[all …]
Dindirectcommands.adoc56 * pname:pipelineBindPoint is the elink:VkPipelineBindPoint that this
113 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pipelineBindPoint-02930]]
114 The pname:pipelineBindPoint must: be
143 token that is compatible with the pname:pipelineBindPoint
153 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pipelineBindPoint-09088]]
154 If pname:pipelineBindPoint is ename:VK_PIPELINE_BIND_POINT_COMPUTE then
158 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pipelineBindPoint-09089]]
159 If pname:pipelineBindPoint is ename:VK_PIPELINE_BIND_POINT_COMPUTE then
164 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pipelineBindPoint-09090]]
165 If pname:pipelineBindPoint is ename:VK_PIPELINE_BIND_POINT_COMPUTE and
[all …]
Dgeneration.txt41 * pname:pipelineBindPoint is the elink:VkPipelineBindPoint of the
102 sname:VkGeneratedCommandsInfoNV::pname:pipelineBindPoint
123 * pname:pipelineBindPoint is the elink:VkPipelineBindPoint used for the
258 pname:pipelineBindPoint used are undefined: after this command.
Dindirectcommands.txt56 * pname:pipelineBindPoint is the elink:VkPipelineBindPoint that this
95 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pipelineBindPoint-02930]]
96 The pname:pipelineBindPoint must: be
117 token that is compatible with the pname:pipelineBindPoint
549 vkCmdBindPipelineShaderGroupNV(cmd, indirectCommandsLayout.pipelineBindPoint,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp145 CmdPipelineBind(VkPipelineBindPoint pipelineBindPoint, vk::Pipeline *pipeline) in CmdPipelineBind() argument
146 : pipelineBindPoint(pipelineBindPoint) in CmdPipelineBind()
153 executionState.pipelineState[pipelineBindPoint].pipeline = pipeline; in execute()
159 const VkPipelineBindPoint pipelineBindPoint; member in __anon6df712b90111::CmdPipelineBind
973 CmdBindDescriptorSets(VkPipelineBindPoint pipelineBindPoint, in CmdBindDescriptorSets() argument
976 : pipelineBindPoint(pipelineBindPoint) in CmdBindDescriptorSets()
997 ASSERT((size_t)pipelineBindPoint < executionState.pipelineState.size()); in execute()
1001 auto &pipelineState = executionState.pipelineState[pipelineBindPoint]; in execute()
1018 const VkPipelineBindPoint pipelineBindPoint; member in __anon6df712b90111::CmdBindDescriptorSets
1367 void CommandBuffer::bindPipeline(VkPipelineBindPoint pipelineBindPoint, Pipeline *pipeline) in bindPipeline() argument
[all …]
DVkCommandBuffer.hpp77 void bindPipeline(VkPipelineBindPoint pipelineBindPoint, Pipeline *pipeline);
99 void bindDescriptorSets(VkPipelineBindPoint pipelineBindPoint, const PipelineLayout *layout,
DVkRenderPass.cpp55 dst[i].pipelineBindPoint = src[i].pipelineBindPoint; in CopySubpasses()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_cmd_enqueue.c123 VkPipelineBindPoint pipelineBindPoint, in vk_cmd_enqueue_CmdPushDescriptorSetKHR() argument
143 pds->pipeline_bind_point = pipelineBindPoint; in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
216 VkPipelineBindPoint pipelineBindPoint, in vk_cmd_enqueue_CmdBindDescriptorSets() argument
243 cmd->u.bind_descriptor_sets.pipeline_bind_point = pipelineBindPoint; in vk_cmd_enqueue_CmdBindDescriptorSets()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_cmd_buffer.c113 VkPipelineBindPoint pipelineBindPoint, in panvk_CmdBindDescriptorSets() argument
125 &cmdbuf->bind_points[pipelineBindPoint].desc_state; in panvk_CmdBindDescriptorSets()
216 VkPipelineBindPoint pipelineBindPoint, in panvk_CmdBindPipeline() argument
222 cmdbuf->bind_points[pipelineBindPoint].pipeline = pipeline; in panvk_CmdBindPipeline()
225 if (pipelineBindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS) { in panvk_CmdBindPipeline()
241 cmdbuf->bind_points[pipelineBindPoint].desc_state.ubos = 0; in panvk_CmdBindPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp96 VkPipelineBindPoint pipelineBindPoint,
113 VkPipelineBindPoint pipelineBindPoint,
282 Subpass (VkPipelineBindPoint pipelineBindPoint,
DvktRenderPassTestsUtil.cpp133 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription1()
161 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription2()
401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() argument
410 :m_pipelineBindPoint (pipelineBindPoint) in Subpass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp96 VkPipelineBindPoint pipelineBindPoint,
113 VkPipelineBindPoint pipelineBindPoint,
282 Subpass (VkPipelineBindPoint pipelineBindPoint,
DvktRenderPassTestsUtil.cpp133 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription1()
161 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription2()
401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() argument
410 :m_pipelineBindPoint (pipelineBindPoint) in Subpass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp90 VkPipelineBindPoint pipelineBindPoint,
107 VkPipelineBindPoint pipelineBindPoint,
DvktMultiViewRenderPassUtil.cpp131 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription1()
159 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp90 VkPipelineBindPoint pipelineBindPoint,
107 VkPipelineBindPoint pipelineBindPoint,
DvktMultiViewRenderPassUtil.cpp131 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription1()
159 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription2()
/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c375 VkPipelineBindPoint pipelineBindPoint, in anv_CmdBindPipeline() argument
383 switch (pipelineBindPoint) { in anv_CmdBindPipeline()
578 VkPipelineBindPoint pipelineBindPoint, in anv_CmdBindDescriptorSets() argument
593 anv_cmd_buffer_bind_descriptor_set(cmd_buffer, pipelineBindPoint, in anv_CmdBindDescriptorSets()
926 VkPipelineBindPoint pipelineBindPoint, in anv_CmdPushDescriptorSetKHR() argument
940 anv_cmd_buffer_push_descriptor_set(cmd_buffer, pipelineBindPoint, in anv_CmdPushDescriptorSetKHR()
1017 anv_cmd_buffer_bind_descriptor_set(cmd_buffer, pipelineBindPoint, in anv_CmdPushDescriptorSetKHR()
/third_party/vulkan-loader/tests/
Dloader_threading_tests.cpp81 …d VKAPI_CALL test_vkCmdBindPipeline(VkCommandBuffer cmd_buf, VkPipelineBindPoint pipelineBindPoint, in test_vkCmdBindPipeline() argument
83 …I_CALL test_vkCmdBindDescriptorSets(VkCommandBuffer cmd_buf, VkPipelineBindPoint pipelineBindPoint, in test_vkCmdBindDescriptorSets() argument
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c320 VkPipelineBindPoint pipelineBindPoint, struct radv_pipeline *pipeline) in radv_describe_pipeline_bind() argument
329 marker.bind_point = pipelineBindPoint; in radv_describe_pipeline_bind()
608 sqtt_CmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in sqtt_CmdBindPipeline() argument
613 API_MARKER(BindPipeline, commandBuffer, pipelineBindPoint, _pipeline); in sqtt_CmdBindPipeline()
615 radv_describe_pipeline_bind(cmd_buffer, pipelineBindPoint, pipeline); in sqtt_CmdBindPipeline()
619 sqtt_CmdBindDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in sqtt_CmdBindDescriptorSets() argument
624 API_MARKER(BindDescriptorSets, commandBuffer, pipelineBindPoint, layout, firstSet, in sqtt_CmdBindDescriptorSets()
/third_party/mesa3d/src/amd/vulkan/radix_sort/
Dradv_radix_sort.c178 vkCmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in vkCmdBindPipeline() argument
182 cmd_buffer->device->vk.dispatch_table.CmdBindPipeline(commandBuffer, pipelineBindPoint, in vkCmdBindPipeline()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dpush_descriptor_set_with_template_common.adoc8 The pname:pipelineBindPoint specified during the creation of the
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_descriptor_update_template.h65 size += vn_sizeof_VkPipelineBindPoint(&val->pipelineBindPoint); in vn_sizeof_VkDescriptorUpdateTemplateCreateInfo_self()
105 vn_encode_VkPipelineBindPoint(enc, &val->pipelineBindPoint); in vn_encode_VkDescriptorUpdateTemplateCreateInfo_self()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h112 VkPipelineBindPoint pipelineBindPoint; member
512 VkPipelineBindPoint pipelineBindPoint,
919 VkPipelineBindPoint pipelineBindPoint, in bindDescriptorSets() argument
933 paramStruct->pipelineBindPoint = pipelineBindPoint; in bindDescriptorSets()
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp144 subpassDescMain.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in Create()
239 subpassDescLoad.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in Create()

12345