Searched refs:pixel_x (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp161 this->pixel_x = vgrf(glsl_type::uint_type);
163 this->pixel_x.type = BRW_REGISTER_TYPE_UW;
165 abld.ADD(this->pixel_x,
183 quarter(this->pixel_x, i), xstart);
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart);
283 this->pixel_x = vgrf(glsl_type::float_type);
405 hbld.MOV(offset(pixel_x, hbld, i), horiz_stride(int_pixel_x, 2));
427 hbld.emit(FS_OPCODE_PIXEL_X, offset(pixel_x, hbld, i), int_pixel_xy,
454 hbld.MOV(offset(pixel_x, hbld, i), int_pixel_x);
477 abld.ADD(float_pixel_x, this->pixel_x, negat
[all...]
H A Dbrw_fs.h409 fs_reg pixel_x; member in class:fs_visitor
H A Dbrw_fs_nir.cpp3315 bld.MOV(offset(coords, bld, 0), pixel_x);
H A Dbrw_fs.cpp415 * pixel_x/pixel_y, which are registers of 16-bit values and thus
1243 bld.MOV(wpos, this->pixel_x);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp160 this->pixel_x = vgrf(glsl_type::uint_type);
162 this->pixel_x.type = BRW_REGISTER_TYPE_UW;
164 abld.ADD(this->pixel_x,
182 half(this->pixel_x, i), xstart);
187 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart);
209 this->pixel_x = vgrf(glsl_type::float_type);
235 hbld.emit(FS_OPCODE_PIXEL_X, offset(pixel_x, hbld, i), int_pixel_xy);
260 hbld.MOV(offset(pixel_x, hbld, i), int_pixel_x);
H A Dbrw_fs.h373 fs_reg pixel_x; member in class:fs_visitor
H A Dbrw_fs_nir.cpp3214 bld.MOV(offset(coords, bld, 0), pixel_x);
H A Dbrw_fs.cpp371 * pixel_x/pixel_y, which are registers of 16-bit values and thus
1182 bld.MOV(wpos, this->pixel_x);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c96 unsigned i, pixel, pixel_y, pixel_x, sample; local in function:gm200_validate_sample_locations
114 unsigned pixel_x = pixel % hw_grid_width; local in function:gm200_validate_sample_locations
117 unsigned ri = (pixel_y * grid_width + pixel_x % grid_width);
138 for (pixel_x = 0; pixel_x < 2; pixel_x++) {
140 unsigned write_index = (pixel_y * 2 + pixel_x) * 8 + sample;
143 read_index += pixel_x % grid_width;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c96 unsigned i, pixel, pixel_y, pixel_x, sample; local in function:gm200_validate_sample_locations
114 unsigned pixel_x = pixel % hw_grid_width; local in function:gm200_validate_sample_locations
117 unsigned ri = (pixel_y * grid_width + pixel_x % grid_width);
138 for (pixel_x = 0; pixel_x < 2; pixel_x++) {
140 unsigned write_index = (pixel_y * 2 + pixel_x) * 8 + sample;
143 read_index += pixel_x % grid_width;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.4.rst61 - i965: Generalize the pixel_x/y workaround for all UW types.
H A D10.2.5.rst79 - i965: Generalize the pixel_x/y workaround for all UW types.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.c1999 unsigned pixel_x = pixel % grid_size.width; local in function:setup_framebuffer
2002 unsigned ri = (pixel_y * grid_size.width + pixel_x % grid_size.width);

Completed in 53 milliseconds