Searched refs:bias_const (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.h46 unsigned bias_const, bool pixel_maps,
H A Dst_cb_drawpixels_shader.c41 unsigned bias_const; member in struct:tgsi_drawpix_transform
93 if (ctx->info.const_file_max[0] < (int)ctx->bias_const) {
94 tgsi_transform_const_decl(tctx, ctx->bias_const, ctx->bias_const);
155 TGSI_FILE_CONSTANT, ctx->bias_const);
218 unsigned bias_const, bool pixel_maps,
234 ctx.bias_const = bias_const;
216 st_get_drawpix_shader(const struct tgsi_token * tokens,bool use_texcoord,bool scale_and_bias,unsigned scale_const,unsigned bias_const,bool pixel_maps,unsigned drawpix_sampler,unsigned pixelmap_sampler,unsigned texcoord_const,unsigned tex_target) argument
H A Dst_program.c1286 unsigned scale_const = 0, bias_const = 0, texcoord_const = 0; local in function:st_create_fp_variant
1300 bias_const = _mesa_add_state_reference(params, bias_state);
1308 bias_const, key->pixelMaps,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.h46 unsigned bias_const, bool pixel_maps,
H A Dst_cb_drawpixels_shader.c41 unsigned bias_const; member in struct:tgsi_drawpix_transform
93 if (ctx->info.const_file_max[0] < (int)ctx->bias_const) {
94 tgsi_transform_const_decl(tctx, ctx->bias_const, ctx->bias_const);
155 TGSI_FILE_CONSTANT, ctx->bias_const);
218 unsigned bias_const, bool pixel_maps,
234 ctx.bias_const = bias_const;
216 st_get_drawpix_shader(const struct tgsi_token * tokens,bool use_texcoord,bool scale_and_bias,unsigned scale_const,unsigned bias_const,bool pixel_maps,unsigned drawpix_sampler,unsigned pixelmap_sampler,unsigned texcoord_const,unsigned tex_target) argument
H A Dst_program.c1575 unsigned scale_const = 0, bias_const = 0, texcoord_const = 0; local in function:st_create_fp_variant
1589 bias_const = _mesa_add_state_reference(params, bias_state);
1597 bias_const, key->pixelMaps,

Completed in 10 milliseconds