Home
last modified time | relevance | path

Searched refs:pixel_maps (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels_shader.c38 bool pixel_maps; member
131 if (ctx->pixel_maps && in transform_instr()
158 if (ctx->pixel_maps) { in transform_instr()
218 unsigned bias_const, bool pixel_maps, in st_get_drawpix_shader() argument
235 ctx.pixel_maps = pixel_maps; in st_get_drawpix_shader()
Dst_cb_drawpixels.h46 unsigned bias_const, bool pixel_maps,
Dst_program.c1446 options.pixel_maps = key->pixelMaps; in st_create_fp_variant()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c169 if (state->options->pixel_maps) { in lower_color()
Dnir.h5366 bool pixel_maps :1; member