Searched refs:construct_name (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 412 std::string construct_name, header_name, exit_name; in ConstructNames() local 416 construct_name = "selection"; in ConstructNames() 421 construct_name = "loop"; in ConstructNames() 426 construct_name = "continue"; in ConstructNames() 431 construct_name = "case"; in ConstructNames() 439 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames() 447 std::string construct_name, header_name, exit_name; in ConstructErrorString() local 448 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString() 452 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString() 727 std::string construct_name, header_nam in StructuredControlFlowChecks() local 766 std::string construct_name, header_name, exit_name; StructuredControlFlowChecks() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_cfg.cpp | 412 std::string construct_name, header_name, exit_name; in ConstructNames() local 416 construct_name = "selection"; in ConstructNames() 421 construct_name = "loop"; in ConstructNames() 426 construct_name = "continue"; in ConstructNames() 431 construct_name = "case"; in ConstructNames() 439 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames() 447 std::string construct_name, header_name, exit_name; in ConstructErrorString() local 448 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString() 452 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString() 727 std::string construct_name, header_nam in StructuredControlFlowChecks() local 766 std::string construct_name, header_name, exit_name; StructuredControlFlowChecks() local [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 418 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_nam in StructuredControlFlowChecks() local 775 std::string construct_name, header_name, exit_name; StructuredControlFlowChecks() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 1940 construct_name(const gl_shader_stage stage, const char *sha, in construct_name() function 1975 char *name = construct_name(stage, sha, source, dump_path); in _mesa_dump_shader_source() 2038 char *name = construct_name(stage, sha, source, read_path); in _mesa_read_shader_source()
|
Completed in 9 milliseconds