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

  /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 46 milliseconds