Searched refs:add_stage (Results 1 – 3 of 3) sorted by relevance
465 void PipelineBuilder::add_stage(VkShaderStageFlagBits stage, VkShaderModule module, const char *nam… in add_stage() function in PipelineBuilder484 add_stage(VK_SHADER_STAGE_VERTEX_BIT, vs); in add_vsfs()485 add_stage(VK_SHADER_STAGE_FRAGMENT_BIT, fs); in add_vsfs()499 add_stage(VK_SHADER_STAGE_COMPUTE_BIT, cs); in add_cs()
137 void add_stage(VkShaderStageFlagBits stage, VkShaderModule module, const char *name="main");
1978 void add_stage(tflite::BenchmarkStage stage) { in add_stage() function2012 builder_.add_stage(stage);