Home
last modified time | relevance | path

Searched refs:space_option (Results 1 – 7 of 7) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_OpenGLCompute_Dev.h54 … std::string print_type(Type type, AppendSpaceIfNeeded space_option = DoNotAppendSpace) override;
H A DCodeGen_Metal_Dev.h57 … std::string print_type(Type type, AppendSpaceIfNeeded space_option = DoNotAppendSpace) override;
H A DCodeGen_D3D12Compute_Dev.h60 … std::string print_type(Type type, AppendSpaceIfNeeded space_option = DoNotAppendSpace) override;
H A DCodeGen_OpenGL_Dev.h60 std::string print_type(Type type, AppendSpaceIfNeeded space_option = DoNotAppendSpace) override;
H A DCodeGen_C.h99 virtual std::string print_type(Type, AppendSpaceIfNeeded space_option = DoNotAppendSpace);
H A DCodeGen_OpenGL_Dev.cpp311 string CodeGen_GLSLBase::print_type(Type type, AppendSpaceIfNeeded space_option) { in print_type() argument
341 if (space_option == AppendSpace) { in print_type()
H A DCodeGen_C.cpp1360 string CodeGen_C::print_type(Type type, AppendSpaceIfNeeded space_option) { in print_type() argument
1361 return type_to_c_type(type, space_option == AppendSpace); in print_type()