Searched refs:pipelineBindPoint (Results 1 – 4 of 4) sorted by relevance
698 PipelineBindPoint pipelineBindPoint {}; in BindPipeline() local700 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()
200 PipelineBindPoint pipelineBindPoint; member
1171 const VkPipelineBindPoint pipelineBindPoint = (VkPipelineBindPoint)renderCmd.pipelineBindPoint; in RenderCommand() local1177 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() local2201 pipelineBindPoint, // pipelineBindPoint in RenderCommand()2214 (PipelineBindPoint)pipelineBindPoint }; in RenderCommand()
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()