Home
last modified time | relevance | path

Searched refs:tes (Results 1 – 25 of 4641) sorted by relevance

12345678910>>...186

/dports/games/hyperrogue/hyperrogue-12.0f/devmods/rulegen-tests/
H A Dtricky.lst1 tessellations/multitile/4-7/1+3a/1a2+3af/4-7-1a2+3af-30.tes
5 tessellations/multitile/6-3/1+3a/6-3-1r2+3af-3.tes
6 tessellations/other/heavpoot-a/hp-3a+6s3b+6a1.tes
7 tessellations/multitile/3-6/1+3/3-6-1a+3a-3.tes
18 tessellations/multitile/3-7/1+2+3/3-7-1f+2r+3f-19.tes
26 tessellations/polyschwartz/245/2-2 + 6-39.tes
34 tessellations/polyschwartz/237/1-1 + 7-08.tes
115 tessellations/polyschwartz/245/1-1 + 4-8 s2.tes
148 tessellations/polyschwartz/245/1-1 + 5-01.tes
188 tessellations/polyschwartz/245/1-1 + 4-8 s3.tes
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
126 assert(!svga->curr.tes); in emit_hw_tcs()
218 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
263 key->tes.need_tessinner = 0; in make_tes_key()
264 key->tes.need_tessouter = 0; in make_tes_key()
287 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
313 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
331 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c139 struct svga_tes_shader *tes; in svga_create_tes_state() local
142 if (!tes) in svga_create_tes_state()
151 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
155 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
158 return tes; in svga_create_tes_state()
168 if (tes == svga->curr.tes) in svga_bind_tes_state()
171 svga->curr.tes = tes; in svga_bind_tes_state()
186 assert(tes->base.parent == NULL); in svga_delete_tes_state()
188 while (tes) { in svga_delete_tes_state()
203 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key() local
88 key->tcs.spacing = tes->spacing; in make_tcs_key()
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch; in make_tcs_key()
129 assert(!svga->curr.tes); in emit_hw_tcs()
222 struct svga_tes_shader *tes = svga->curr.tes; in make_tes_key() local
267 key->tes.need_tessinner = 0; in make_tes_key()
268 key->tes.need_tessouter = 0; in make_tes_key()
293 svga->tcs.tes == svga->curr.tes && in get_passthrough_tcs()
319 svga->tcs.tes = svga->curr.tes; in get_passthrough_tcs()
337 struct svga_tes_shader *tes = svga->curr.tes; in emit_hw_tes() local
[all …]
H A Dsvga_pipe_ts.c148 struct svga_tes_shader *tes; in svga_create_tes_state() local
151 if (!tes) in svga_create_tes_state()
160 tgsi_scan_shader(tes->base.tokens, &tes->base.info); in svga_create_tes_state()
164 tes->generic_inputs = svga_get_generic_inputs_mask(&tes->base.info); in svga_create_tes_state()
167 return tes; in svga_create_tes_state()
177 if (tes == svga->curr.tes) in svga_bind_tes_state()
180 svga->curr.tes = tes; in svga_bind_tes_state()
195 assert(tes->base.parent == NULL); in svga_delete_tes_state()
197 while (tes) { in svga_delete_tes_state()
212 FREE(tes); in svga_delete_tes_state()
[all …]
/dports/sysutils/webmin/webmin-1.981/hpuxexports/lang/
H A Dfr.auto1 index_sel_ro=accès en lecture aux hôtes sélectionnés
2 index_all_ro=accès en lecture à tous les hôtes
3 index_ro_rw=accès en lecture à tous les hôtes, accès en écriture aux hôtes sélectionnés
4 index_sel_rw=hôtes sélectionnés accès en écriture
5 index_all_rw=accès en écriture à tous les hôtes
6 index_sel_root=accès root aux hôtes sélectionnés
10 edit_all_ro=Accès en lecture à tous les hôtes
11 edit_ro_rw=Accès en lecture à tous les hôtes, accès en écriture aux hôtes répertoriés
13 edit_all_rw=Tous les hôtes ont accès en écriture
14 edit_sel_hosts=Hôtes inscrits
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc677 TimedEvents tes; in TEST_F() local
706 TimedEvents tes; in TEST_F() local
759 TimedEvents tes; in TEST_F() local
1016 TimedEvents tes; in TEST_F() local
1088 TimedEvents tes; in TEST_F() local
1155 TimedEvents tes; in TEST_F() local
1209 TimedEvents tes; in TEST_F() local
1256 TimedEvents tes; in TEST_F() local
1306 TimedEvents tes; in TEST_F() local
1384 TimedEvents tes; in TEST_F() local
[all …]

12345678910>>...186