Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c323 svga->state.hw_draw.const0_buffer = NULL; in svga_context_create()
422 assert(svga->state.hw_draw.const0_buffer); in svga_context_flush()
424 pipe_resource_reference(&svga->state.hw_draw.const0_buffer, NULL); in svga_context_flush()
Dsvga_state_constants.c817 if (svga->state.hw_draw.const0_buffer == dst_buffer && in emit_constbuf()
874 pipe_resource_reference(&svga->state.hw_draw.const0_buffer, dst_buffer); in emit_constbuf()
Dsvga_context.h458 struct pipe_resource *const0_buffer; member