Home
last modified time | relevance | path

Searched refs:execution_model_to_str (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.hpp70 static std::string execution_model_to_str(spv::ExecutionModel model);
H A Dspirv_reflect.cpp452 string CompilerReflection::execution_model_to_str(spv::ExecutionModel model) in execution_model_to_str() function in CompilerReflection
506 json_stream->emit_json_key_value("mode", execution_model_to_str(e.execution_model)); in emit_entry_points()
H A Dmain.cpp418 static const char *execution_model_to_str(spv::ExecutionModel model) in execution_model_to_str() function
458 fprintf(stderr, " %s (%s)\n", e.name.c_str(), execution_model_to_str(e.execution_model)); in print_resources()

Completed in 5 milliseconds