Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:pixel_t

232         struct pixel_t : public reg_t {
233 pixel_t() : reg_t() {
236 pixel_t(int r, const GGLFormat* fmt, int f=0)
263 explicit component_t(const pixel_t& rhs, int component) {
301 pixel_t iterated;
309 pixel_t texel[GGL_TEXTURE_UNIT_COUNT];
366 const pixel_t& texel, int component);
370 const pixel_t& texel, int component);
374 const pixel_t& texel, int component, int tmu);
378 const pixel_t& texel, int component);
381 void store(const pointer_t& addr, const pixel_t& src, uint32_t flags=0);
382 void load(const pointer_t& addr, const pixel_t& dest, uint32_t flags=0);
383 void extract(integer_t& d, const pixel_t& s, int component);
384 void extract(component_t& d, const pixel_t& s, int component);
389 void downshift(pixel_t& d, int component, component_t s, const reg_t& dither);
413 void build_component( pixel_t& pixel,
445 pixel_t& texel, const texture_unit_t& tmu,
450 pixel_t& texel, const texture_unit_t& tmu,
455 pixel_t& texel, const texture_unit_t& tmu,
460 pixel_t& texel, const texture_unit_t& tmu,
478 const pixel_t& pixel,
484 const pixel_t& dst_pixel,
511 void build_logic_op(pixel_t& pixel, Scratch& regs);
513 void build_masking(pixel_t& pixel, Scratch& regs);
543 pixel_t mDstPixel;