Searched refs:scale_const (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.h | 45 bool scale_and_bias, unsigned scale_const,
|
| H A D | st_cb_drawpixels_shader.c | 40 unsigned scale_const; member in struct:tgsi_drawpix_transform 89 if (ctx->info.const_file_max[0] < (int)ctx->scale_const) { 90 tgsi_transform_const_decl(tctx, ctx->scale_const, ctx->scale_const); 154 TGSI_FILE_CONSTANT, ctx->scale_const, 217 bool scale_and_bias, unsigned scale_const, 233 ctx.scale_const = scale_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 D | st_program.c | 1286 unsigned scale_const = 0, bias_const = 0, texcoord_const = 0; local in function:st_create_fp_variant 1299 scale_const = _mesa_add_state_reference(params, scale_state); 1307 key->scaleAndBias, scale_const,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.h | 45 bool scale_and_bias, unsigned scale_const,
|
| H A D | st_cb_drawpixels_shader.c | 40 unsigned scale_const; member in struct:tgsi_drawpix_transform 89 if (ctx->info.const_file_max[0] < (int)ctx->scale_const) { 90 tgsi_transform_const_decl(tctx, ctx->scale_const, ctx->scale_const); 154 TGSI_FILE_CONSTANT, ctx->scale_const, 217 bool scale_and_bias, unsigned scale_const, 233 ctx.scale_const = scale_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 D | st_program.c | 1575 unsigned scale_const = 0, bias_const = 0, texcoord_const = 0; local in function:st_create_fp_variant 1588 scale_const = _mesa_add_state_reference(params, scale_state); 1596 key->scaleAndBias, scale_const,
|
Completed in 10 milliseconds