HomeSort by relevance Sort by last modified time
    Searched defs:pixel_y (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 275 LONG pixel_y = static_cast<LONG>(screen_y * (65535.0f / screen_height)); local
280 input.mi.dy = pixel_y;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 393 fs_reg pixel_y; member in class:fs_visitor
brw_fs.cpp 614 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));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 393 fs_reg pixel_y; member in class:fs_visitor
brw_fs.cpp 614 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));
    [all...]

Completed in 586 milliseconds