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

  /external/mesa3d/src/glsl/
builtin_types.h 63 const glsl_type *const glsl_type::float_type = & builtin_core_types[8]; member in class:glsl_type
77 { glsl_type::float_type, "near" },
78 { glsl_type::float_type, "far" },
79 { glsl_type::float_type, "diff" },
94 { glsl_type::float_type, "size" },
95 { glsl_type::float_type, "sizeMin" },
96 { glsl_type::float_type, "sizeMax" },
97 { glsl_type::float_type, "fadeThresholdSize" },
98 { glsl_type::float_type, "distanceConstantAttenuation" },
99 { glsl_type::float_type, "distanceLinearAttenuation" }
    [all...]
glsl_types.h 151 static const glsl_type *const float_type; member in struct:glsl_type
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 28 let float_type = Llvm.float_type context var
135 let cs = const_float float_type 2.75 in
137 insist (float_type = type_of cs);
290 ignore (define_global "const_fptrunc" (const_fptrunc ffoldbomb float_type) m);
408 insist (pointer_type float_type ==
409 type_of (declare_global float_type "GVar01" m));
417 insist (qualified_pointer_type float_type 3 ==
418 type_of (declare_qualified_global float_type "QGVar01" 3 m));
854 let f1 = build_uitofp p1 float_type "F1" atentry i
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 422 (** [float_type c] returns the IEEE 32-bit floating point type in the context
424 val float_type : llcontext -> lltype var
    [all...]

Completed in 232 milliseconds