| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 162 this->pixel_y = vgrf(glsl_type::uint_type); 164 this->pixel_y.type = BRW_REGISTER_TYPE_UW; 168 abld.ADD(this->pixel_y, 185 quarter(this->pixel_y, i), ystart); 189 abld.ADD(offset(delta_xy, abld, 1), this->pixel_y, ystart); 284 this->pixel_y = vgrf(glsl_type::float_type); 406 hbld.MOV(offset(pixel_y, hbld, i), horiz_stride(int_pixel_y, 2)); 429 hbld.emit(FS_OPCODE_PIXEL_Y, offset(pixel_y, hbld, i), int_pixel_xy, 455 hbld.MOV(offset(pixel_y, hbld, i), int_pixel_y); 478 abld.ADD(float_pixel_y, this->pixel_y, negat [all...] |
| H A D | brw_fs.h | 410 fs_reg pixel_y; member in class:fs_visitor
|
| H A D | brw_fs_nir.cpp | 3316 bld.MOV(offset(coords, bld, 1), pixel_y);
|
| H A D | brw_fs.cpp | 415 * pixel_x/pixel_y, which are registers of 16-bit values and thus 1247 bld.MOV(wpos, this->pixel_y);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 161 this->pixel_y = vgrf(glsl_type::uint_type); 163 this->pixel_y.type = BRW_REGISTER_TYPE_UW; 167 abld.ADD(this->pixel_y, 184 half(this->pixel_y, i), ystart); 188 abld.ADD(offset(delta_xy, abld, 1), this->pixel_y, ystart); 210 this->pixel_y = vgrf(glsl_type::float_type); 236 hbld.emit(FS_OPCODE_PIXEL_Y, offset(pixel_y, hbld, i), int_pixel_xy); 261 hbld.MOV(offset(pixel_y, hbld, i), int_pixel_y);
|
| H A D | brw_fs.h | 374 fs_reg pixel_y; member in class:fs_visitor
|
| H A D | brw_fs_nir.cpp | 3215 bld.MOV(offset(coords, bld, 1), pixel_y);
|
| H A D | brw_fs.cpp | 371 * pixel_x/pixel_y, which are registers of 16-bit values and thus 1186 bld.MOV(wpos, this->pixel_y);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state_validate.c | 96 unsigned i, pixel, pixel_y, pixel_x, sample; local in function:gm200_validate_sample_locations 115 unsigned pixel_y = pixel / hw_grid_width; local in function:gm200_validate_sample_locations 117 unsigned ri = (pixel_y * grid_width + pixel_x % grid_width); 137 for (pixel_y = 0; pixel_y < 4; pixel_y++) { 140 unsigned write_index = (pixel_y * 2 + pixel_x) * 8 + sample; 141 unsigned read_index = pixel_y % grid_height * hw_grid_width;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state_validate.c | 96 unsigned i, pixel, pixel_y, pixel_x, sample; local in function:gm200_validate_sample_locations 115 unsigned pixel_y = pixel / hw_grid_width; local in function:gm200_validate_sample_locations 117 unsigned ri = (pixel_y * grid_width + pixel_x % grid_width); 137 for (pixel_y = 0; pixel_y < 4; pixel_y++) { 140 unsigned write_index = (pixel_y * 2 + pixel_x) * 8 + sample; 141 unsigned read_index = pixel_y % grid_height * hw_grid_width;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 972 int pmx, buffer_y, pixel_y; local in function:refresh_graphic 985 pixel_y = r * mw; 1003 regnum = graphic->pixels[pixel_y + c];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 2000 unsigned pixel_y = pixel / grid_size.width; local in function:setup_framebuffer 2002 unsigned ri = (pixel_y * grid_size.width + pixel_x % grid_size.width);
|