/third_party/mesa3d/docs/relnotes/ |
D | 5.1 | 187 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 …]
|
D | 10.6.5.rst | 66 - nouveau: no need to do tnl wakeup, state updates are always hooked up
|
D | 8.0.2.rst | 123 - tnl: let \_TNL_ATTRIB_POINTSIZE do not depend on
|
D | 4.1 | 211 tnl/t_context.h have been renamed to better match the conventions of 263 5. In tnl's struct vertex_buffer, the field "ProjectedClipCoords"
|
D | 18.1.9.rst | 122 - tnl: Fix green gun regression in xonotic.
|
D | 18.2.1.rst | 156 - tnl: Fix green gun regression in xonotic.
|
D | 7.9.1.rst | 170 - tnl: Initialize gl_program_machine memory in run_vp. 171 - tnl: a better way to initialize the gl_program_machine memory
|
D | 7.9.2.rst | 178 - tnl: Add support for datatype GL_FIXED in vertex arrays
|
D | 7.10.1.rst | 188 - tnl: Add support for datatype GL_FIXED in vertex arrays
|
D | 7.11.rst | 124 [swrast] tnl/t_draw.c:471: \_tnl_draw_prims: Assertion
|
D | 20.1.0.rst | 2210 - 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
|
D | 7.10.rst | 520 - 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
|
D | 21.0.0.rst | 1928 - 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.
|
D | 21.1.0.rst | 3026 - 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
|
D | 22.0.0.rst | 1035 - mesa: drop optional tex/tnl maintains mode. 4183 - mesa: remove old tnl device driver header files
|
D | 19.0.0.rst | 1854 - tnl: Use gl_array_attribute::_ElementSize.
|
/third_party/pulseaudio/src/modules/ |
D | module-zeroconf-discover.c | 137 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/ |
D | module-raop-discover.c | 166 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/ |
D | virt_lib.sh | 105 local tnl=sit 108 [ -n "$TST_IPV6" ] && tnl="ip6tnl" 110 [ -n "$TST_IPV6" ] && tnl="ip6gre" || tnl="gre" 112 echo "$tnl"
|
/third_party/mesa3d/docs/ |
D | sourcetree.rst | 67 which are passed to the device driver (or tnl module) for
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 6192 "../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/ |
D | LocaleMatcherTest.java | 787 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/ |
D | LocaleMatcherTest.java | 829 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/ |
D | hdr-rgb-00.hdr | 11 …�~~�~�����~~~�~ ~~~~~~�~�~��~~~}�~������ö��̭��ގ�����tnl��z|�tx��jt����ct���…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 67770 z!ZbH*kGh(|)mTAi&}SgK9xKdD)MAD0Z<`-@tnl+#kvnMoTv*KQ8!9xvI)l$&P1@AJ
|