Home | History | Annotate | Download | only in tests

Lines Matching defs:VK_PIPELINE_BIND_POINT_GRAPHICS

314     subpass.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS;
1532 vkCmdBindPipeline(handle(), VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.handle());
1540 vkCmdBindDescriptorSets(handle(), VK_PIPELINE_BIND_POINT_GRAPHICS, descriptorSet.GetPipelineLayout(), 0, 1, &set_obj, 0, NULL);