/third_party/vulkan-loader/tests/ |
H A D | loader_threading_tests.cpp | 51 p(VK_NULL_HANDLE, VkPipelineBindPoint::VK_PIPELINE_BIND_POINT_GRAPHICS, VK_NULL_HANDLE); in create_destroy_instance_loop_with_function_queries() 70 p(VK_NULL_HANDLE, VkPipelineBindPoint::VK_PIPELINE_BIND_POINT_GRAPHICS, VK_NULL_HANDLE); in create_destroy_device_loop() 71 d(VK_NULL_HANDLE, VkPipelineBindPoint::VK_PIPELINE_BIND_POINT_GRAPHICS, VK_NULL_HANDLE, 0, 0, nullptr, 0, nullptr); in create_destroy_device_loop() 78 VKAPI_ATTR void VKAPI_CALL test_vkCmdBindPipeline(VkCommandBuffer, VkPipelineBindPoint, VkPipeline) {} in test_vkCmdBindPipeline() 79 VKAPI_ATTR void VKAPI_CALL test_vkCmdBindDescriptorSets(VkCommandBuffer, VkPipelineBindPoint, VkPipelineLayout, uint32_t, uint32_t, in test_vkCmdBindDescriptorSets()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPipeline.hpp | 57 virtual VkPipelineBindPoint bindPoint() const = 0; 88 VkPipelineBindPoint bindPoint() const override 134 VkPipelineBindPoint bindPoint() const override
|
H A D | VkCommandBuffer.hpp | 77 void bindPipeline(VkPipelineBindPoint pipelineBindPoint, Pipeline *pipeline); 99 void bindDescriptorSets(VkPipelineBindPoint pipelineBindPoint, const PipelineLayout *layout,
|
H A D | VkCommandBuffer.cpp | 145 CmdPipelineBind(VkPipelineBindPoint pipelineBindPoint, vk::Pipeline *pipeline) in CmdPipelineBind() 159 const VkPipelineBindPoint pipelineBindPoint; 973 CmdBindDescriptorSets(VkPipelineBindPoint pipelineBindPoint, in CmdBindDescriptorSets() 1018 const VkPipelineBindPoint pipelineBindPoint; 1367 void CommandBuffer::bindPipeline(VkPipelineBindPoint pipelineBindPoint, Pipeline *pipeline) in bindPipeline() 1376 UNSUPPORTED("VkPipelineBindPoint %d", int(pipelineBindPoint)); in bindPipeline() 1492 void CommandBuffer::bindDescriptorSets(VkPipelineBindPoint pipelineBindPoint, const PipelineLayout *pipelineLayout, in bindDescriptorSets()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.hpp | 96 VkPipelineBindPoint pipelineBindPoint, 113 VkPipelineBindPoint pipelineBindPoint, 282 Subpass (VkPipelineBindPoint pipelineBindPoint, 291 VkPipelineBindPoint getPipelineBindPoint (void) const; 301 VkPipelineBindPoint m_pipelineBindPoint;
|
H A D | vktRenderPassTestsUtil.cpp | 116 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription1() 147 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription2() 401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() 421 VkPipelineBindPoint Subpass::getPipelineBindPoint (void) const in getPipelineBindPoint() 682 subpass.getPipelineBindPoint(), // VkPipelineBindPoint pipelineBindPoint; || VkPipelineBindPoint pipelineBindPoint; in createSubpassDescription()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.hpp | 96 VkPipelineBindPoint pipelineBindPoint, 113 VkPipelineBindPoint pipelineBindPoint, 282 Subpass (VkPipelineBindPoint pipelineBindPoint, 291 VkPipelineBindPoint getPipelineBindPoint (void) const; 301 VkPipelineBindPoint m_pipelineBindPoint;
|
H A D | vktRenderPassTestsUtil.cpp | 116 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription1() 147 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription2() 401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() 421 VkPipelineBindPoint Subpass::getPipelineBindPoint (void) const in getPipelineBindPoint() 682 subpass.getPipelineBindPoint(), // VkPipelineBindPoint pipelineBindPoint; || VkPipelineBindPoint pipelineBindPoint; in createSubpassDescription()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 90 VkPipelineBindPoint pipelineBindPoint, 107 VkPipelineBindPoint pipelineBindPoint,
|
H A D | vktMultiViewRenderPassUtil.cpp | 114 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription1() 145 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 90 VkPipelineBindPoint pipelineBindPoint, 107 VkPipelineBindPoint pipelineBindPoint,
|
H A D | vktMultiViewRenderPassUtil.cpp | 114 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription1() 145 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_cmd_enqueue.c | 123 VkPipelineBindPoint pipelineBindPoint, in vk_cmd_enqueue_CmdPushDescriptorSetKHR() 216 VkPipelineBindPoint pipelineBindPoint, in vk_cmd_enqueue_CmdBindDescriptorSets()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.h | 177 VkPipelineBindPoint bind_point;
|
H A D | tu_cmd_buffer.h | 650 VkPipelineBindPoint bind_point) in tu_get_descriptors_state()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_cmd_buffer.c | 375 VkPipelineBindPoint pipelineBindPoint, in anv_CmdBindPipeline() 453 VkPipelineBindPoint bind_point, in anv_cmd_buffer_bind_descriptor_set() 578 VkPipelineBindPoint pipelineBindPoint, in anv_CmdBindDescriptorSets() 834 VkPipelineBindPoint bind_point, in anv_cmd_buffer_push_descriptor_set() 926 VkPipelineBindPoint pipelineBindPoint, in anv_CmdPushDescriptorSetKHR()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_private.h | 374 VkPipelineBindPoint bind_point; 585 VkPipelineBindPoint bind_point;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 332 Move<VkDescriptorUpdateTemplate> makeUpdateTemplate (const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout) in makeUpdateTemplate() 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() 864 std::string toString(VkPipelineBindPoint point) in toString() 879 using BindPointPair = tcu::Vector<VkPipelineBindPoint, kTestBindPoints>; in createBindPointTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 330 Move<VkDescriptorUpdateTemplate> makeUpdateTemplate (const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout) in makeUpdateTemplate() 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() 863 std::string toString(VkPipelineBindPoint point) in toString() 878 using BindPointPair = tcu::Vector<VkPipelineBindPoint, kTestBindPoints>; in createBindPointTests()
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radv_radix_sort.c | 178 vkCmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in vkCmdBindPipeline()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.h | 107 VkPipelineBindPoint bind_point;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolFragInvocationTests.cpp | 114 void recordRenderPassCommands (const DeviceInterface& vkd, const VkCommandBuffer cmdBuffer, const VkPipelineBindPoint bindPoint, const VkPipeline pipeline) in recordRenderPassCommands()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBuilderUtil.cpp | 291 void DescriptorSetUpdateBuilder::updateWithPush (const DeviceInterface& vk, VkCommandBuffer cmd, VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout, deUint32 setIdx, deUint32 descriptorIdx, deUint32 numDescriptors) const in updateWithPush()
|
H A D | vkBuilderUtil.hpp | 178 void updateWithPush (const DeviceInterface& vk, VkCommandBuffer cmd, VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout, deUint32 setIdx, deUint32 descriptorIdx = 0, deUint32 numDescriptors = 0) const;
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_sqtt_layer.c | 320 VkPipelineBindPoint pipelineBindPoint, struct radv_pipeline *pipeline) in radv_describe_pipeline_bind() 608 sqtt_CmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in sqtt_CmdBindPipeline() 619 sqtt_CmdBindDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in sqtt_CmdBindDescriptorSets()
|