| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | logo.c | 740 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 D | brw_tes.c | 38 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 D | brw_tes_surface_state.c | 98 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 D | brw_tcs.c | 39 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 D | genX_state_upload.c | 4220 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 D | brw_tes.c | 38 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 D | brw_tes_surface_state.c | 98 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 D | brw_tcs.c | 39 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 D | genX_state_upload.c | 4147 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 D | st_atom_constbuf.c | 180 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 D | st_atom.c | 72 struct st_common_program *old_tep = st->tep;
|
| H A D | st_atom_shader.c | 252 PIPE_SHADER_TESS_EVAL, &st->tep);
|
| H A D | st_cb_program.c | 218 if (st->tep == sttep)
|
| H A D | st_context.c | 144 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 D | st_context.h | 228 struct st_common_program *tep; /**< Currently bound tess eval program */ member in struct:st_context
|
| H A D | st_shader_cache.c | 278 if (st->tep == sttep)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_constbuf.c | 246 st_upload_constants(st, st->tep ? &st->tep->Base : NULL, MESA_SHADER_TESS_EVAL);
|
| H A D | st_atom_shader.c | 241 !st->gp && !st->tep && 363 PIPE_SHADER_TESS_EVAL, &st->tep);
|
| H A D | st_atom.c | 72 struct st_program *old_tep = st->tep;
|
| H A D | st_context.c | 151 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 D | st_context.h | 266 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 D | nvc0_program.c | 375 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 D | nvc0_surface.c | 798 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 D | nvc0_program.c | 376 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 D | nvc0_surface.c | 828 struct nvc0_program *tep; member in struct:nvc0_blitctx::__anonf2f8a94c0108 1069 ctx->saved.tep = nvc0->tevlprog; 1146 nvc0->tevlprog = blit->saved.tep;
|