Searched refs:blit_programs (Results 1 – 1 of 1) sorted by relevance
66 struct util_hash_table *blit_programs; member358 void *shader = util_hash_table_get(blit_ctx->blit_programs, &key); in blit_get_frag_tex_writedepth()372 util_hash_table_set(blit_ctx->blit_programs, &key, (void *)(uintptr_t)prog_id); in blit_get_frag_tex_writedepth()407 void *shader = util_hash_table_get(blit_ctx->blit_programs, &key); in blit_get_frag_tex_col()425 util_hash_table_set(blit_ctx->blit_programs, &key, (void *)(uintptr_t)prog_id); in blit_get_frag_tex_col()462 vrend_blit_ctx.blit_programs = util_hash_table_create(program_hash_func, in vrend_renderer_init_blit_ctx()911 if (vrend_blit_ctx.blit_programs) in vrend_blitter_fini()912 util_hash_table_destroy(vrend_blit_ctx.blit_programs); in vrend_blitter_fini()