/external/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 161 this->pixel_x = vgrf(glsl_type::uint_type); in emit_interpolation_setup_gen4() 163 this->pixel_x.type = BRW_REGISTER_TYPE_UW; in emit_interpolation_setup_gen4() 165 abld.ADD(this->pixel_x, in emit_interpolation_setup_gen4() 183 quarter(this->pixel_x, i), xstart); in emit_interpolation_setup_gen4() 188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gen4() 274 this->pixel_x = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen6() 300 hbld.emit(FS_OPCODE_PIXEL_X, offset(pixel_x, hbld, i), int_pixel_xy); in emit_interpolation_setup_gen6() 325 hbld.MOV(offset(pixel_x, hbld, i), int_pixel_x); in emit_interpolation_setup_gen6()
|
D | brw_fs.h | 406 fs_reg pixel_x; variable
|
D | brw_fs_nir.cpp | 3219 bld.MOV(offset(coords, bld, 0), pixel_x); in emit_non_coherent_fb_read()
|
D | brw_fs.cpp | 1233 bld.MOV(wpos, this->pixel_x); in emit_fragcoord_interpolation()
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | 2007-06-06-DeleteDanglesPtr.ll | 94 …%pixel_x.232031.us = phi i32 [ %tmp1341.us, %bb1326.us ], [ 0, %bb1326.us.outer.outer ], [ 0, %bb1… 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/llvm/test/Transforms/IndVarSimplify/ |
D | 2007-06-06-DeleteDanglesPtr.ll | 94 …%pixel_x.232031.us = phi i32 [ %tmp1341.us, %bb1326.us ], [ 0, %bb1326.us.outer.outer ], [ 0, %bb1… 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/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/ |
D | GameSurfaceView.java | 27 …public static native void native_onTouchInput(int eventType, long timeSinceBootMs, int pixel_x, in… in native_onTouchInput() argument
|
/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 114 unsigned pixel_x = 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() 138 for (pixel_x = 0; pixel_x < 2; pixel_x++) { in gm200_validate_sample_locations() 140 unsigned write_index = (pixel_y * 2 + pixel_x) * 8 + sample; in gm200_validate_sample_locations() 143 read_index += pixel_x % grid_width; in gm200_validate_sample_locations()
|
/external/oboe/samples/RhythmGame/src/main/cpp/ |
D | native-lib.cpp | 68 jint pixel_x, in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput() argument
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.4.rst | 61 - i965: Generalize the pixel_x/y workaround for all UW types.
|
D | 10.2.5.rst | 79 - i965: Generalize the pixel_x/y workaround for all UW types.
|
/external/skqp/src/core/ |
D | SkScalerContext.cpp | 309 … for (int sample_x = -4, pixel_x = 0; sample_x < sample_width + 4; sample_x += 4, ++pixel_x) { in pack4xHToLCD16() local 331 dstP[pixel_x] = SkPack888ToRGB16(r, g, b); in pack4xHToLCD16()
|
/external/skqp/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1433 float pixel_x,
|
/external/skia/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1433 float pixel_x,
|