Searched refs:tep (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/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) in nvc0_tep_gen_header() argument 378 tep->hdr[0] = 0x20061 | (3 << 10); in nvc0_tep_gen_header() 379 tep->hdr[4] = 0xff000; in nvc0_tep_gen_header() 381 nvc0_vtgp_gen_header(tep, info); in nvc0_tep_gen_header() 383 nvc0_tp_get_tess_mode(tep, info); in nvc0_tep_gen_header() 385 tep->hdr[18] |= 0x3 << 12; /* ? */ in nvc0_tep_gen_header()
|
H A D | nvc0_surface.c | 828 struct nvc0_program *tep; member 1069 ctx->saved.tep = nvc0->tevlprog; in nvc0_blitctx_pre_blit() 1146 nvc0->tevlprog = blit->saved.tep; in nvc0_blitctx_post_blit()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.c | 79 struct gl_program *tep = ctx->TessEvalProgram._Current; in st_get_active_states() local 89 if (tep) in st_get_active_states() 90 active_shader_states |= tep->affected_states; in st_get_active_states() 964 st_release_program(st, &st->tep); in st_destroy_context()
|
H A D | st_context.h | 263 struct gl_program *tep; /**< Currently bound tess eval program */ member
|
H A D | st_atom.c | 82 struct gl_program *old_tep = st->tep; in check_program_state()
|
H A D | st_atom_shader.c | 327 PIPE_SHADER_TESS_EVAL, &st->tep); in st_update_tep()
|
H A D | st_atom_constbuf.c | 250 st_upload_constants(st, st->tep, MESA_SHADER_TESS_EVAL); in st_update_tes_constants()
|
H A D | st_draw_hw_select.c | 662 if (st->gp || st->tcp || st->tep) { in st_draw_hw_select_prepare_common()
|
/third_party/curl/lib/ |
H A D | http.c | 2339 Curl_HttpReq httpreq, const char **tep) in Curl_http_body() 2432 *tep = "Transfer-Encoding: chunked\r\n"; in Curl_http_body() 2338 Curl_http_body(struct Curl_easy *data, struct connectdata *conn, Curl_HttpReq httpreq, const char **tep) Curl_http_body() argument
|
Completed in 15 milliseconds