/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tes.c | 38 struct brw_program *tep, in brw_codegen_tes_prog() argument 52 nir_shader *nir = nir_shader_clone(mem_ctx, tep->program.nir); in brw_codegen_tes_prog() 54 brw_assign_common_binding_table_offsets(devinfo, &tep->program, in brw_codegen_tes_prog() 57 brw_nir_setup_glsl_uniforms(mem_ctx, nir, &tep->program, in brw_codegen_tes_prog() 67 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TES, true); in brw_codegen_tes_prog() 83 tep->program.sh.data->LinkStatus = LINKING_FAILURE; in brw_codegen_tes_prog() 84 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tes_prog() 94 if (tep->compiled_once) { in brw_codegen_tes_prog() 95 brw_debug_recompile(brw, MESA_SHADER_TESS_EVAL, tep->program.Id, in brw_codegen_tes_prog() 102 tep->compiled_once = true; in brw_codegen_tes_prog() [all …]
|
D | brw_tcs.c | 39 struct brw_program *tep, struct brw_tcs_prog_key *key) in brw_codegen_tcs_prog() argument 103 if (INTEL_DEBUG(DEBUG_SHADER_TIME) && tep) in brw_codegen_tcs_prog() 104 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TCS, true); in brw_codegen_tcs_prog() 116 if (tep) { in brw_codegen_tcs_prog() 117 tep->program.sh.data->LinkStatus = LINKING_FAILURE; in brw_codegen_tcs_prog() 118 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tcs_prog() 168 struct brw_program *tep = in brw_tcs_populate_key() local 170 struct gl_program *tes_prog = &tep->program; in brw_tcs_populate_key() 191 key->tes_primitive_mode = tep->program.info.tess.primitive_mode; in brw_tcs_populate_key() 193 tep->program.info.tess.primitive_mode == GL_QUADS && in brw_tcs_populate_key() [all …]
|
D | brw_tes_surface_state.c | 98 const struct gl_program *tep = brw->programs[MESA_SHADER_TESS_EVAL]; in brw_upload_tes_image_surfaces() local 100 if (tep) { in brw_upload_tes_image_surfaces() 102 brw_upload_image_surfaces(brw, tep, &brw->tes.base, in brw_upload_tes_image_surfaces()
|
D | genX_state_upload.c | 4147 const struct gl_program *tep = brw->programs[MESA_SHADER_TESS_EVAL]; local 4151 gfx6_upload_push_constants(brw, tep, prog_data, stage_state);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
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()
|
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/ |
D | st_atom_constbuf.c | 246 st_upload_constants(st, st->tep ? &st->tep->Base : NULL, MESA_SHADER_TESS_EVAL); in st_update_tes_constants()
|
D | st_atom_shader.c | 241 !st->gp && !st->tep && in st_update_vp() 363 PIPE_SHADER_TESS_EVAL, &st->tep); in st_update_tep()
|
D | st_context.c | 151 struct st_program *tep = in st_get_active_states() local 165 if (tep) in st_get_active_states() 166 active_shader_states |= tep->affected_states; in st_get_active_states() 1162 st_release_program(st, &st->tep); in st_destroy_context()
|
D | st_atom.c | 72 struct st_program *old_tep = st->tep; in check_program_state()
|
D | st_context.h | 266 struct st_program *tep; /**< Currently bound tess eval program */ member
|
/third_party/glib/po/ |
D | sq.po | 405 msgstr "File \"%s\" është tepër i madh" 662 "të një simboli (p.sh. ê) - ndoshta numri është tepër i madh" 926 msgstr "numër tepër i madh në sasiuesin {}" 1009 msgstr "shprehje e rregullt tepër e gjatë" 1050 msgstr "vlera e simbolit në sekuencën \\x{...} është tepër e madhe" 1090 msgstr "emri i nën-modelit është tepër i gjatë (maksimum 32 simbole)" 1095 msgstr "emërtuar tepër nën-modele (maksimum 10,000)" 1133 msgstr "sasi e tepërt kodi" 1539 msgstr "Vlerë count tepër e madhe kaluar tek %s" 4243 #~ msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - sekuencë tepër e gjatë"
|
D | tt.po | 1146 msgstr "Yärdämçe yazılım eşlätep bulmadı (%s)"
|
/third_party/curl/lib/ |
D | http.c | 2295 Curl_HttpReq httpreq, const char **tep) in Curl_http_body() argument 2377 *tep = "Transfer-Encoding: chunked\r\n"; in Curl_http_body()
|
/third_party/python/Doc/library/ |
D | pdb.rst | 363 .. pdbcommand:: s(tep)
|
/third_party/gstreamer/gstreamer/po/ |
D | sq.po | 109 "Zhvilluesit e GStreamer ishin tepër të lodhur për t'i caktuar një kod gabimi "
|