Searched refs:tep (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dlogo.c740 float tep[7][9][2] = { variable in typeref:typename:float[7][9][2]
1050 glNormal3fv(en[0][0]); glTexCoord2fv(tep[0][0]); glVertex3fv(ep[0][0]);
1051 glNormal3fv(en[1][0]); glTexCoord2fv(tep[1][0]); glVertex3fv(ep[1][0]);
1052 glNormal3fv(en[0][1]); glTexCoord2fv(tep[0][1]); glVertex3fv(ep[0][1]);
1053 glNormal3fv(en[1][1]); glTexCoord2fv(tep[1][1]); glVertex3fv(ep[1][1]);
1054 glNormal3fv(en[0][2]); glTexCoord2fv(tep[0][2]); glVertex3fv(ep[0][2]);
1055 glNormal3fv(en[1][2]); glTexCoord2fv(tep[1][2]); glVertex3fv(ep[1][2]);
1056 glNormal3fv(en[0][3]); glTexCoord2fv(tep[0][3]); glVertex3fv(ep[0][3]);
1057 glNormal3fv(en[1][3]); glTexCoord2fv(tep[1][3]); glVertex3fv(ep[1][3]);
1058 glNormal3fv(en[0][4]); glTexCoord2fv(tep[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tes.c38 struct brw_program *tep,
52 nir_shader *nir = nir_shader_clone(mem_ctx, tep->program.nir);
54 brw_assign_common_binding_table_offsets(devinfo, &tep->program,
57 brw_nir_setup_glsl_uniforms(mem_ctx, nir, &tep->program,
65 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TES, true);
79 nir, &tep->program, st_index, &error_str);
81 tep->program.sh.data->LinkStatus = LINKING_FAILURE;
82 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str);
92 if (tep->compiled_once) {
93 brw_debug_recompile(brw, MESA_SHADER_TESS_EVAL, tep
37 brw_codegen_tes_prog(struct brw_context * brw,struct brw_program * tep,struct brw_tes_prog_key * key) argument
126 struct brw_program *tep = local in function:brw_tes_populate_key
161 struct brw_program *tep = local in function:brw_upload_tes_prog
[all...]
H A Dbrw_tes_surface_state.c98 const struct gl_program *tep = brw->programs[MESA_SHADER_TESS_EVAL]; local in function:brw_upload_tes_image_surfaces
100 if (tep) {
102 brw_upload_image_surfaces(brw, tep, &brw->tes.base,
H A Dbrw_tcs.c39 struct brw_program *tep, struct brw_tcs_prog_key *key)
101 if (unlikely((INTEL_DEBUG & DEBUG_SHADER_TIME) && tep))
102 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TCS, true);
114 if (tep) {
115 tep->program.sh.data->LinkStatus = LINKING_FAILURE;
116 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str);
165 struct brw_program *tep = local in function:brw_tcs_populate_key
167 struct gl_program *tes_prog = &tep->program;
188 key->tes_primitive_mode = tep->program.info.tess.primitive_mode;
190 tep
38 brw_codegen_tcs_prog(struct brw_context * brw,struct brw_program * tcp,struct brw_program * tep,struct brw_tcs_prog_key * key) argument
209 MAYBE_UNUSED struct brw_program *tep = local in function:brw_upload_tcs_prog
[all...]
H A DgenX_state_upload.c4220 const struct gl_program *tep = brw->programs[MESA_SHADER_TESS_EVAL]; local in function:genX
4224 gen6_upload_push_constants(brw, tep, prog_data, stage_state);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tes.c38 struct brw_program *tep,
52 nir_shader *nir = nir_shader_clone(mem_ctx, tep->program.nir);
54 brw_assign_common_binding_table_offsets(devinfo, &tep->program,
57 brw_nir_setup_glsl_uniforms(mem_ctx, nir, &tep->program,
67 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TES, true);
83 tep->program.sh.data->LinkStatus = LINKING_FAILURE;
84 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str);
94 if (tep->compiled_once) {
95 brw_debug_recompile(brw, MESA_SHADER_TESS_EVAL, tep->program.Id,
102 tep
37 brw_codegen_tes_prog(struct brw_context * brw,struct brw_program * tep,struct brw_tes_prog_key * key) argument
128 struct brw_program *tep = local in function:brw_tes_populate_key
161 struct brw_program *tep = local in function:brw_upload_tes_prog
[all...]
H A Dbrw_tes_surface_state.c98 const struct gl_program *tep = brw->programs[MESA_SHADER_TESS_EVAL]; local in function:brw_upload_tes_image_surfaces
100 if (tep) {
102 brw_upload_image_surfaces(brw, tep, &brw->tes.base,
H A Dbrw_tcs.c39 struct brw_program *tep, struct brw_tcs_prog_key *key)
103 if (INTEL_DEBUG(DEBUG_SHADER_TIME) && tep)
104 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TCS, true);
116 if (tep) {
117 tep->program.sh.data->LinkStatus = LINKING_FAILURE;
118 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str);
168 struct brw_program *tep = local in function:brw_tcs_populate_key
170 struct gl_program *tes_prog = &tep->program;
191 key->tes_primitive_mode = tep->program.info.tess.primitive_mode;
193 tep
38 brw_codegen_tcs_prog(struct brw_context * brw,struct brw_program * tcp,struct brw_program * tep,struct brw_tcs_prog_key * key) argument
210 ASSERTED struct brw_program *tep = local in function:brw_upload_tcs_prog
[all...]
H A DgenX_state_upload.c4147 const struct gl_program *tep = brw->programs[MESA_SHADER_TESS_EVAL]; local in function:genX
4151 gfx6_upload_push_constants(brw, tep, prog_data, stage_state);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_constbuf.c180 struct st_common_program *tep = st->tep; local in function:st_update_tes_constants
182 if (tep)
183 st_upload_constants(st, &tep->Base);
H A Dst_atom.c72 struct st_common_program *old_tep = st->tep;
H A Dst_atom_shader.c252 PIPE_SHADER_TESS_EVAL, &st->tep);
H A Dst_cb_program.c218 if (st->tep == sttep)
H A Dst_context.c144 struct st_common_program *tep = local in function:st_get_active_states
158 if (tep)
159 active_shader_states |= tep->affected_states;
979 st_reference_prog(st, &st->tep, NULL);
H A Dst_context.h228 struct st_common_program *tep; /**< Currently bound tess eval program */ member in struct:st_context
H A Dst_shader_cache.c278 if (st->tep == sttep)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_constbuf.c246 st_upload_constants(st, st->tep ? &st->tep->Base : NULL, MESA_SHADER_TESS_EVAL);
H A Dst_atom_shader.c241 !st->gp && !st->tep &&
363 PIPE_SHADER_TESS_EVAL, &st->tep);
H A Dst_atom.c72 struct st_program *old_tep = st->tep;
H A Dst_context.c151 struct st_program *tep = local in function:st_get_active_states
165 if (tep)
166 active_shader_states |= tep->affected_states;
1161 st_release_program(st, &st->tep);
H A Dst_context.h266 struct st_program *tep; /**< Currently bound tess eval program */ member in struct:st_context::__anona857cd8d030a::__anona857cd8d0408
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c375 nvc0_tep_gen_header(struct nvc0_program *tep, struct nv50_ir_prog_info *info) argument
377 tep->tp.input_patch_size = ~0;
379 tep->hdr[0] = 0x20061 | (3 << 10);
380 tep->hdr[4] = 0xff000;
382 nvc0_vtgp_gen_header(tep, info);
384 nvc0_tp_get_tess_mode(tep, info);
386 tep->hdr[18] |= 0x3 << 12; /* ? */
H A Dnvc0_surface.c798 struct nvc0_program *tep; member in struct:nvc0_blitctx::__anon2eae24d90108
1075 ctx->saved.tep = nvc0->tevlprog;
1152 nvc0->tevlprog = blit->saved.tep;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c376 nvc0_tep_gen_header(struct nvc0_program *tep, struct nv50_ir_prog_info_out *info) argument
378 tep->hdr[0] = 0x20061 | (3 << 10);
379 tep->hdr[4] = 0xff000;
381 nvc0_vtgp_gen_header(tep, info);
383 nvc0_tp_get_tess_mode(tep, info);
385 tep->hdr[18] |= 0x3 << 12; /* ? */
H A Dnvc0_surface.c828 struct nvc0_program *tep; member in struct:nvc0_blitctx::__anonf2f8a94c0108
1069 ctx->saved.tep = nvc0->tevlprog;
1146 nvc0->tevlprog = blit->saved.tep;

Completed in 46 milliseconds