Home
last modified time | relevance | path

Searched defs:mt (Results 1 - 25 of 73) sorted by relevance

123

/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramDataManager.cpp15 float mt[] = { in setSkMatrix() local
/third_party/mesa3d/src/glx/
H A Dindirect_transpose_matrix.c54 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[1 in __indirect_glMultTransposeMatrixf() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_quic.c14 int quic_get_message(SSL *s, int *mt) in quic_get_message() argument
/third_party/googletest/googletest/src/hwext/
H A Dgtest-multithread.cpp19 namespace mt { namespace
/third_party/toybox/toys/lsb/
H A Dumount.c55 struct mtab_list *mt = dlist_terminate(xgetmountlist("/etc/fstab")); in do_umount() local
/third_party/musl/porting/linux/user/src/ctype/
H A Dtowctrans.c29 static const int mt[] = { 2048, 342, 57 }; in casemap() local
/third_party/musl/src/ctype/
H A Dtowctrans.c31 static const int mt[] = { 2048, 342, 57 }; in casemap() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_ppp.c46 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
H A Dnv50_tex.c73 struct nv50_miptree *mt = nv50_miptree(texture); in nv50_create_texture_view() local
[all...]
H A Dnv50_compute.c354 struct nv50_miptree *mt = nv50_miptree(&res->base); in nv50_set_surface_info() local
426 struct nv50_miptree *mt = nv50_miptree(view->resource); in nv50_compute_validate_surfaces() local
[all...]
H A Dnv50_miptree.c68 nv50_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed) in nv50_mt_choose_storage_type() argument
164 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_destroy() local
191 struct nv50_miptree *mt = nv50_miptree(pt); nv50_miptree_get_handle() local
206 nv50_miptree_init_ms_mode(struct nv50_miptree *mt) nv50_miptree_init_ms_mode() argument
235 nv50_miptree_init_layout_linear(struct nv50_miptree *mt, unsigned pitch_align) nv50_miptree_init_layout_linear() argument
261 nv50_miptree_init_layout_video(struct nv50_miptree *mt) nv50_miptree_init_layout_video() argument
283 nv50_miptree_init_layout_tiled(struct nv50_miptree *mt) nv50_miptree_init_layout_tiled() argument
335 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree); nv50_miptree_create() local
408 struct nv50_miptree *mt; nv50_miptree_from_handle() local
447 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) nv50_mt_zslice_offset() argument
470 nv50_surface_from_miptree(struct nv50_miptree *mt, const struct pipe_surface *templ) nv50_surface_from_miptree() argument
508 struct nv50_miptree *mt = nv50_miptree(pt); nv50_miptree_surface_new() local
[all...]
H A Dnv50_state_validate.c37 struct nv50_miptree *mt; in nv50_validate_fb() local
97 struct nv50_miptree *mt = nv50_miptree(fb->zsbuf->texture); nv50_validate_fb() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_ppp.c46 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
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DMessage.pm568 sub mt global() subroutine
[all...]
/third_party/openssl/util/perl/TLSProxy/
H A DMessage.pm568 sub mt global() subroutine
[all...]
/third_party/toybox/toys/other/
H A Dstat.c107 struct mtab_list *mt = xgetmountlist(0); in print_stat() local
/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-multithread.h20 namespace mt { namespace
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c129 struct nv30_miptree *mt = nv30_miptree(ps->texture); in nv30_clear_render_target() local
190 struct nv30_miptree *mt = nv30_miptree(ps->texture); in nv30_clear_depth_stencil() local
H A Dnv30_fragtex.c51 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_fragtex_validate() local
H A Dnv30_texture.c224 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_sampler_view_create() local
H A Dnv30_state_validate.c54 struct nv30_miptree *mt = nv30_miptree(fb->cbufs[0]->texture); in nv30_validate_fb() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_image_load_store.cpp71 uint16_t mt; in lns_to_sf16() local
/third_party/toybox/toys/posix/
H A Ddf.c98 static void show_mt(struct mtab_list *mt, int measuring) in show_mt() argument
173 struct mtab_list *mt, *mtstart, *mtend; df_main() local
[all...]
/third_party/skia/bench/
H A DPathOpsBench.cpp156 PathBuilderBench(MakeType mt, bool reserve) : fMakeType(mt), fUseReserve(reserve) { in PathBuilderBench() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-metrics.h220 struct lws_metric *mt; /**< NULL == inactive */ member
[all...]

Completed in 31 milliseconds

123