Home
last modified time | relevance | path

Searched refs:VkPipelineBindPoint (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/vulkan-loader/tests/
Dloader_threading_tests.cpp52 p(VK_NULL_HANDLE, VkPipelineBindPoint::VK_PIPELINE_BIND_POINT_GRAPHICS, VK_NULL_HANDLE); in create_destroy_instance_loop_with_function_queries()
73 p(VK_NULL_HANDLE, VkPipelineBindPoint::VK_PIPELINE_BIND_POINT_GRAPHICS, VK_NULL_HANDLE); in create_destroy_device_loop()
74 …d(VK_NULL_HANDLE, VkPipelineBindPoint::VK_PIPELINE_BIND_POINT_GRAPHICS, VK_NULL_HANDLE, 0, 0, null… in create_destroy_device_loop()
81 VKAPI_ATTR void VKAPI_CALL test_vkCmdBindPipeline(VkCommandBuffer cmd_buf, VkPipelineBindPoint pipe… in test_vkCmdBindPipeline()
83 …d VKAPI_CALL test_vkCmdBindDescriptorSets(VkCommandBuffer cmd_buf, VkPipelineBindPoint pipelineBin… in test_vkCmdBindDescriptorSets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp96 VkPipelineBindPoint pipelineBindPoint,
113 VkPipelineBindPoint pipelineBindPoint,
282 Subpass (VkPipelineBindPoint pipelineBindPoint,
291 VkPipelineBindPoint getPipelineBindPoint (void) const;
301 VkPipelineBindPoint m_pipelineBindPoint;
DvktRenderPassTestsUtil.cpp116 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription1()
147 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription2()
401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass()
421 VkPipelineBindPoint Subpass::getPipelineBindPoint (void) const in getPipelineBindPoint()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp96 VkPipelineBindPoint pipelineBindPoint,
113 VkPipelineBindPoint pipelineBindPoint,
282 Subpass (VkPipelineBindPoint pipelineBindPoint,
291 VkPipelineBindPoint getPipelineBindPoint (void) const;
301 VkPipelineBindPoint m_pipelineBindPoint;
DvktRenderPassTestsUtil.cpp116 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription1()
147 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription2()
401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass()
421 VkPipelineBindPoint Subpass::getPipelineBindPoint (void) const in getPipelineBindPoint()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipeline.hpp57 virtual VkPipelineBindPoint bindPoint() const = 0;
88 VkPipelineBindPoint bindPoint() const override in bindPoint()
134 VkPipelineBindPoint bindPoint() const override in bindPoint()
DVkCommandBuffer.hpp77 void bindPipeline(VkPipelineBindPoint pipelineBindPoint, Pipeline *pipeline);
99 void bindDescriptorSets(VkPipelineBindPoint pipelineBindPoint, const PipelineLayout *layout,
DVkCommandBuffer.cpp145 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()
1492 void CommandBuffer::bindDescriptorSets(VkPipelineBindPoint pipelineBindPoint, const PipelineLayout … in bindDescriptorSets()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp26 VK_INSTANCE(vkCmdBindDescriptorSets, void, VkCommandBuffer, VkPipelineBindPoint, VkPipelineLayout, …
28 VK_INSTANCE(vkCmdBindPipeline, void, VkCommandBuffer, VkPipelineBindPoint, VkPipeline);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp90 VkPipelineBindPoint pipelineBindPoint,
107 VkPipelineBindPoint pipelineBindPoint,
DvktMultiViewRenderPassUtil.cpp114 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription1()
145 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp90 VkPipelineBindPoint pipelineBindPoint,
107 VkPipelineBindPoint pipelineBindPoint,
DvktMultiViewRenderPassUtil.cpp114 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription1()
145 VkPipelineBindPoint pipelineBindPoint_, in SubpassDescription2()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_cmd_enqueue.c123 VkPipelineBindPoint pipelineBindPoint, in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
216 VkPipelineBindPoint pipelineBindPoint, in vk_cmd_enqueue_CmdBindDescriptorSets()
/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c375 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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp330 …eInterface& vkd, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, … in makeUpdateTemplate()
349 …rDescriptor(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, … in pushBufferDescriptor()
863 std::string toString(VkPipelineBindPoint point) in toString()
878 using BindPointPair = tcu::Vector<VkPipelineBindPoint, kTestBindPoints>; in createBindPointTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineBindPointTests.cpp330 …eInterface& vkd, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, … in makeUpdateTemplate()
349 …rDescriptor(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, … in pushBufferDescriptor()
863 std::string toString(VkPipelineBindPoint point) in toString()
878 using BindPointPair = tcu::Vector<VkPipelineBindPoint, kTestBindPoints>; in createBindPointTests()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h374 VkPipelineBindPoint bind_point;
585 VkPipelineBindPoint bind_point;
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.h177 VkPipelineBindPoint bind_point;
/third_party/mesa3d/src/amd/vulkan/radix_sort/
Dradv_radix_sort.c178 vkCmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, in vkCmdBindPipeline()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h206 VkPipelineBindPoint pipelineBindPoint,
214 void bindPipeline(VkPipelineBindPoint pipelineBindPoint, const Pipeline &pipeline);
789 VkPipelineBindPoint pipelineBindPoint,
958 ANGLE_INLINE void CommandBuffer::bindPipeline(VkPipelineBindPoint pipelineBindPoint,
DSecondaryCommandBuffer.h83 VkPipelineBindPoint pipelineBindPoint;
372 VkPipelineBindPoint pipelineBindPoint,
647 VkPipelineBindPoint pipelineBindPoint, in bindDescriptorSets()
/third_party/ffmpeg/libavfilter/
Dvulkan.h93 VkPipelineBindPoint bind_point;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp291 …r::updateWithPush (const DeviceInterface& vk, VkCommandBuffer cmd, VkPipelineBindPoint bindPoint, … in updateWithPush()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c320 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()

123456