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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels_shader.c 43 unsigned drawpix_sampler; member in struct:tgsi_drawpix_transform
122 if (!(ctx->info.samplers_declared & (1 << ctx->drawpix_sampler))) {
123 tgsi_transform_sampler_decl(tctx, ctx->drawpix_sampler);
126 tgsi_transform_sampler_view_decl(tctx, ctx->drawpix_sampler,
145 tgsi_tex_target, ctx->drawpix_sampler);
217 unsigned drawpix_sampler, unsigned pixelmap_sampler,
234 ctx.drawpix_sampler = drawpix_sampler;
st_program.h 130 unsigned drawpix_sampler; member in struct:st_fp_variant
  /external/mesa3d/src/compiler/nir/
nir.h 2511 unsigned drawpix_sampler; member in struct:nir_lower_drawpixels_options
    [all...]

Completed in 265 milliseconds