Home
last modified time | relevance | path

Searched refs:pipeline_name (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler.cc69 const std::string pipeline_name = pipeline->GetName(); in Compile() local
70 if (pipeline_name != "") { in Compile()
71 key = pipeline_name + "-" + key; in Compile()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp.c52 static const char *pipeline_name[] = { in blorp_shader_pipeline_to_name() local
56 assert(pipe < ARRAY_SIZE(pipeline_name)); in blorp_shader_pipeline_to_name()
58 return pipeline_name[pipe]; in blorp_shader_pipeline_to_name()

Completed in 3 milliseconds