Searched refs:const0_buffer (Results 1 – 3 of 3) sorted by relevance
277 svga->state.hw_draw.const0_buffer = NULL; in svga_context_create()355 assert(svga->state.hw_draw.const0_buffer); in svga_context_flush()357 pipe_resource_reference(&svga->state.hw_draw.const0_buffer, NULL); in svga_context_flush()
585 if (svga->state.hw_draw.const0_buffer == dst_buffer && in emit_constbuf_vgpu10()602 pipe_resource_reference(&svga->state.hw_draw.const0_buffer, dst_buffer); in emit_constbuf_vgpu10()
377 struct pipe_resource *const0_buffer; member