HomeSort by relevance Sort by last modified time
    Searched defs:pixelmap_sampler (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels_shader.c 44 unsigned pixelmap_sampler; member in struct:tgsi_drawpix_transform
132 !(ctx->info.samplers_declared & (1 << ctx->pixelmap_sampler))) {
133 tgsi_transform_sampler_decl(tctx, ctx->pixelmap_sampler);
136 tgsi_transform_sampler_view_decl(tctx, ctx->pixelmap_sampler,
176 inst.Src[1].Register.Index = ctx->pixelmap_sampler;
217 unsigned drawpix_sampler, unsigned pixelmap_sampler,
235 ctx.pixelmap_sampler = pixelmap_sampler;
st_program.h 131 unsigned pixelmap_sampler; member in struct:st_fp_variant
  /external/mesa3d/src/compiler/nir/
nir.h 2512 unsigned pixelmap_sampler; member in struct:nir_lower_drawpixels_options
    [all...]

Completed in 809 milliseconds