Searched refs:float_type (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/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.cpp318 return float_type;
342 return float_type;
413 return float_type + (rows - 1);
H A Dglsl_types.h162 static const glsl_type *const float_type; member in struct:glsl_type
H A Dlower_clip_distance.cpp97 assert (ir->type->element_type() == glsl_type::float_type);
H A Dlower_ubo_reference.cpp291 ubo_load(glsl_type::float_type,
H A Dir.cpp309 this->type = glsl_type::float_type;
386 this->type = glsl_type::float_type;
396 this->type = glsl_type::float_type;
545 this->type = glsl_type::float_type;
/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.cpp318 return float_type;
342 return float_type;
413 return float_type + (rows - 1);
H A Dglsl_types.h162 static const glsl_type *const float_type; member in struct:glsl_type
H A Dlower_clip_distance.cpp97 assert (ir->type->element_type() == glsl_type::float_type);
H A Dlower_ubo_reference.cpp291 ubo_load(glsl_type::float_type,
H A Dir.cpp309 this->type = glsl_type::float_type;
386 this->type = glsl_type::float_type;
396 this->type = glsl_type::float_type;
545 this->type = glsl_type::float_type;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp80 glsl_type::float_type,
84 glsl_type::float_type,
88 glsl_type::float_type,
H A Dbrw_fs_cse.cpp128 entry->tmp = fs_reg(this, glsl_type::float_type);
H A Dbrw_fs_visitor.cpp224 if (ir->type != glsl_type::float_type)
587 fs_reg packed_consts = fs_reg(this, glsl_type::float_type);
1256 fs_reg limit = fs_reg(this, glsl_type::float_type);
1369 if (ir->type == glsl_type::float_type) {
1888 fs_reg(this, glsl_type::float_type);
1890 fs_reg(this, glsl_type::float_type);
1901 this->wpos_w = fs_reg(this, glsl_type::float_type);
1907 this->pixel_w = fs_reg(this, glsl_type::float_type);
1937 this->pixel_x = fs_reg(this, glsl_type::float_type);
1938 this->pixel_y = fs_reg(this, glsl_type::float_type);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp80 glsl_type::float_type,
84 glsl_type::float_type,
88 glsl_type::float_type,
H A Dbrw_fs_cse.cpp128 entry->tmp = fs_reg(this, glsl_type::float_type);
H A Dbrw_fs_visitor.cpp224 if (ir->type != glsl_type::float_type)
587 fs_reg packed_consts = fs_reg(this, glsl_type::float_type);
1256 fs_reg limit = fs_reg(this, glsl_type::float_type);
1369 if (ir->type == glsl_type::float_type) {
1888 fs_reg(this, glsl_type::float_type);
1890 fs_reg(this, glsl_type::float_type);
1901 this->wpos_w = fs_reg(this, glsl_type::float_type);
1907 this->pixel_w = fs_reg(this, glsl_type::float_type);
1937 this->pixel_x = fs_reg(this, glsl_type::float_type);
1938 this->pixel_y = fs_reg(this, glsl_type::float_type);
[all...]
/external/stlport/stlport/stl/
H A D_cmath.h163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type fun
[all...]
/external/lldb/source/Core/
H A DDataExtractor.cpp731 typedef float float_type; typedef
732 float_type val = 0.0;
733 const size_t src_size = sizeof(float_type);
734 const float_type *src = (const float_type *)GetData (offset_ptr, src_size);
741 for (size_t i=0; i<sizeof(float_type); ++i)
742 dst_data[sizeof(float_type) - 1 - i] = src_data[i];
755 typedef double float_type; typedef
756 float_type val = 0.0;
757 const size_t src_size = sizeof(float_type);
780 typedef long double float_type; typedef
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DBuiltin.py386 global float_type, bool_type, type_type, complex_type, bytearray_type
399 float_type = builtin_scope.lookup('float').type
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml34 let float_type = Llvm.float_type context var
148 let cs = const_float float_type 2.75 in
150 insist (float_type = type_of cs);
304 ignore (define_global "const_fptrunc" (const_fptrunc ffoldbomb float_type) m);
425 insist (pointer_type float_type ==
426 type_of (declare_global float_type "GVar01" m));
434 insist (qualified_pointer_type float_type 3 ==
435 type_of (declare_qualified_global float_type "QGVar01" 3 m));
892 let f1 = build_uitofp p1 float_type "F
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h208 struct lp_type float_type; member in struct:lp_build_sample_context
/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/chromium_org/third_party/mesa/src/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 */

Completed in 1221 milliseconds

12