Searched refs:get_value (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_opt_constant_fold.c91 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) function in typeref:typename:void
141 get_value(prog, &inst->SrcReg[0], a);
142 get_value(prog, &inst->SrcReg[1], b);
170 get_value(prog, &inst->SrcReg[0], a);
171 get_value(prog, &inst->SrcReg[1], b);
172 get_value(prog, &inst->SrcReg[2], c);
199 get_value(prog, &inst->SrcReg[0], a);
200 get_value(prog, &inst->SrcReg[1], b);
226 get_value(prog, &inst->SrcReg[0], a);
227 get_value(pro
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_opt_constant_fold.c91 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) function in typeref:typename:void
141 get_value(prog, &inst->SrcReg[0], a);
142 get_value(prog, &inst->SrcReg[1], b);
170 get_value(prog, &inst->SrcReg[0], a);
171 get_value(prog, &inst->SrcReg[1], b);
172 get_value(prog, &inst->SrcReg[2], c);
199 get_value(prog, &inst->SrcReg[0], a);
200 get_value(prog, &inst->SrcReg[1], b);
226 get_value(prog, &inst->SrcReg[0], a);
227 get_value(pro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_sensors_temp.c76 get_value(const sensors_chip_name *name, const sensors_subfeature *sub) function in typeref:typename:double
99 sti->current = get_value(sti->chip, sf);
107 sti->current = get_value(sti->chip, sf) * 1000;
114 sti->current = get_value(sti->chip, sf);
120 sti->critical = get_value(sti->chip, sf);
131 sti->current = get_value(sti->chip, sf) * 1000;
139 sti->min = get_value(sti->chip, sf);
144 sti->max = get_value(sti->chip, sf);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_sensors_temp.c77 get_value(const sensors_chip_name *name, const sensors_subfeature *sub) function in typeref:typename:double
100 sti->current = get_value(sti->chip, sf);
108 sti->current = get_value(sti->chip, sf) * 1000;
115 sti->current = get_value(sti->chip, sf);
121 sti->critical = get_value(sti->chip, sf);
132 sti->current = get_value(sti->chip, sf) * 1000;
140 sti->min = get_value(sti->chip, sf);
145 sti->max = get_value(sti->chip, sf);
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_counter.h66 Value get_value(const Driver &d) const;
99 inline Counter::Value Counter::get_value(const Driver &d) const function in class:pps::Counter
H A Dpps_config.cc182 auto value = counter.get_value(*driver);
H A Dpps_datasource.cc224 auto value = counter.get_value(driver);
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DStripCharP.h76 XtCallbackList get_value; /* proc to call to fetch load pt */ member in struct:__anondf2fab800108
/xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
H A Dfd_pps_driver.h102 operator int64_t() const { return get_value(); };
110 uint64_t get_value() const;
H A Dfd_pps_driver.cc361 FreedrenoDriver::Countable::get_value() const function in class:pps::FreedrenoDriver::Countable
/xsrc/external/mit/pixman/dist/demos/
H A Ddither.c85 get_value (app_t *app, const named_int_t table[], const char *box_name) function in typeref:typename:int
95 app->dither = get_value (app, dithers, "dithering_combo_box");
96 app->format = get_value (app, formats, "target_format_combo_box");
219 app->dither = get_value (app, dithers, "dithering_combo_box");
220 app->format = get_value (app, formats, "target_format_combo_box");
H A Dscale.c151 get_value (app_t *app, const named_int_t table[], const char *box_name) function in typeref:typename:int
256 get_value (app, filters, "reconstruct_x_combo_box"),
257 get_value (app, filters, "reconstruct_y_combo_box"),
258 get_value (app, filters, "sample_x_combo_box"),
259 get_value (app, filters, "sample_y_combo_box"),
266 app->original, get_value (app, repeats, "repeat_combo_box"));
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dexpr.py136 def get_value(self): member in class:Expression
145 multiple *= self.lhs.get_value()
147 multiple *= self.rhs.get_value()
/xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
H A Dgen_sort_tags.py38 def get_value(element): function
141 e[:] = sorted(e.getchildren(), key=get_value)
/xsrc/external/mit/MesaLib/dist/src/intel/genxml/
H A Dgen_sort_tags.py17 def get_value(element): function
115 e[:] = sorted(e, key=get_value)
/xsrc/external/mit/pixman/dist/test/
H A Dcomposite.c186 get_value (pixman_image_t *image) function in typeref:typename:uint32_t
327 if (!pixel_checker_check (&checker, get_value (dst->image), &expected))
356 pixel = get_value (dst->image);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp132 value* shader::get_value(value_kind kind, sel_chan id, function in class:r600_sb::shader
150 return get_value(VLK_SPECIAL_REG, id, version);
178 v = get_value(VLK_REG, id, version);
189 return get_value(VLK_TEMP, id, 0);
368 value *vv = get_value(v->kind, v->select, ver);
H A Dsb_bc.h787 uint32_t get_value(sb_hw_class_bits hw) const { function in class:r600_sb::hw_encoding_format
952 *this << e.get_value(hw_class_bit);
H A Dsb_shader.h410 value* get_value(value_kind kind, sel_chan id,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp132 value* shader::get_value(value_kind kind, sel_chan id, function in class:r600_sb::shader
150 return get_value(VLK_SPECIAL_REG, id, version);
178 v = get_value(VLK_REG, id, version);
189 return get_value(VLK_TEMP, id, 0);
368 value *vv = get_value(v->kind, v->select, ver);
H A Dsb_bc.h826 uint32_t get_value(sb_hw_class_bits hw) const { function in class:r600_sb::hw_encoding_format
991 *this << e.get_value(hw_class_bit);
H A Dsb_shader.h410 value* get_value(value_kind kind, sel_chan id,
/xsrc/external/mit/libXaw/dist/src/
H A DStripChart.c147 offset(strip_chart.get_value),
334 if (w->strip_chart.get_value == NULL)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_hv_accept.cpp353 ir_rvalue *val = this->get_value();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_hv_accept.cpp353 ir_rvalue *val = this->get_value();

Completed in 22 milliseconds

12