Home
last modified time | relevance | path

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

1234

/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 __anon4bb7368e0111::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 __anon4bb7368e0111::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/panfrost/vulkan/
Dpanvk_cmd_buffer.c69 VkPipelineBindPoint pipelineBindPoint, in panvk_CmdBindDescriptorSets() argument
81 &cmdbuf->bind_points[pipelineBindPoint].desc_state; in panvk_CmdBindDescriptorSets()
130 VkPipelineBindPoint pipelineBindPoint, in panvk_CmdBindPipeline() argument
136 cmdbuf->bind_points[pipelineBindPoint].pipeline = pipeline; in panvk_CmdBindPipeline()
138 memset(cmdbuf->bind_points[pipelineBindPoint].desc_state.sysvals, 0, in panvk_CmdBindPipeline()
141 if (pipelineBindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS) { in panvk_CmdBindPipeline()
154 cmdbuf->bind_points[pipelineBindPoint].desc_state.ubos = 0; in panvk_CmdBindPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp107 VkPipelineBindPoint pipelineBindPoint,
124 VkPipelineBindPoint pipelineBindPoint,
293 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/multiview/
DvktMultiViewRenderPassUtil.hpp90 VkPipelineBindPoint pipelineBindPoint,
107 VkPipelineBindPoint pipelineBindPoint,
DvktMultiViewRenderPassUtil.cpp131 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription1()
159 pipelineBindPoint = pipelineBindPoint_; in SubpassDescription2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_cmd_buffer.c352 VkPipelineBindPoint pipelineBindPoint, in lvp_CmdPushDescriptorSetKHR() argument
372 pds->pipeline_bind_point = pipelineBindPoint; in lvp_CmdPushDescriptorSetKHR()
514 VkPipelineBindPoint pipelineBindPoint, in lvp_CmdBindDescriptorSets() argument
539 cmd->u.bind_descriptor_sets.pipeline_bind_point = pipelineBindPoint; in lvp_CmdBindDescriptorSets()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c330 VkPipelineBindPoint pipelineBindPoint, struct radv_pipeline *pipeline) in radv_describe_pipeline_bind() argument
340 marker.bind_point = pipelineBindPoint; in radv_describe_pipeline_bind()
619 sqtt_CmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in sqtt_CmdBindPipeline() argument
624 API_MARKER(BindPipeline, commandBuffer, pipelineBindPoint, _pipeline); in sqtt_CmdBindPipeline()
627 radv_describe_pipeline_bind(cmd_buffer, pipelineBindPoint, pipeline); in sqtt_CmdBindPipeline()
631 sqtt_CmdBindDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in sqtt_CmdBindDescriptorSets() argument
636 API_MARKER(BindDescriptorSets, commandBuffer, pipelineBindPoint, layout, firstSet, in sqtt_CmdBindDescriptorSets()
/third_party/mesa3d/src/vulkan/util/
Dvk_render_pass.c133 .pipelineBindPoint = pCreateInfo->pSubpasses[i].pipelineBindPoint, in vk_common_CreateRenderPass()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h83 VkPipelineBindPoint pipelineBindPoint; member
372 VkPipelineBindPoint pipelineBindPoint,
647 VkPipelineBindPoint pipelineBindPoint, in bindDescriptorSets() argument
661 paramStruct->pipelineBindPoint = pipelineBindPoint; in bindDescriptorSets()
Dvk_wrapper.h206 VkPipelineBindPoint pipelineBindPoint,
214 void bindPipeline(VkPipelineBindPoint pipelineBindPoint, const Pipeline &pipeline);
789 VkPipelineBindPoint pipelineBindPoint,
797 vkCmdBindDescriptorSets(mHandle, pipelineBindPoint, layout.getHandle(), firstSet,
958 ANGLE_INLINE void CommandBuffer::bindPipeline(VkPipelineBindPoint pipelineBindPoint,
962 vkCmdBindPipeline(mHandle, pipelineBindPoint, pipeline.getHandle());
/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c478 VkPipelineBindPoint pipelineBindPoint, in anv_CmdBindPipeline() argument
484 switch (pipelineBindPoint) { in anv_CmdBindPipeline()
1005 VkPipelineBindPoint pipelineBindPoint, in anv_CmdBindDescriptorSets() argument
1020 anv_cmd_buffer_bind_descriptor_set(cmd_buffer, pipelineBindPoint, in anv_CmdBindDescriptorSets()
1446 VkPipelineBindPoint pipelineBindPoint, in anv_CmdPushDescriptorSetKHR() argument
1460 anv_cmd_buffer_push_descriptor_set(cmd_buffer, pipelineBindPoint, in anv_CmdPushDescriptorSetKHR()
1537 anv_cmd_buffer_bind_descriptor_set(cmd_buffer, pipelineBindPoint, in anv_CmdPushDescriptorSetKHR()
/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()
Dvn_protocol_driver_command_buffer.h1542 …kCmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline … in vn_sizeof_vkCmdBindPipeline() argument
1549 cmd_size += vn_sizeof_VkPipelineBindPoint(&pipelineBindPoint); in vn_sizeof_vkCmdBindPipeline()
1555 …gsEXT cmd_flags, VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline … in vn_encode_vkCmdBindPipeline() argument
1563 vn_encode_VkPipelineBindPoint(enc, &pipelineBindPoint); in vn_encode_vkCmdBindPipeline()
1567 …ndPipeline_reply(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline … in vn_sizeof_vkCmdBindPipeline_reply() argument
1579 …cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline … in vn_decode_vkCmdBindPipeline_reply() argument
2052 …ndDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineL… in vn_sizeof_vkCmdBindDescriptorSets() argument
2059 cmd_size += vn_sizeof_VkPipelineBindPoint(&pipelineBindPoint); in vn_sizeof_vkCmdBindDescriptorSets()
2081 …gsEXT cmd_flags, VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineL… in vn_encode_vkCmdBindDescriptorSets() argument
2089 vn_encode_VkPipelineBindPoint(enc, &pipelineBindPoint); in vn_encode_vkCmdBindDescriptorSets()
[all …]
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp144 subpassDescMain.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in Create()
237 subpassDescLoad.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in Create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c103 subpass.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in create_render_pass()
247 subpass.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in create_render_pass2()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_command_buffer.c719 VkPipelineBindPoint pipelineBindPoint, in vn_CmdBindPipeline() argument
727 vn_sizeof_vkCmdBindPipeline(commandBuffer, pipelineBindPoint, pipeline); in vn_CmdBindPipeline()
731 vn_encode_vkCmdBindPipeline(&cmd->cs, 0, commandBuffer, pipelineBindPoint, in vn_CmdBindPipeline()
898 VkPipelineBindPoint pipelineBindPoint, in vn_CmdBindDescriptorSets() argument
911 commandBuffer, pipelineBindPoint, layout, firstSet, descriptorSetCount, in vn_CmdBindDescriptorSets()
917 pipelineBindPoint, layout, firstSet, in vn_CmdBindDescriptorSets()
/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()
Dvk_wrapper.h199 VkPipelineBindPoint pipelineBindPoint,
207 void bindPipeline(VkPipelineBindPoint pipelineBindPoint, const Pipeline &pipeline);
874 VkPipelineBindPoint pipelineBindPoint,
882 vkCmdBindDescriptorSets(this->mHandle, pipelineBindPoint, layout.getHandle(),
1060 ANGLE_INLINE void CommandBuffer::bindPipeline(VkPipelineBindPoint pipelineBindPoint,
1064 vkCmdBindPipeline(mHandle, pipelineBindPoint, pipeline.getHandle());
/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderPass.cpp72 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in init()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp168 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in CreateRenderPassForQuery()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl315 …ssDescription (VkSubpassDescriptionFlags flags, VkPipelineBindPoint pipelineBindPoint, uint32_t in… argument
319 res.pipelineBindPoint = pipelineBindPoint;
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c879 .pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS, in radv_device_init_meta_blit_color()
972 .pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS, in radv_device_init_meta_blit_depth()
1058 .pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS, in radv_device_init_meta_blit_stencil()

1234