HomeSort by relevance Sort by last modified time
    Searched defs:pitch_bytes (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_surface_state.c 118 unsigned pitch_bytes = mcs_mt->region->pitch * mcs_mt->cpp; local
119 unsigned pitch_tiles = pitch_bytes / 128;
gen7_blorp.cpp 189 uint32_t pitch_bytes = region->pitch * region->cpp; local
191 pitch_bytes *= 2;
192 surf->ss3.pitch = pitch_bytes - 1;
618 uint32_t pitch_bytes = local
620 OUT_BATCH((pitch_bytes - 1) |
gen6_blorp.cpp 449 uint32_t pitch_bytes = region->pitch * region->cpp; local
451 pitch_bytes *= 2;
454 (pitch_bytes - 1) << BRW_SURFACE_PITCH_SHIFT);
871 uint32_t pitch_bytes = local
873 OUT_BATCH((pitch_bytes - 1) |
    [all...]
  /external/libdrm/radeon/
radeon_surface.h 78 uint32_t pitch_bytes; member in struct:radeon_surface_level

Completed in 98 milliseconds