Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c278 svga->state.hw_draw.const0_handle = NULL; in svga_context_create()
354 if (svga->state.hw_draw.const0_handle) { in svga_context_flush()
358 svga->state.hw_draw.const0_handle = NULL; in svga_context_flush()
Dsvga_state_constants.c586 svga->state.hw_draw.const0_handle) { in emit_constbuf_vgpu10()
588 dst_handle = svga->state.hw_draw.const0_handle; in emit_constbuf_vgpu10()
603 svga->state.hw_draw.const0_handle = dst_handle; in emit_constbuf_vgpu10()
Dsvga_context.h378 struct svga_winsys_surface *const0_handle; member