HomeSort by relevance Sort by last modified time
    Searched full:pixel_x (Results 1 - 12 of 12) sorted by null

  /external/llvm/test/Transforms/IndVarSimplify/
2007-06-06-DeleteDanglesPtr.ll 94 %pixel_x.232031.us = phi i32 [ %tmp1341.us, %bb1326.us ], [ 0, %bb1326.us.outer.outer ], [ 0, %bb1347.loopexit.us ] ; <i32> [#uses=3]
95 %block_ptr.222030.us = add i32 0, %pixel_x.232031.us ; <i32> [#uses=1]
96 %stream_ptr.132032.us = add i32 %pixel_x.232031.us, %stream_ptr.142038.us.ph ; <i32> [#uses=1]
97 %tmp1341.us = add i32 %pixel_x.232031.us, 1 ; <i32> [#uses=2]
  /external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
2007-06-06-DeleteDanglesPtr.ll 94 %pixel_x.232031.us = phi i32 [ %tmp1341.us, %bb1326.us ], [ 0, %bb1326.us.outer.outer ], [ 0, %bb1347.loopexit.us ] ; <i32> [#uses=3]
95 %block_ptr.222030.us = add i32 0, %pixel_x.232031.us ; <i32> [#uses=1]
96 %stream_ptr.132032.us = add i32 %pixel_x.232031.us, %stream_ptr.142038.us.ph ; <i32> [#uses=1]
97 %tmp1341.us = add i32 %pixel_x.232031.us, 1 ; <i32> [#uses=2]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 202 this->pixel_x = vgrf(glsl_type::uint_type);
204 this->pixel_x.type = BRW_REGISTER_TYPE_UW;
206 abld.ADD(this->pixel_x,
224 half(this->pixel_x, i), xstart);
229 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart);
271 this->pixel_x = vgrf(glsl_type::float_type);
273 abld.emit(FS_OPCODE_PIXEL_X, this->pixel_x, int_pixel_xy);
299 this->pixel_x = vgrf(glsl_type::float_type);
301 abld.MOV(this->pixel_x, int_pixel_x);
    [all...]
brw_fs.h 348 fs_reg pixel_x; member in class:fs_visitor
brw_shader.cpp 353 return "pixel_x";
    [all...]
brw_fs.cpp 325 * pixel_x/pixel_y, which are registers of 16-bit values and thus
996 bld.MOV(wpos, this->pixel_x);
    [all...]
brw_fs_nir.cpp     [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 170 def pixel_to_mm(self, (pixel_x, pixel_y)):
172 mm_x = float(pixel_x - self.axis_x.min) / self.axis_x.resolution
  /external/mesa3d/docs/relnotes/
10.2.4.html 76 <li>i965: Generalize the pixel_x/y workaround for all UW types.</li>
10.2.5.html 95 <li>i965: Generalize the pixel_x/y workaround for all UW types.</li>
  /external/skia/src/core/
SkScalerContext.cpp 281 for (int sample_x = -4, pixel_x = 0; sample_x < sample_width + 4; sample_x += 4, ++pixel_x) {
303 dstP[pixel_x] = SkPack888ToRGB16(r, g, b);
  /external/webrtc/webrtc/modules/desktop_capture/
differ_unittest.cc 86 int pixel_x, int pixel_y, uint32_t value) {
87 WritePixel(buffer, (block_x * kBlockSize) + pixel_x,

Completed in 3359 milliseconds