Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp265 std::string construct_name, header_name, exit_name; in ConstructNames() local
269 construct_name = "selection"; in ConstructNames()
274 construct_name = "loop"; in ConstructNames()
279 construct_name = "continue"; in ConstructNames()
284 construct_name = "case"; in ConstructNames()
292 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames()
300 std::string construct_name, header_name, exit_name; in ConstructErrorString() local
301 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString()
305 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
511 std::string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp265 std::string construct_name, header_name, exit_name; in ConstructNames() local
269 construct_name = "selection"; in ConstructNames()
274 construct_name = "loop"; in ConstructNames()
279 construct_name = "continue"; in ConstructNames()
284 construct_name = "case"; in ConstructNames()
292 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames()
300 std::string construct_name, header_name, exit_name; in ConstructErrorString() local
301 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString()
305 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
511 std::string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/external/mesa3d/src/mesa/main/
Dshaderapi.c1795 construct_name(const gl_shader_stage stage, const char *source, in construct_name() function
1826 char *name = construct_name(stage, source, dump_path); in dump_shader()
1862 char *name = construct_name(stage, source, read_path); in read_shader()