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

1234

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_fs_saturate_propagation.cpp104 fs_reg dst0 = v->vgrf(glsl_type::float_type);
105 fs_reg dst1 = v->vgrf(glsl_type::float_type);
106 fs_reg src0 = v->vgrf(glsl_type::float_type);
107 fs_reg src1 = v->vgrf(glsl_type::float_type);
139 fs_reg dst0 = v->vgrf(glsl_type::float_type);
140 fs_reg dst1 = v->vgrf(glsl_type::float_type);
141 fs_reg dst2 = v->vgrf(glsl_type::float_type);
142 fs_reg src0 = v->vgrf(glsl_type::float_type);
143 fs_reg src1 = v->vgrf(glsl_type::float_type);
177 fs_reg dst0 = v->vgrf(glsl_type::float_type);
[all...]
H A Dtest_fs_cmod_propagation.cpp104 fs_reg dest = v->vgrf(glsl_type::float_type);
105 fs_reg src0 = v->vgrf(glsl_type::float_type);
106 fs_reg src1 = v->vgrf(glsl_type::float_type);
136 fs_reg dest = v->vgrf(glsl_type::float_type);
137 fs_reg src0 = v->vgrf(glsl_type::float_type);
138 fs_reg src1 = v->vgrf(glsl_type::float_type);
201 fs_reg dest = v->vgrf(glsl_type::float_type);
202 fs_reg src0 = v->vgrf(glsl_type::float_type);
203 fs_reg src1 = v->vgrf(glsl_type::float_type);
204 fs_reg src2 = v->vgrf(glsl_type::float_type);
[all...]
H A Dtest_vec4_cmod_propagation.cpp146 dst_reg dest = dst_reg(v, glsl_type::float_type);
147 src_reg src0 = src_reg(v, glsl_type::float_type);
148 src_reg src1 = src_reg(v, glsl_type::float_type);
182 dst_reg dest = dst_reg(v, glsl_type::float_type);
183 src_reg src0 = src_reg(v, glsl_type::float_type);
184 src_reg src1 = src_reg(v, glsl_type::float_type);
220 src_reg src0 = src_reg(v, glsl_type::float_type);
288 dst_reg dest = dst_reg(v, glsl_type::float_type);
289 src_reg src0 = src_reg(v, glsl_type::float_type);
290 src_reg src1 = src_reg(v, glsl_type::float_type);
[all...]
H A Dtest_fs_copy_propagation.cpp104 fs_reg vgrf0 = v->vgrf(glsl_type::float_type);
105 fs_reg vgrf1 = v->vgrf(glsl_type::float_type);
106 fs_reg vgrf2 = v->vgrf(glsl_type::float_type);
107 fs_reg vgrf3 = v->vgrf(glsl_type::float_type);
146 fs_reg vgrf0 = v->vgrf(glsl_type::float_type);
147 fs_reg vgrf1 = v->vgrf(glsl_type::float_type);
148 fs_reg vgrf2 = v->vgrf(glsl_type::float_type);
H A Dtest_vec4_register_coalesce.cpp129 src_reg something = src_reg(v, glsl_type::float_type);
130 dst_reg temp = dst_reg(v, glsl_type::float_type);
148 src_reg something = src_reg(v, glsl_type::float_type);
182 dst_reg temp = dst_reg(v, glsl_type::float_type);
200 dst_reg temp = dst_reg(v, glsl_type::float_type);
226 dst_reg temp = dst_reg(v, glsl_type::float_type);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_fs_saturate_propagation.cpp116 fs_reg dst0 = v->vgrf(glsl_type::float_type);
117 fs_reg dst1 = v->vgrf(glsl_type::float_type);
118 fs_reg src0 = v->vgrf(glsl_type::float_type);
119 fs_reg src1 = v->vgrf(glsl_type::float_type);
151 fs_reg dst0 = v->vgrf(glsl_type::float_type);
152 fs_reg dst1 = v->vgrf(glsl_type::float_type);
153 fs_reg dst2 = v->vgrf(glsl_type::float_type);
154 fs_reg src0 = v->vgrf(glsl_type::float_type);
155 fs_reg src1 = v->vgrf(glsl_type::float_type);
189 fs_reg dst0 = v->vgrf(glsl_type::float_type);
[all...]
H A Dtest_vec4_cmod_propagation.cpp158 dst_reg dest = dst_reg(v, glsl_type::float_type);
159 src_reg src0 = src_reg(v, glsl_type::float_type);
160 src_reg src1 = src_reg(v, glsl_type::float_type);
194 dst_reg dest = dst_reg(v, glsl_type::float_type);
195 src_reg src0 = src_reg(v, glsl_type::float_type);
196 src_reg src1 = src_reg(v, glsl_type::float_type);
232 src_reg src0 = src_reg(v, glsl_type::float_type);
300 dst_reg dest = dst_reg(v, glsl_type::float_type);
301 src_reg src0 = src_reg(v, glsl_type::float_type);
302 src_reg src1 = src_reg(v, glsl_type::float_type);
[all...]
H A Dtest_fs_cmod_propagation.cpp126 fs_reg dest = v->vgrf(glsl_type::float_type);
127 fs_reg src0 = v->vgrf(glsl_type::float_type);
128 fs_reg src1 = v->vgrf(glsl_type::float_type);
158 fs_reg dest = v->vgrf(glsl_type::float_type);
159 fs_reg src0 = v->vgrf(glsl_type::float_type);
160 fs_reg src1 = v->vgrf(glsl_type::float_type);
192 fs_reg dest = v->vgrf(glsl_type::float_type);
193 fs_reg src0 = v->vgrf(glsl_type::float_type);
194 fs_reg src1 = v->vgrf(glsl_type::float_type);
289 fs_reg dest = v->vgrf(glsl_type::float_type);
[all...]
H A Dtest_fs_copy_propagation.cpp115 fs_reg vgrf0 = v->vgrf(glsl_type::float_type);
116 fs_reg vgrf1 = v->vgrf(glsl_type::float_type);
117 fs_reg vgrf2 = v->vgrf(glsl_type::float_type);
118 fs_reg vgrf3 = v->vgrf(glsl_type::float_type);
157 fs_reg vgrf0 = v->vgrf(glsl_type::float_type);
158 fs_reg vgrf1 = v->vgrf(glsl_type::float_type);
159 fs_reg vgrf2 = v->vgrf(glsl_type::float_type);
H A Dtest_vec4_register_coalesce.cpp140 src_reg something = src_reg(v, glsl_type::float_type);
141 dst_reg temp = dst_reg(v, glsl_type::float_type);
159 src_reg something = src_reg(v, glsl_type::float_type);
193 dst_reg temp = dst_reg(v, glsl_type::float_type);
211 dst_reg temp = dst_reg(v, glsl_type::float_type);
237 dst_reg temp = dst_reg(v, glsl_type::float_type);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_expression_operation.py86 float_type = type("float", "f", "GLSL_TYPE_FLOAT") variable
90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type)
91 numeric_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type)
92 signed_numeric_types = (int_type, float_type, double_type, int64_type)
94 real_types = (float_type, double_type)
426 operation("exp", 1, source_types=(float_type,), c_expression="expf({src0})"), # Log base e on gentype
427 operation("log", 1, source_types=(float_type,), c_expression="logf({src0})"), # Natural log on gentype
428 operation("exp2", 1, source_types=(float_type,), c_expression="exp2f({src0})"),
429 operation("log2", 1, source_types=(float_type,), c_expression="log2f({src0})"),
432 operation("f2i", 1, source_types=(float_type,), dest_typ
[all...]
H A Dbuiltin_types.cpp29 * accessors (such as glsl_type::float_type). Those global variables are
56 glsl_struct_field(glsl_type::float_type, "near"),
57 glsl_struct_field(glsl_type::float_type, "far"),
58 glsl_struct_field(glsl_type::float_type, "diff"),
62 glsl_struct_field(glsl_type::float_type, "size"),
63 glsl_struct_field(glsl_type::float_type, "sizeMin"),
64 glsl_struct_field(glsl_type::float_type, "sizeMax"),
65 glsl_struct_field(glsl_type::float_type, "fadeThresholdSize"),
66 glsl_struct_field(glsl_type::float_type, "distanceConstantAttenuation"),
67 glsl_struct_field(glsl_type::float_type, "distanceLinearAttenuatio
[all...]
H A Dlower_blend_equation_advanced.cpp221 ir_variable *llum = f->make_temp(glsl_type::float_type, "__blend_lum");
222 ir_variable *mincol = f->make_temp(glsl_type::float_type, "__blend_mincol");
223 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol");
255 ir_variable *sbase = f->make_temp(glsl_type::float_type, "__blend_sbase");
301 ir_variable *src_alpha = f.make_temp(glsl_type::float_type, "__blend_src_a");
308 ir_variable *dst_alpha = f.make_temp(glsl_type::float_type, "__blend_dst_a");
402 ir_variable *p0 = f.make_temp(glsl_type::float_type, "__blend_p0");
403 ir_variable *p1 = f.make_temp(glsl_type::float_type, "__blend_p1");
404 ir_variable *p2 = f.make_temp(glsl_type::float_type, "__blend_p2");
H A Dlower_tess_level.cpp117 assert(ir->type->fields.array == glsl_type::float_type);
134 assert(ir->type->fields.array == glsl_type::float_type);
169 if (ir->type->fields.array != glsl_type::float_type)
198 if (ir->type->fields.array != glsl_type::float_type)
H A Dbuiltin_functions.cpp1288 glsl_type::float_type,
1301 glsl_type::float_type,
1314 glsl_type::float_type,
1357 glsl_type::float_type,
1370 glsl_type::float_type,
1431 _read_invocation_intrinsic(glsl_type::float_type),
1448 _read_first_invocation_intrinsic(glsl_type::float_type),
1476 _##NAME(glsl_type::float_type), \
1484 _##NAME(always_available, glsl_type::float_type), \
1496 _##NAME(v130, glsl_type::float_type), \
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_expression_operation.py86 float_type = type("float", "f", "GLSL_TYPE_FLOAT") variable
90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type)
91 numeric_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type)
92 signed_numeric_types = (int_type, float_type, double_type, int64_type)
94 real_types = (float_type, double_type)
426 operation("exp", 1, source_types=(float_type,), c_expression="expf({src0})"), # Log base e on gentype
427 operation("log", 1, source_types=(float_type,), c_expression="logf({src0})"), # Natural log on gentype
428 operation("exp2", 1, source_types=(float_type,), c_expression="exp2f({src0})"),
429 operation("log2", 1, source_types=(float_type,), c_expression="log2f({src0})"),
432 operation("f2i", 1, source_types=(float_type,), dest_typ
[all...]
H A Dbuiltin_types.cpp29 * accessors (such as glsl_type::float_type). Those global variables are
56 glsl_struct_field(glsl_type::float_type, GLSL_PRECISION_HIGH, "near"),
57 glsl_struct_field(glsl_type::float_type, GLSL_PRECISION_HIGH, "far"),
58 glsl_struct_field(glsl_type::float_type, GLSL_PRECISION_HIGH, "diff"),
62 glsl_struct_field(glsl_type::float_type, "size"),
63 glsl_struct_field(glsl_type::float_type, "sizeMin"),
64 glsl_struct_field(glsl_type::float_type, "sizeMax"),
65 glsl_struct_field(glsl_type::float_type, "fadeThresholdSize"),
66 glsl_struct_field(glsl_type::float_type, "distanceConstantAttenuation"),
67 glsl_struct_field(glsl_type::float_type, "distanceLinearAttenuatio
[all...]
H A Dlower_blend_equation_advanced.cpp221 ir_variable *llum = f->make_temp(glsl_type::float_type, "__blend_lum");
222 ir_variable *mincol = f->make_temp(glsl_type::float_type, "__blend_mincol");
223 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol");
255 ir_variable *sbase = f->make_temp(glsl_type::float_type, "__blend_sbase");
301 ir_variable *src_alpha = f.make_temp(glsl_type::float_type, "__blend_src_a");
308 ir_variable *dst_alpha = f.make_temp(glsl_type::float_type, "__blend_dst_a");
400 ir_variable *p0 = f.make_temp(glsl_type::float_type, "__blend_p0");
401 ir_variable *p1 = f.make_temp(glsl_type::float_type, "__blend_p1");
402 ir_variable *p2 = f.make_temp(glsl_type::float_type, "__blend_p2");
H A Dbuiltin_functions.cpp1405 glsl_type::float_type,
1421 glsl_type::float_type,
1440 glsl_type::float_type,
1510 glsl_type::float_type,
1526 glsl_type::float_type,
1587 _read_invocation_intrinsic(glsl_type::float_type),
1604 _read_first_invocation_intrinsic(glsl_type::float_type),
1634 _##NAME(glsl_type::float_type), \
1642 _##NAME(always_available, glsl_type::float_type), \
1654 _##NAME(v130, glsl_type::float_type), \
[all...]
H A Dlower_tess_level.cpp117 assert(ir->type->fields.array == glsl_type::float_type);
134 assert(ir->type->fields.array == glsl_type::float_type);
169 if (ir->type->fields.array != glsl_type::float_type)
198 if (ir->type->fields.array != glsl_type::float_type)
H A Dlower_distance.cpp184 assert (ir->type->fields.array == glsl_type::float_type);
199 assert (ir->type->fields.array->fields.array == glsl_type::float_type);
301 if (ir->type->fields.array != glsl_type::float_type)
335 if (ir->type->fields.array != glsl_type::float_type)
/xsrc/external/mit/xf86-input-synaptics/dist/tools/
H A Dsynclient.c309 Atom prop, type, float_type; local in function:dp_set_variables
318 float_type = XInternAtom(dpy, XATOM_FLOAT, True);
319 if (!float_type)
365 if (!float_type)
367 if (format != 32 || type != float_type) {
388 Atom a, type, float_type; local in function:dp_show_settings
398 float_type = XInternAtom(dpy, XATOM_FLOAT, True);
399 if (!float_type)
444 if (!float_type)
446 if (format != 32 || type != float_type) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_idiv.c208 nir_alu_type float_type = nir_type_float | (options->allow_fp16 ? sz * 2 : 32); local in function:convert_instr_small
210 nir_ssa_def *p = nir_type_convert(b, numer, int_type, float_type);
211 nir_ssa_def *q = nir_type_convert(b, denom, int_type, float_type);
222 res = nir_type_convert(b, res, float_type, int_type);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dopt_add_neg_to_sub_test.cpp54 var_a = new(mem_ctx) ir_variable(glsl_type::float_type,
58 var_b = new(mem_ctx) ir_variable(glsl_type::float_type,
62 var_c = new(mem_ctx) ir_variable(glsl_type::float_type,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dopt_add_neg_to_sub_test.cpp52 var_a = new(mem_ctx) ir_variable(glsl_type::float_type,
56 var_b = new(mem_ctx) ir_variable(glsl_type::float_type,
60 var_c = new(mem_ctx) ir_variable(glsl_type::float_type,

Completed in 77 milliseconds

1234