Home
last modified time | relevance | path

Searched refs:add_stage (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp465 void PipelineBuilder::add_stage(VkShaderStageFlagBits stage, VkShaderModule module, const char *nam… in add_stage() function in PipelineBuilder
484 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()
Dhelpers.h137 void add_stage(VkShaderStageFlagBits stage, VkShaderModule module, const char *name="main");
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h1978 void add_stage(tflite::BenchmarkStage stage) { in add_stage() function
2012 builder_.add_stage(stage);