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

  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_types.h 73 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, "distanceLinearAttenuation" }
    [all...]
glsl_types.h 162 static const glsl_type *const float_type; member in struct:glsl_type
  /external/mesa3d/src/glsl/
builtin_types.h 73 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, "distanceLinearAttenuation" }
    [all...]
glsl_types.h 162 static const glsl_type *const float_type; member in struct:glsl_type
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 208 struct lp_type float_type; member in struct:lp_build_sample_context
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 208 struct lp_type float_type; member in struct:lp_build_sample_context
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 157 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 */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
183 LLVMValueRef a0_0f = LLVMBuildSIToFP(builder, a0_0, float_type, "");
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 31 let float_type = Llvm.float_type context var
137 let cs = const_float float_type 2.75 in
139 insist (float_type = type_of cs);
292 ignore (define_global "const_fptrunc" (const_fptrunc ffoldbomb float_type) m);
410 insist (pointer_type float_type ==
411 type_of (declare_global float_type "GVar01" m));
419 insist (qualified_pointer_type float_type 3 ==
420 type_of (declare_qualified_global float_type "QGVar01" 3 m));
860 let f1 = build_uitofp p1 float_type "F1" atentry i
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 157 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 */
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
183 LLVMValueRef a0_0f = LLVMBuildSIToFP(builder, a0_0, float_type, "");
  /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 588 milliseconds