Searched defs:float_type (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/glsl/
H A Dbuiltin_types.h73 const glsl_type *const glsl_type::float_type = & builtin_core_types[8]; member in class:glsl_type
87 { glsl_type::float_type, "near" },
88 { glsl_type::float_type, "far" },
89 { glsl_type::float_type, "diff" },
104 { glsl_type::float_type, "size" },
105 { glsl_type::float_type, "sizeMin" },
106 { glsl_type::float_type, "sizeMax" },
107 { glsl_type::float_type, "fadeThresholdSize" },
108 { glsl_type::float_type, "distanceConstantAttenuation" },
109 { glsl_type::float_type, "distanceLinearAttenuatio
[all...]
H A Dglsl_types.h162 static const glsl_type *const float_type; member in struct:glsl_type
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h208 struct lp_type float_type; member in struct:lp_build_sample_context
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml34 let float_type = Llvm.float_type context var
171 let cs = const_float float_type 2.75 in
173 insist (float_type = type_of cs);
342 ignore (define_global "const_fptrunc" (const_fptrunc ffoldbomb float_type) m);
470 insist (pointer_type float_type ==
471 type_of (declare_global float_type "GVar01" m));
479 insist (qualified_pointer_type float_type 3 ==
480 type_of (declare_qualified_global float_type "QGVar01" 3 m));
955 let f1 = build_uitofp p1 float_type "F
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
183 LLVMValueRef a0_0f = LLVMBuildSIToFP(builder, a0_0, float_type, "");
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dvmcore.ml28 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 "F
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c157 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
161 elem_types[0] = LLVMPointerType(float_type, 0); /* vs_constants */
162 elem_types[1] = LLVMPointerType(float_type, 0); /* gs_constants */
163 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4),
165 elem_types[3] = LLVMPointerType(float_type, 0); /* viewport */
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli554 (** [float_type c] returns the IEEE 32-bit floating point type in the context
556 val float_type : llcontext -> lltype var
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli421 (** [float_type c] returns the IEEE 32-bit floating point type in the context
423 val float_type : llcontext -> lltype var

Completed in 588 milliseconds