Searched refs:pixel_y (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 162 this->pixel_y = vgrf(glsl_type::uint_type); in emit_interpolation_setup_gen4() 164 this->pixel_y.type = BRW_REGISTER_TYPE_UW; in emit_interpolation_setup_gen4() 168 abld.ADD(this->pixel_y, in emit_interpolation_setup_gen4() 185 quarter(this->pixel_y, i), ystart); in emit_interpolation_setup_gen4() 189 abld.ADD(offset(delta_xy, abld, 1), this->pixel_y, ystart); in emit_interpolation_setup_gen4() 275 this->pixel_y = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen6() 301 hbld.emit(FS_OPCODE_PIXEL_Y, offset(pixel_y, hbld, i), int_pixel_xy); in emit_interpolation_setup_gen6() 326 hbld.MOV(offset(pixel_y, hbld, i), int_pixel_y); in emit_interpolation_setup_gen6()
|
D | brw_fs.h | 407 fs_reg pixel_y; variable
|
D | brw_fs_nir.cpp | 3220 bld.MOV(offset(coords, bld, 1), pixel_y); in emit_non_coherent_fb_read()
|
D | brw_fs.cpp | 1237 bld.MOV(wpos, this->pixel_y); in emit_fragcoord_interpolation()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state_validate.c | 96 unsigned i, pixel, pixel_y, pixel_x, sample; in gm200_validate_sample_locations() local 115 unsigned pixel_y = pixel / hw_grid_width; in gm200_validate_sample_locations() local 117 unsigned ri = (pixel_y * grid_width + pixel_x % grid_width); in gm200_validate_sample_locations() 137 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in gm200_validate_sample_locations() 140 unsigned write_index = (pixel_y * 2 + pixel_x) * 8 + sample; in gm200_validate_sample_locations() 141 unsigned read_index = pixel_y % grid_height * hw_grid_width; in gm200_validate_sample_locations()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touch_device.py | 170 def pixel_to_mm(self, (pixel_x, pixel_y)): argument 173 mm_y = float(pixel_y - self.axis_y.min) / self.axis_y.resolution
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2007-06-06-DeleteDanglesPtr.ll | 92 …%pixel_y.162036.us.ph = phi i32 [ %tmp1352.us, %bb1347.loopexit.us ], [ 0, %bb1326.us.outer.outer … 104 %tmp1352.us = add i32 %pixel_y.162036.us.ph, 1 ; <i32> [#uses=2]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | 2007-06-06-DeleteDanglesPtr.ll | 92 …%pixel_y.162036.us.ph = phi i32 [ %tmp1352.us, %bb1347.loopexit.us ], [ 0, %bb1326.us.outer.outer … 104 %tmp1352.us = add i32 %pixel_y.162036.us.ph, 1 ; <i32> [#uses=2]
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | differ_unittest.cc | 86 int pixel_x, int pixel_y, uint32_t value) { in WriteBlockPixel() argument 88 (block_y * kBlockSize) + pixel_y, value); in WriteBlockPixel()
|
/external/skqp/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1434 float pixel_y,
|
/external/skia/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1434 float pixel_y,
|