/third_party/ffmpeg/libavcodec/ |
D | msvideo1.c | 90 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local 146 for (pixel_x = 0; pixel_x < 4; pixel_x++, flags >>= 1) in msvideo1_decode_8bit() 159 for (pixel_x = 0; pixel_x < 4; pixel_x++, flags >>= 1) in msvideo1_decode_8bit() 162 (pixel_x & 0x2) + ((flags & 0x1) ^ 1)]; in msvideo1_decode_8bit() 170 for (pixel_x = 0; pixel_x < 4; pixel_x++) in msvideo1_decode_8bit() 190 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local 264 for (pixel_x = 0; pixel_x < 4; pixel_x++, flags >>= 1) in msvideo1_decode_16bit() 267 (pixel_x & 0x2) + ((flags & 0x1) ^ 1)]; in msvideo1_decode_16bit() 273 for (pixel_x = 0; pixel_x < 4; pixel_x++, flags >>= 1) in msvideo1_decode_16bit() 283 for (pixel_x = 0; pixel_x < 4; pixel_x++) in msvideo1_decode_16bit()
|
D | smc.c | 100 int pixel_x, pixel_y; in smc_decode_stream() local 174 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream() 221 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream() 240 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream() 277 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream() 320 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream() 380 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream() 399 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream()
|
D | rpza.c | 86 int pixel_x, pixel_y; in rpza_decode_stream() local 155 for (pixel_x = 0; pixel_x < 4; pixel_x++){ in rpza_decode_stream() 202 for (pixel_x = 0; pixel_x < 4; pixel_x++){ in rpza_decode_stream() 203 uint8_t idx = (index >> (2 * (3 - pixel_x))) & 0x03; in rpza_decode_stream() 220 for (pixel_x = 0; pixel_x < 4; pixel_x++){ in rpza_decode_stream() 222 if ((pixel_y != 0) || (pixel_x != 0)) in rpza_decode_stream()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 161 this->pixel_x = vgrf(glsl_type::uint_type); in emit_interpolation_setup_gfx4() 163 this->pixel_x.type = BRW_REGISTER_TYPE_UW; in emit_interpolation_setup_gfx4() 165 abld.ADD(this->pixel_x, in emit_interpolation_setup_gfx4() 183 quarter(this->pixel_x, i), xstart); in emit_interpolation_setup_gfx4() 188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4() 283 this->pixel_x = vgrf(glsl_type::float_type); in emit_interpolation_setup_gfx6() 405 hbld.MOV(offset(pixel_x, hbld, i), horiz_stride(int_pixel_x, 2)); in emit_interpolation_setup_gfx6() 427 hbld.emit(FS_OPCODE_PIXEL_X, offset(pixel_x, hbld, i), int_pixel_xy, in emit_interpolation_setup_gfx6() 454 hbld.MOV(offset(pixel_x, hbld, i), int_pixel_x); in emit_interpolation_setup_gfx6() 477 abld.ADD(float_pixel_x, this->pixel_x, negate(x_start)); in emit_interpolation_setup_gfx6()
|
D | brw_fs.h | 409 fs_reg pixel_x; variable
|
D | brw_fs_nir.cpp | 3316 bld.MOV(offset(coords, bld, 0), pixel_x); in emit_non_coherent_fb_read()
|
D | brw_fs.cpp | 1243 bld.MOV(wpos, this->pixel_x); in emit_fragcoord_interpolation()
|
/third_party/skia/third_party/externals/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
|
/third_party/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()
|
/third_party/skia/third_party/externals/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
|
/third_party/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.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_sample_locations.txt | 217 pixel_x = <window x coordinate> mod grid_x; 221 sample_i = (pixel_y*grid_x + pixel_x)*num_samples + sample_index;
|
/third_party/openGLES/extensions/NV/ |
D | NV_sample_locations.txt | 217 pixel_x = <window x coordinate> mod grid_x; 221 sample_i = (pixel_y*grid_x + pixel_x)*num_samples + sample_index;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sample_locations.txt | 226 pixel_x = <window x coordinate> mod grid_x; 230 sample_i = (pixel_y*grid_x + pixel_x)*num_samples + sample_index;
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sample_locations.txt | 236 pixel_x = <window x coordinate> mod grid_x; 240 sample_i = (pixel_y*grid_x + pixel_x)*num_samples + sample_index;
|
/third_party/skia/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1433 float pixel_x,
|
/third_party/flutter/skia/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1433 float pixel_x,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 2023 unsigned pixel_x = pixel % grid_size.width; in setup_framebuffer() local 2026 unsigned ri = (pixel_y * grid_size.width + pixel_x % grid_size.width); in setup_framebuffer()
|