Searched refs:PipelineBindPoint (Results 1 – 5 of 5) sorted by relevance
200 PipelineBindPoint pipelineBindPoint;647 … PipelineBindPoint currentPsoBindPoint { PipelineBindPoint::CORE_PIPELINE_BIND_POINT_GRAPHICS };
698 PipelineBindPoint pipelineBindPoint {}; in BindPipeline()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()
364 enum PipelineBindPoint { enum
966 if (renderCmd.pipelineBindPoint == PipelineBindPoint::CORE_PIPELINE_BIND_POINT_COMPUTE) { in RenderCommandBindPipeline()969 … } else if (renderCmd.pipelineBindPoint == PipelineBindPoint::CORE_PIPELINE_BIND_POINT_GRAPHICS) { in RenderCommandBindPipeline()
2214 (PipelineBindPoint)pipelineBindPoint }; in RenderCommand()