Home
last modified time | relevance | path

Searched refs:sampler_view_id_bm (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c106 util_bitmask_destroy(svga->sampler_view_id_bm); in svga_destroy()
227 if (!(svga->sampler_view_id_bm = util_bitmask_create())) in svga_context_create()
394 util_bitmask_destroy(svga->sampler_view_id_bm); in svga_context_create()
Dsvga_state_sampler.c222 sv->id = util_bitmask_add(svga->sampler_view_id_bm); in svga_validate_pipe_sampler_view()
231 util_bitmask_clear(svga->sampler_view_id_bm, sv->id); in svga_validate_pipe_sampler_view()
Dsvga_state_constants.c634 util_bitmask_clear(svga->sampler_view_id_bm, index); in svga_destroy_rawbuf_srv()
683 srvid = util_bitmask_add(svga->sampler_view_id_bm); in emit_rawbuf()
695 util_bitmask_clear(svga->sampler_view_id_bm, srvid); in emit_rawbuf()
Dsvga_pipe_sampler.c402 util_bitmask_clear(svga->sampler_view_id_bm, sv->id); in svga_sampler_view_destroy()
Dsvga_context.h621 struct util_bitmask *sampler_view_id_bm; member