Searched refs:texcoord_const (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.h48 unsigned texcoord_const, unsigned tex_target);
H A Dst_cb_drawpixels_shader.c45 unsigned texcoord_const; member in struct:tgsi_drawpix_transform
98 if (ctx->info.const_file_max[0] < (int)ctx->texcoord_const) {
99 tgsi_transform_const_decl(tctx, ctx->texcoord_const, ctx->texcoord_const);
206 src->Register.Index = ctx->texcoord_const;
220 unsigned texcoord_const, unsigned tex_target)
238 ctx.texcoord_const = texcoord_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
1303 texcoord_const = _mesa_add_state_reference(params, texcoord_state);
1311 texcoord_const, st->internal_target);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.h48 unsigned texcoord_const, unsigned tex_target);
H A Dst_cb_drawpixels_shader.c45 unsigned texcoord_const; member in struct:tgsi_drawpix_transform
98 if (ctx->info.const_file_max[0] < (int)ctx->texcoord_const) {
99 tgsi_transform_const_decl(tctx, ctx->texcoord_const, ctx->texcoord_const);
206 src->Register.Index = ctx->texcoord_const;
220 unsigned texcoord_const, unsigned tex_target)
238 ctx.texcoord_const = texcoord_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
1592 texcoord_const = _mesa_add_state_reference(params, texcoord_state);
1600 texcoord_const, st->internal_target);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_drawpixels.c38 nir_variable *texcoord, *texcoord_const, *scale, *bias, *tex, *pixelmap; member in struct:__anon2dd024220108
107 if (state->texcoord_const == NULL) {
108 state->texcoord_const = create_uniform(state->shader,
112 return nir_load_var(&state->b, state->texcoord_const);
233 nir_ssa_def *texcoord_const = get_texcoord_const(state); local in function:lower_texcoord
234 nir_ssa_def_rewrite_uses(&intr->dest.ssa, texcoord_const);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_drawpixels.c232 nir_ssa_def *texcoord_const = get_texcoord_const(state); local in function:lower_texcoord
233 nir_ssa_def_rewrite_uses(&intr->dest.ssa, nir_src_for_ssa(texcoord_const));

Completed in 13 milliseconds