Home
last modified time | relevance | path

Searched refs:pitch_in_pixels (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h194 unsigned pitch_in_pixels; member
Dr600_texture.c881 out->pitch_in_pixels = fmask.u.legacy.level[0].nblk_x; in si_texture_get_fmask_info()
1129 rtex->fmask.pitch_in_pixels, rtex->fmask.bank_height, in si_print_texture_info()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h192 unsigned pitch_in_pixels; member
Dr600_texture.c632 out->pitch_in_pixels = fmask.u.legacy.level[0].nblk_x; in r600_texture_get_fmask_info()
831 rtex->fmask.pitch_in_pixels, rtex->fmask.bank_height, in r600_print_texture_info()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c565 S_008F20_PITCH_GFX6(image->fmask.pitch_in_pixels - 1); in si_make_texture_descriptor()
702 out->pitch_in_pixels = fmask.u.legacy.level[0].nblk_x; in radv_image_get_fmask_info()
Dradv_private.h1343 unsigned pitch_in_pixels; member
Dradv_device.c3140 cb->cb_color_pitch |= S_028C64_FMASK_TILE_MAX(iview->image->fmask.pitch_in_pixels / 8 - 1); in radv_initialise_color_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c3093 cb_color_pitch |= S_028C64_FMASK_TILE_MAX(tex->fmask.pitch_in_pixels / 8 - 1); in si_emit_framebuffer_state()
3809 S_008F20_PITCH_GFX6(tex->fmask.pitch_in_pixels - 1); in si_make_texture_descriptor()