Home
last modified time | relevance | path

Searched refs:pixelmap_sampler (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels_shader.c44 unsigned pixelmap_sampler; member
132 !(ctx->info.samplers_declared & (1 << ctx->pixelmap_sampler))) { in transform_instr()
133 tgsi_transform_sampler_decl(tctx, ctx->pixelmap_sampler); in transform_instr()
136 tgsi_transform_sampler_view_decl(tctx, ctx->pixelmap_sampler, in transform_instr()
176 inst.Src[1].Register.Index = ctx->pixelmap_sampler; in transform_instr()
217 unsigned drawpix_sampler, unsigned pixelmap_sampler, in st_get_drawpix_shader() argument
235 ctx.pixelmap_sampler = pixelmap_sampler; in st_get_drawpix_shader()
Dst_cb_drawpixels.h48 unsigned drawpix_sampler, unsigned pixelmap_sampler,
Dst_program.c986 variant->pixelmap_sampler = ffs(~samplers_used) - 1; in st_create_fp_variant()
987 options.pixelmap_sampler = variant->pixelmap_sampler; in st_create_fp_variant()
1094 variant->pixelmap_sampler = ffs(~samplers_used) - 1; in st_create_fp_variant()
1109 variant->pixelmap_sampler, in st_create_fp_variant()
Dst_program.h131 unsigned pixelmap_sampler; member
Dst_cb_drawpixels.c668 fpv->pixelmap_sampler + 1, in draw_textured_quad()
677 samplers[fpv->pixelmap_sampler] = &sampler; in draw_textured_quad()
693 fpv->pixelmap_sampler + 1, in draw_textured_quad()
701 sampler_views[fpv->pixelmap_sampler] = sv[1]; in draw_textured_quad()
/external/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c162 tex->sampler_index = state->options->pixelmap_sampler; in lower_color()
163 tex->texture_index = state->options->pixelmap_sampler; in lower_color()
177 tex->sampler_index = state->options->pixelmap_sampler; in lower_color()
Dnir.h2512 unsigned pixelmap_sampler; member