Home
last modified time | relevance | path

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

/third_party/mesa3d/docs/relnotes/
D5.1187 tnl/t_eval_api.c - old per-vertex code
188 tnl/t_imm_alloc.c - old per-vertex code
189 tnl/t_imm_api.c - old per-vertex code
190 tnl/t_imm_debug.c - old per-vertex code
191 tnl/t_imm_dlist.c - old per-vertex code
192 tnl/t_imm_elt.c - old per-vertex code
193 tnl/t_imm_eval.c - old per-vertex code
194 tnl/t_imm_exec.c - old per-vertex code
195 tnl/t_imm_fixup.c - old per-vertex code
196 tnl/t_vtx_sse.c - old per-vertex code
[all …]
D10.6.5.rst66 - nouveau: no need to do tnl wakeup, state updates are always hooked up
D8.0.2.rst123 - tnl: let \_TNL_ATTRIB_POINTSIZE do not depend on
D4.1211 tnl/t_context.h have been renamed to better match the conventions of
263 5. In tnl's struct vertex_buffer, the field "ProjectedClipCoords"
D18.1.9.rst122 - tnl: Fix green gun regression in xonotic.
D18.2.1.rst156 - tnl: Fix green gun regression in xonotic.
D7.9.1.rst170 - tnl: Initialize gl_program_machine memory in run_vp.
171 - tnl: a better way to initialize the gl_program_machine memory
D7.9.2.rst178 - tnl: Add support for datatype GL_FIXED in vertex arrays
D7.10.1.rst188 - tnl: Add support for datatype GL_FIXED in vertex arrays
D7.11.rst124 [swrast] tnl/t_draw.c:471: \_tnl_draw_prims: Assertion
D20.1.0.rst2210 - tnl: Don't dereference NULL obj pointer in bind_indices
2211 - tnl: Don't dereference NULL obj pointer in replay_init
2212 - tnl: Don't dereference NULL obj pointer in t_rebase_prims
2213 - tnl: Silence unused parameter 'attrib' warning in
2215 - tnl: Silence unused parameter warnings in \_tnl_draw_prims
2216 - tnl: Silence unused parameter warnings in dump_draw_info
2217 - tnl: Silence unused parameter warnings in \_tnl_split_inplace
2218 - tnl: Code formatting in t_draw.c
2219 - tnl: Code formatting in t_rebase.c
D7.10.rst520 - tnl: Initialize gl_program_machine memory in run_vp.
521 - tnl: a better way to initialize the gl_program_machine memory
2143 - Drop the "neutral" tnl module
D21.0.0.rst1928 - tnl: Try not to botch index buffer munging when start \\> 0.
1929 - tnl: Respect \`start\` when converting indices to GLuint
1930 - tnl: Reset nr_bos to 0 between map/unmap cycles.
D21.1.0.rst3026 - tnl: Try not to botch index buffer munging when start > 0.
3027 - tnl: Respect \`start` when converting indices to GLuint
3028 - tnl: Reset nr_bos to 0 between map/unmap cycles.
3069 - tnl: Call _mesa_matrix_analyse to make sure the inverse MVP is updated
3503 - mesa: don't update tnl spaces on irrelevant _NEW_POINT/TEXTURE_STATE changes
D22.0.0.rst1035 - mesa: drop optional tex/tnl maintains mode.
4183 - mesa: remove old tnl device driver header files
D19.0.0.rst1854 - tnl: Use gl_array_attribute::_ElementSize.
/third_party/pulseaudio/src/modules/
Dmodule-zeroconf-discover.c137 struct tunnel *tnl; in resolver_cb() local
141 tnl = tunnel_new(interface, protocol, name, type, domain); in resolver_cb()
244 tnl->module_index = m->index; in resolver_cb()
245 pa_hashmap_put(u->tunnels, tnl, tnl); in resolver_cb()
246 tnl = NULL; in resolver_cb()
261 if (tnl) in resolver_cb()
262 tunnel_free(tnl); in resolver_cb()
/third_party/pulseaudio/src/modules/raop/
Dmodule-raop-discover.c166 struct tunnel *tnl; in resolver_cb() local
179 tnl = tunnel_new(interface, protocol, name, type, domain); in resolver_cb()
356 tnl->module_index = m->index; in resolver_cb()
357 pa_hashmap_put(u->tunnels, tnl, tnl); in resolver_cb()
358 tnl = NULL; in resolver_cb()
367 if (tnl) in resolver_cb()
368 tunnel_free(tnl); in resolver_cb()
/third_party/ltp/testcases/network/virt/
Dvirt_lib.sh105 local tnl=sit
108 [ -n "$TST_IPV6" ] && tnl="ip6tnl"
110 [ -n "$TST_IPV6" ] && tnl="ip6gre" || tnl="gre"
112 echo "$tnl"
/third_party/mesa3d/docs/
Dsourcetree.rst67 which are passed to the device driver (or tnl module) for
/third_party/mesa3d/ohos/
Ddependency_inputs.gni6192 "../src/mesa/tnl/NOTES",
6193 "../src/mesa/tnl/t_context.c",
6194 "../src/mesa/tnl/t_context.h",
6195 "../src/mesa/tnl/t_draw.c",
6196 "../src/mesa/tnl/t_pipeline.c",
6197 "../src/mesa/tnl/t_pipeline.h",
6198 "../src/mesa/tnl/t_rebase.c",
6199 "../src/mesa/tnl/t_rebase.h",
6200 "../src/mesa/tnl/t_split.c",
6201 "../src/mesa/tnl/t_split.h",
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleMatcherTest.java787 long tnl = timeLocaleMatcher(desired, matcherLong, BENCHMARK_ITERATIONS); in testPerf() local
788 System.out.format("New Duration (med. supported):\t%s\t%d\tnanos\n", desired, tnl); in testPerf()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java829 long tnl = timeLocaleMatcher(desired, matcherLong, BENCHMARK_ITERATIONS); in testPerf() local
830 System.out.format("New Duration (med. supported):\t%s\t%d\tnanos\n", desired, tnl); in testPerf()
/third_party/astc-encoder/Test/Images/Small/HDR-RGB/
Dhdr-rgb-00.hdr11 …�~~�~� ����~~~�~ ~~~~~~�~�~��~~~}�~�������ö��̭��ގ�����tnl��z|�tx��jt����ct���…
/third_party/chromium/patch/
D0001-cve.patch67770 z!ZbH*kGh(|)mTAi&}SgK9xKdD)MAD0Z<`-@tnl+#kvnMoTv*KQ8!9xvI)l$&P1@AJ