Home
last modified time | relevance | path

Searched defs:pixel_y (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c45 unsigned i, pixel, pixel_y, pixel_x, sample; in gm200_validate_sample_locations() local
64 unsigned pixel_y = pixel / hw_grid_width; in gm200_validate_sample_locations() local
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
H A DGameSurfaceView.java27 …tic native void native_onTouchInput(int eventType, long timeSinceBootMs, int pixel_x, int pixel_y); in native_onTouchInput()
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/
H A Dnative-lib.cpp69 jint pixel_y) { in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs.h393 elk_fs_reg pixel_y; variable
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs.h423 brw_reg pixel_y; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2736 unsigned pixel_y = pixel / grid_size.width; in zink_update_vk_sample_locations() local
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs34772 pub pixel_y: u32, field
34806 pub fn pixel_y(mut self, pixel_y: u32) -> Self { in pixel_y() method