Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp415 std::string construct_name, header_name, exit_name; in ConstructNames() local
419 construct_name = "selection"; in ConstructNames()
424 construct_name = "loop"; in ConstructNames()
429 construct_name = "continue"; in ConstructNames()
434 construct_name = "case"; in ConstructNames()
442 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames()
450 std::string construct_name, header_name, exit_name; in ConstructErrorString() local
451 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString()
455 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
732 std::string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_cfg.cpp418 std::string construct_name, header_name, exit_name; in ConstructNames() local
422 construct_name = "selection"; in ConstructNames()
427 construct_name = "loop"; in ConstructNames()
432 construct_name = "continue"; in ConstructNames()
437 construct_name = "case"; in ConstructNames()
445 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames()
453 std::string construct_name, header_name, exit_name; in ConstructErrorString() local
454 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString()
458 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
736 std::string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp421 std::string construct_name, header_name, exit_name; in ConstructNames() local
425 construct_name = "selection"; in ConstructNames()
430 construct_name = "loop"; in ConstructNames()
435 construct_name = "continue"; in ConstructNames()
440 construct_name = "case"; in ConstructNames()
448 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames()
456 std::string construct_name, header_name, exit_name; in ConstructErrorString() local
457 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString()
461 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
738 std::string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/external/mesa3d/src/mesa/main/
Dshaderapi.c1934 construct_name(const gl_shader_stage stage, const char *source, in construct_name() function
1967 char *name = construct_name(stage, source, dump_path); in _mesa_dump_shader_source()
2003 char *name = construct_name(stage, source, read_path); in _mesa_read_shader_source()