Home
last modified time | relevance | path

Searched refs:bitmap_sampler (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c217 GLuint *bitmap_sampler) in st_make_bitmap_fragment_program() argument
254 *bitmap_sampler = sampler; in st_make_bitmap_fragment_program()
483 uint num = MAX2(fpv->bitmap_sampler + 1, in draw_bitmap_quad()
489 samplers[fpv->bitmap_sampler] = in draw_bitmap_quad()
498 uint num = MAX2(fpv->bitmap_sampler + 1, in draw_bitmap_quad()
502 sampler_views[fpv->bitmap_sampler] = sv; in draw_bitmap_quad()
Dst_cb_bitmap.h56 GLuint *bitmap_sampler);
Dst_program.h79 uint bitmap_sampler; member
Dst_program.c506 &fp, &variant->bitmap_sampler); in st_translate_fragment_program()