| /external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| D | nv50_miptree.c | 68 nv50_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed) in nv50_mt_choose_storage_type() 164 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_destroy() local 187 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_get_handle() local 202 nv50_miptree_init_ms_mode(struct nv50_miptree *mt) in nv50_miptree_init_ms_mode() 231 nv50_miptree_init_layout_linear(struct nv50_miptree *mt, unsigned pitch_align) in nv50_miptree_init_layout_linear() 257 nv50_miptree_init_layout_video(struct nv50_miptree *mt) in nv50_miptree_init_layout_video() 279 nv50_miptree_init_layout_tiled(struct nv50_miptree *mt) in nv50_miptree_init_layout_tiled() 331 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree); in nv50_miptree_create() local 404 struct nv50_miptree *mt; in nv50_miptree_from_handle() local 443 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nv50_mt_zslice_offset() [all …]
|
| D | nv98_video_ppp.c | 46 struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i]; in nv98_decoder_setup_ppp() local 67 struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i]; in nv98_decoder_setup_ppp() local
|
| D | nv50_transfer.c | 20 struct nv50_miptree *mt = nv50_miptree(res); in nv50_m2mf_rect_setup() local 389 const struct nv50_miptree *mt = nv50_miptree(res); in nv50_miptree_transfer_map() local 482 struct nv50_miptree *mt = nv50_miptree(tx->base.resource); in nv50_miptree_transfer_unmap() local
|
| /external/mesa3d/src/glx/ |
| D | indirect_transpose_matrix.c | 54 GLdouble mt[16]; in __indirect_glLoadTransposeMatrixd() local 63 GLfloat mt[16]; in __indirect_glLoadTransposeMatrixf() local 72 GLdouble mt[16]; in __indirect_glMultTransposeMatrixd() local 81 GLfloat mt[16]; in __indirect_glMultTransposeMatrixf() local
|
| /external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
| D | ShadowNativeMeasuredTextTest.java | 47 final MeasuredText mt = in testBuilder_fromExistingMeasuredText() local 60 final MeasuredText mt = in testBuilder_fromExistingMeasuredText_differentLayoutParam() local 76 final MeasuredText mt = in testBuilder_fromExistingMeasuredText_differentHyphenationParam() local 113 MeasuredText mt = in testGetWidth() local
|
| D | ShadowNativeMeasuredParagraphTest.java | 75 MeasuredParagraph mt = MeasuredParagraph.buildForBidi("XXX", 0, 3, LTR, null); in buildForBidi() local 105 MeasuredParagraph mt = MeasuredParagraph.buildForMeasurement(paint, "XXX", 0, 3, LTR, null); in buildForMeasurement() local 142 MeasuredParagraph mt = in buildForStaticLayout() local
|
| /external/eigen/unsupported/Eigen/CXX11/src/util/ |
| D | CXX11Workarounds.h | 69 #define EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) mt... n argument 70 #define EIGEN_TPL_PP_SPEC_HACK_DEFC(mt, n) , EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) argument 74 #define EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) argument 75 #define EIGEN_TPL_PP_SPEC_HACK_DEFC(mt, n) argument
|
| /external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| D | nvc0_miptree.c | 187 const struct nv50_miptree *mt, in nvc0_mt_choose_storage_type() 201 nvc0_miptree_init_ms_mode(struct nv50_miptree *mt) in nvc0_miptree_init_ms_mode() 230 nvc0_miptree_init_layout_video(struct nv50_miptree *mt) in nvc0_miptree_init_layout_video() 252 nvc0_miptree_init_layout_tiled(struct nv50_miptree *mt, uint64_t modifier) in nvc0_miptree_init_layout_tiled() 313 nvc0_miptree_get_modifier(struct pipe_screen *pscreen, struct nv50_miptree *mt) in nvc0_miptree_get_modifier() 349 struct nv50_miptree *mt = nv50_miptree(pt); in nvc0_miptree_get_handle() local 363 const struct nv50_miptree *mt, in nvc0_miptree_select_best_modifier() 449 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree); in nvc0_miptree_create() local 558 nvc0_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nvc0_mt_zslice_offset()
|
| D | nvc0_video_ppp.c | 46 struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i]; in nvc0_decoder_setup_ppp() local 67 struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i]; in nvc0_decoder_setup_ppp() local
|
| D | nvc0_transfer.c | 350 nvc0_mt_transfer_can_map_directly(struct nv50_miptree *mt) in nvc0_mt_transfer_can_map_directly() 360 nvc0_mt_sync(struct nvc0_context *nvc0, struct nv50_miptree *mt, unsigned usage) in nvc0_mt_sync() 382 struct nv50_miptree *mt = nv50_miptree(res); in nvc0_miptree_transfer_map() local 501 struct nv50_miptree *mt = nv50_miptree(tx->base.resource); in nvc0_miptree_transfer_unmap() local
|
| /external/libwebsockets/lib/system/metrics/ |
| D | metrics.c | 170 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metrics_periodic_cb() local 315 lws_metric_t *mt; in lws_metric_create() local 386 lws_metric_get_policy(lws_metric_t *mt) in lws_metric_get_policy() 418 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metric_rebind_policies() local 439 lws_metric_t *mt = *pmt; in lws_metric_destroy() local 476 lws_metric_switch_policy(lws_metric_t *mt, const char *polname) in lws_metric_switch_policy() 539 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metrics_destroy() local 651 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metrics_foreach() local 667 lws_metric_t *mt = lws_container_of(e, lws_metric_t, list); in lws_metrics_foreach() local 852 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val) in lws_metric_event() [all …]
|
| /external/clang/test/CXX/dcl.decl/dcl.meaning/ |
| D | p1-0x.cpp | 68 template<typename T> int mt<T*>; variable 69 template<> int mt<int>; variable 70 template int mt<int*>; variable 71 template int mt<char>; // expected-error {{undefined}} variable
|
| /external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_miptree.c | 41 struct nv30_miptree *mt = nv30_miptree(pt); in layer_offset() local 60 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_miptree_get_handle() local 74 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_miptree_destroy() local 99 struct nv30_miptree *mt = nv30_miptree(pt); in define_rect() local 288 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_miptree_transfer_map() local 380 struct nv30_miptree *mt = nv30_miptree(tx->base.resource); in nv30_miptree_transfer_unmap() local 411 struct nv30_miptree *mt = CALLOC_STRUCT(nv30_miptree); in nv30_miptree_create() local 512 struct nv30_miptree *mt; in nv30_miptree_from_handle() local 549 struct nv30_miptree *mt = nv30_miptree(pt); /* guaranteed */ in nv30_miptree_surface_new() local
|
| D | nv30_clear.c | 130 struct nv30_miptree *mt = nv30_miptree(ps->texture); in nv30_clear_render_target() local 188 struct nv30_miptree *mt = nv30_miptree(ps->texture); in nv30_clear_depth_stencil() local
|
| /external/libfuse/lib/ |
| D | fuse_loop_mt.c | 40 struct fuse_mt *mt; member 119 struct fuse_mt *mt = w->mt; in fuse_do_work() local 224 static struct fuse_chan *fuse_clone_chan(struct fuse_mt *mt) in fuse_clone_chan() 258 static int fuse_loop_start_thread(struct fuse_mt *mt) in fuse_loop_start_thread() 295 static void fuse_join_worker(struct fuse_mt *mt, struct fuse_worker *w) in fuse_join_worker() 310 struct fuse_mt mt; in fuse_session_loop_mt_32() local
|
| /external/rust/crates/glam/src/features/ |
| D | impl_mint.rs | 133 let mt = m.transpose(); localVariable 168 let mt = m.transpose(); localVariable 205 let mt = m.transpose(); localVariable 282 let mt = m.transpose(); in from() localVariable 414 let mt = mint::RowMatrix2::from(g); localVariable 425 let mt = mint::RowMatrix3::from(g); localVariable 443 let mt = mint::RowMatrix4::from(g); localVariable
|
| /external/aws-sdk-java-v2/bundle-logging-bridge/src/main/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/ |
| D | InvocationHelper.java | 36 public static Optional<MethodHandle> staticHandle(Class<?> refc, String name, MethodType mt) { in staticHandle() 44 public static Optional<MethodHandle> virtualHandle(Class<?> refc, String name, MethodType mt) { in virtualHandle()
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | mt19937.cpp | 67 cl_uint mt[N]; member 80 cl_uint *mt = r->mt; in init_genrand() local 119 cl_uint *mt = d->mt; in genrand_int32() local
|
| /external/toybox/toys/posix/ |
| D | df.c | 78 static void show_mt(struct mtab_list *mt, int measuring) in show_mt() 140 struct mtab_list *mt, *mtstart, *mtend, *mt2, *mt3; in df_main() local
|
| /external/python/cpython2/Modules/ |
| D | _randommodule.c | 100 unsigned long *mt; in genrand_int32() local 149 unsigned long *mt; in init_genrand() local 174 unsigned long *mt; in init_by_array() local 416 unsigned long *mt, tmp, nonzero; in random_jumpahead() local
|
| /external/grpc-grpc/third_party/upb/upb/mini_descriptor/ |
| D | link.c | 75 uint32_t upb_MiniTable_GetSubList(const upb_MiniTable* mt, in upb_MiniTable_GetSubList() 104 bool upb_MiniTable_Link(upb_MiniTable* mt, const upb_MiniTable** sub_tables, in upb_MiniTable_Link()
|
| /external/clang/test/Modules/Inputs/PR20786/ |
| D | random.h | 9 mersenne_twister_engine<int> mt; // require complete type member
|
| /external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/text/format/ |
| D | LineBreakerTest.java | 25 MeasuredText mt = in breakLines() local
|
| /external/pdfium/xfa/fxfa/ |
| D | cxfa_ffpushbutton.cpp | 56 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top); in RenderWidget() local 184 CFX_Matrix mt(1, 0, 0, 1, m_CaptionRect.left, m_CaptionRect.top); in RenderHighlightCaption() local
|
| /external/python/cpython3/Modules/ |
| D | _randommodule.c | 129 uint32_t *mt; in genrand_uint32() local 188 uint32_t *mt; in init_genrand() local 211 uint32_t *mt; in init_by_array() local
|