Home
last modified time | relevance | path

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

/third_party/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()
219 unsigned drawpix_sampler, unsigned pixelmap_sampler, in st_get_drawpix_shader() argument
237 ctx.pixelmap_sampler = pixelmap_sampler; in st_get_drawpix_shader()
Dst_cb_drawpixels.h47 unsigned drawpix_sampler, unsigned pixelmap_sampler,
Dst_program.h208 unsigned pixelmap_sampler; member
Dst_program.c1448 variant->pixelmap_sampler = ffs(~samplers_used) - 1; in st_create_fp_variant()
1449 options.pixelmap_sampler = variant->pixelmap_sampler; in st_create_fp_variant()
1584 variant->pixelmap_sampler = ffs(~samplers_used) - 1; in st_create_fp_variant()
1599 variant->pixelmap_sampler, in st_create_fp_variant()
Dst_cb_drawpixels.c851 fpv->pixelmap_sampler + 1, in draw_textured_quad()
860 samplers[fpv->pixelmap_sampler] = &sampler; in draw_textured_quad()
882 num_views = MAX3(fpv->drawpix_sampler + 1, fpv->pixelmap_sampler + 1, in draw_textured_quad()
887 sampler_views[fpv->pixelmap_sampler] = sv[1]; in draw_textured_quad()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c173 state->pixelmap->data.binding = state->options->pixelmap_sampler; in lower_color()
189 tex->sampler_index = state->options->pixelmap_sampler; in lower_color()
190 tex->texture_index = state->options->pixelmap_sampler; in lower_color()
208 tex->sampler_index = state->options->pixelmap_sampler; in lower_color()
Dnir.h5365 unsigned pixelmap_sampler; member