HomeSort by relevance Sort by last modified time
    Searched defs:struct_name (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 70 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name)
98 LLVMAddTypeName(gallivm->module, struct_name, texture_type);
154 LLVMTypeRef texture_type, const char *struct_name)
171 LLVMAddTypeName(gallivm->module, struct_name, context_type);
196 create_jit_vertex_buffer_type(struct gallivm_state *gallivm, const char *struct_name)
210 LLVMAddTypeName(gallivm->module, struct_name, vb_type);
235 char struct_name[24]; local
237 util_snprintf(struct_name, 23, "vertex_header%d", data_elems);
247 LLVMAddTypeName(gallivm->module, struct_name, vertex_header);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 587 (** [struct_name ty] returns the name of the named structure type [ty],
589 val struct_name : lltype -> string option var
    [all...]

Completed in 67 milliseconds