Searched refs:pixel_y (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp285 this->pixel_y.reg == a ||
286 this->pixel_y.reg == b)) {
H A Dbrw_fs.cpp614 emit(BRW_OPCODE_MOV, wpos, this->pixel_y);
616 fs_reg pixel_y = this->pixel_y; local
620 pixel_y.negate = true;
624 emit(BRW_OPCODE_ADD, wpos, pixel_y, fs_reg(offset));
H A Dbrw_fs_visitor.cpp1872 this->pixel_y = fs_reg(this, glsl_type::uint_type);
1874 this->pixel_y.type = BRW_REGISTER_TYPE_UW;
1877 emit(FS_OPCODE_PIXEL_Y, this->pixel_y);
1895 this->pixel_y, fs_reg(negate(brw_vec1_grf(1, 1))));
1938 this->pixel_y = fs_reg(this, glsl_type::float_type);
1940 emit(BRW_OPCODE_MOV, this->pixel_y, int_pixel_y);
H A Dbrw_fs.h393 fs_reg pixel_y; member in class:fs_visitor
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc275 LONG pixel_y = static_cast<LONG>(screen_y * (65535.0f / screen_height)); local
280 input.mi.dy = pixel_y;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp285 this->pixel_y.reg == a ||
286 this->pixel_y.reg == b)) {
H A Dbrw_fs.cpp614 emit(BRW_OPCODE_MOV, wpos, this->pixel_y);
616 fs_reg pixel_y = this->pixel_y; local
620 pixel_y.negate = true;
624 emit(BRW_OPCODE_ADD, wpos, pixel_y, fs_reg(offset));
H A Dbrw_fs_visitor.cpp1872 this->pixel_y = fs_reg(this, glsl_type::uint_type);
1874 this->pixel_y.type = BRW_REGISTER_TYPE_UW;
1877 emit(FS_OPCODE_PIXEL_Y, this->pixel_y);
1895 this->pixel_y, fs_reg(negate(brw_vec1_grf(1, 1))));
1938 this->pixel_y = fs_reg(this, glsl_type::float_type);
1940 emit(BRW_OPCODE_MOV, this->pixel_y, int_pixel_y);
H A Dbrw_fs.h393 fs_reg pixel_y; member in class:fs_visitor
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_unittest.cc86 int pixel_x, int pixel_y, uint32_t value) {
88 (block_y * kBlockSize) + pixel_y, value);
85 WriteBlockPixel(uint8_t* buffer, int block_x, int block_y, int pixel_x, int pixel_y, uint32_t value) argument

Completed in 818 milliseconds