Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp698 PipelineBindPoint pipelineBindPoint {}; in BindPipeline() local
700 pipelineBindPoint = PipelineBindPoint::CORE_PIPELINE_BIND_POINT_COMPUTE; in BindPipeline()
702 pipelineBindPoint = PipelineBindPoint::CORE_PIPELINE_BIND_POINT_GRAPHICS; in BindPipeline()
709 if (pipelineBindPoint == PipelineBindPoint::CORE_PIPELINE_BIND_POINT_GRAPHICS) { in BindPipeline()
722 stateData_.currentPsoBindPoint = pipelineBindPoint; in BindPipeline()
727 data->pipelineBindPoint = pipelineBindPoint; in BindPipeline()
H A Drender_command_list.h200 PipelineBindPoint pipelineBindPoint; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1171 const VkPipelineBindPoint pipelineBindPoint = (VkPipelineBindPoint)renderCmd.pipelineBindPoint; in RenderCommand() local
1177 if (pipelineBindPoint == VkPipelineBindPoint::VK_PIPELINE_BIND_POINT_COMPUTE) { in RenderCommand()
1185 } else if (pipelineBindPoint == VkPipelineBindPoint::VK_PIPELINE_BIND_POINT_GRAPHICS) { in RenderCommand()
1215 pipelineBindPoint, // pipelineBindPoint in RenderCommand()
2137 const VkPipelineBindPoint pipelineBindPoint = (handleType == RenderHandleType::COMPUTE_PSO) in RenderCommand() local
2201 pipelineBindPoint, // pipelineBindPoint in RenderCommand()
2214 (PipelineBindPoint)pipelineBindPoint }; in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp966 if (renderCmd.pipelineBindPoint == PipelineBindPoint::CORE_PIPELINE_BIND_POINT_COMPUTE) { in RenderCommandBindPipeline()
969 … } else if (renderCmd.pipelineBindPoint == PipelineBindPoint::CORE_PIPELINE_BIND_POINT_GRAPHICS) { in RenderCommandBindPipeline()