Home
last modified time | relevance | path

Searched refs:ib_format (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw.c769 indexFormat != svga->state.hw_draw.ib_format || in validate_index_buffer()
781 svga->state.hw_draw.ib_format = indexFormat; in validate_index_buffer()
910 if (svga->state.hw_draw.ib_format != SVGA3D_FORMAT_INVALID || in draw_vgpu10()
918 svga->state.hw_draw.ib_format = SVGA3D_FORMAT_INVALID; in draw_vgpu10()
Dsvga_context.h429 SVGA3dSurfaceFormat ib_format; member