Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_cfg.cpp125 string construct_name, header_name, exit_name; in ConstructNames() local
129 construct_name = "selection"; in ConstructNames()
134 construct_name = "loop"; in ConstructNames()
139 construct_name = "continue"; in ConstructNames()
144 construct_name = "case"; in ConstructNames()
152 return make_tuple(construct_name, header_name, exit_name); in ConstructNames()
160 string construct_name, header_name, exit_name; in ConstructErrorString() local
161 tie(construct_name, header_name, exit_name) = in ConstructErrorString()
165 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
211 string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp412 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_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_cfg.cpp412 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_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp400 std::string construct_name, header_name, exit_name; in ConstructNames() local
404 construct_name = "selection"; in ConstructNames()
409 construct_name = "loop"; in ConstructNames()
414 construct_name = "continue"; in ConstructNames()
419 construct_name = "case"; in ConstructNames()
427 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames()
435 std::string construct_name, header_name, exit_name; in ConstructErrorString() local
436 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString()
440 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
715 std::string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
[all …]
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c1981 construct_name(const gl_shader_stage stage, const char *sha, in construct_name() function
2014 char *name = construct_name(stage, generate_sha1(source, sha), in _mesa_dump_shader_source()
2073 char *name = construct_name(stage, sha, source, read_path); in _mesa_read_shader_source()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4344 - mesa/shaderapi: change construct_name signature