HomeSort by relevance Sort by last modified time
    Searched full:pixel_x (Results 1 - 8 of 8) 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/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/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 283 if (c->dispatch_width == 16 && (this->pixel_x.reg == a ||
284 this->pixel_x.reg == b ||
brw_fs_visitor.cpp     [all...]
brw_fs.h 392 fs_reg pixel_x; member in class:fs_visitor
brw_fs.cpp 606 emit(BRW_OPCODE_MOV, wpos, this->pixel_x);
608 emit(BRW_OPCODE_ADD, wpos, this->pixel_x, fs_reg(0.5f));
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 298 for (int sample_x = -4, pixel_x = 0; sample_x < sample_width + 4; sample_x += 4, ++pixel_x) {
320 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 289 milliseconds