Home
last modified time | relevance | path

Searched refs:pitch_hiz (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h311 uint32_t pitch_hiz; /* HIZ_PITCH */ member
Dr300_texture.c1004 surf->pitch_hiz = tex->tex.hiz_stride_in_pixels[level]; in r300_texture_setup_fb_state()
Dr300_emit.c477 OUT_CS_REG(R300_ZB_HIZ_PITCH, surf->pitch_hiz); in r300_emit_fb_state()