Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c296 svga->state.hw_draw.const0_buffer = NULL; in svga_context_create()
380 assert(svga->state.hw_draw.const0_buffer); in svga_context_flush()
382 pipe_resource_reference(&svga->state.hw_draw.const0_buffer, NULL); in svga_context_flush()
Dsvga_state_constants.c656 if (svga->state.hw_draw.const0_buffer == dst_buffer && in emit_constbuf()
710 pipe_resource_reference(&svga->state.hw_draw.const0_buffer, dst_buffer); in emit_constbuf()
Dsvga_context.h410 struct pipe_resource *const0_buffer; member