/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_miptree.c | 38 nv50_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed) in nv50_mt_choose_storage_type() 115 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_destroy() local 130 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_get_handle() local 157 nv50_miptree_init_ms_mode(struct nv50_miptree *mt) in nv50_miptree_init_ms_mode() 186 nv50_miptree_init_layout_linear(struct nv50_miptree *mt) in nv50_miptree_init_layout_linear() 207 nv50_miptree_init_layout_tiled(struct nv50_miptree *mt) in nv50_miptree_init_layout_tiled() 258 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree); in nv50_miptree_create() local 309 struct nv50_miptree *mt; in nv50_miptree_from_handle() local 347 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nv50_mt_zslice_offset() 370 nv50_surface_from_miptree(struct nv50_miptree *mt, in nv50_surface_from_miptree() [all …]
|
D | nv50_tex.c | 61 struct nv50_miptree *mt = nv50_miptree(res); in nv50_init_tic_entry_linear() local 83 struct nv50_miptree *mt = nv50_miptree(texture); in nv50_create_sampler_view() local
|
D | nv50_transfer.c | 20 struct nv50_miptree *mt = nv50_miptree(res); in nv50_m2mf_rect_setup() local 258 const struct nv50_miptree *mt = nv50_miptree(res); in nv50_miptree_transfer_new() local 332 struct nv50_miptree *mt = nv50_miptree(tx->base.resource); in nv50_miptree_transfer_del() local
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_mipmap_tree.c | 87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); in intel_miptree_create_internal() local 199 struct intel_mipmap_tree *mt; in intel_miptree_create() local 284 struct intel_mipmap_tree *mt; in intel_miptree_create_for_region() local 401 struct intel_mipmap_tree *mt; in intel_miptree_create_for_renderbuffer() local 514 intel_miptree_release(struct intel_mipmap_tree **mt) in intel_miptree_release() 566 intel_miptree_match_image(struct intel_mipmap_tree *mt, in intel_miptree_match_image() 602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, in intel_miptree_set_level_info() 625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, in intel_miptree_set_image_offset() 650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, in intel_miptree_get_image_offset() 762 struct intel_mipmap_tree *mt, in intel_miptree_alloc_mcs() [all …]
|
D | i915_tex_layout.c | 115 i915_miptree_layout_cube(struct intel_mipmap_tree * mt) in i915_miptree_layout_cube() 157 i915_miptree_layout_3d(struct intel_mipmap_tree * mt) in i915_miptree_layout_3d() 200 i915_miptree_layout_2d(struct intel_mipmap_tree * mt) in i915_miptree_layout_2d() 228 i915_miptree_layout(struct intel_mipmap_tree * mt) in i915_miptree_layout() 313 i945_miptree_layout_cube(struct intel_mipmap_tree * mt) in i945_miptree_layout_cube() 403 i945_miptree_layout_3d(struct intel_mipmap_tree * mt) in i945_miptree_layout_3d() 457 i945_miptree_layout(struct intel_mipmap_tree * mt) in i945_miptree_layout()
|
D | intel_tex.c | 177 struct intel_mipmap_tree *mt = intel_image->mt; in intel_map_texture_image() local 202 struct intel_mipmap_tree *mt = intel_image->mt; in intel_unmap_texture_image() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); in intel_miptree_create_internal() local 199 struct intel_mipmap_tree *mt; in intel_miptree_create() local 284 struct intel_mipmap_tree *mt; in intel_miptree_create_for_region() local 401 struct intel_mipmap_tree *mt; in intel_miptree_create_for_renderbuffer() local 514 intel_miptree_release(struct intel_mipmap_tree **mt) in intel_miptree_release() 566 intel_miptree_match_image(struct intel_mipmap_tree *mt, in intel_miptree_match_image() 602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, in intel_miptree_set_level_info() 625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, in intel_miptree_set_image_offset() 650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, in intel_miptree_get_image_offset() 762 struct intel_mipmap_tree *mt, in intel_miptree_alloc_mcs() [all …]
|
D | brw_blorp.cpp | 47 brw_blorp_mip_info::set(struct intel_mipmap_tree *mt, in set() 68 struct intel_mipmap_tree *mt, in set() 157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt, in intel_hiz_exec() 183 brw_hiz_op_params::brw_hiz_op_params(struct intel_mipmap_tree *mt, in brw_hiz_op_params()
|
D | brw_tex_layout.c | 44 struct intel_mipmap_tree *mt) in brw_miptree_layout_texture_array() 70 brw_miptree_layout(struct intel_context *intel, struct intel_mipmap_tree *mt) in brw_miptree_layout()
|
D | intel_tex.c | 177 struct intel_mipmap_tree *mt = intel_image->mt; in intel_map_texture_image() local 202 struct intel_mipmap_tree *mt = intel_image->mt; in intel_unmap_texture_image() local
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_mipmap_tree.c | 87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); in intel_miptree_create_internal() local 199 struct intel_mipmap_tree *mt; in intel_miptree_create() local 284 struct intel_mipmap_tree *mt; in intel_miptree_create_for_region() local 401 struct intel_mipmap_tree *mt; in intel_miptree_create_for_renderbuffer() local 514 intel_miptree_release(struct intel_mipmap_tree **mt) in intel_miptree_release() 566 intel_miptree_match_image(struct intel_mipmap_tree *mt, in intel_miptree_match_image() 602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, in intel_miptree_set_level_info() 625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, in intel_miptree_set_image_offset() 650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, in intel_miptree_get_image_offset() 762 struct intel_mipmap_tree *mt, in intel_miptree_alloc_mcs() [all …]
|
D | intel_tex_obj.h | 51 struct intel_mipmap_tree *mt; member 67 struct intel_mipmap_tree *mt; member
|
/external/mesa3d/src/glx/ |
D | indirect_transpose_matrix.c | 54 GLdouble mt[16]; in __indirect_glLoadTransposeMatrixdARB() local 63 GLfloat mt[16]; in __indirect_glLoadTransposeMatrixfARB() local 72 GLdouble mt[16]; in __indirect_glMultTransposeMatrixdARB() local 81 GLfloat mt[16]; in __indirect_glMultTransposeMatrixfARB() local
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_miptree.c | 60 nvc0_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed) in nvc0_mt_choose_storage_type() 155 nvc0_miptree_init_ms_mode(struct nv50_miptree *mt) in nvc0_miptree_init_ms_mode() 187 nvc0_miptree_init_layout_video(struct nv50_miptree *mt) in nvc0_miptree_init_layout_video() 212 nvc0_miptree_init_layout_tiled(struct nv50_miptree *mt) in nvc0_miptree_init_layout_tiled() 275 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree); in nvc0_miptree_create() local 328 nvc0_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nvc0_mt_zslice_offset()
|
/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/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.c | 127 static void compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, in compute_tex_image_offset() 159 static void calculate_miptree_layout(radeonContextPtr rmesa, radeon_mipmap_tree *mt) in calculate_miptree_layout() 192 radeon_mipmap_tree *mt = CALLOC_STRUCT(_radeon_mipmap_tree); in radeon_miptree_create() local 219 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr) in radeon_miptree_reference() 231 radeon_mipmap_tree *mt = *ptr; in radeon_miptree_unreference() local 300 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *mt, in radeon_miptree_matches_image() 321 static GLboolean radeon_miptree_matches_texture(radeon_mipmap_tree *mt, struct gl_texture_object *t… in radeon_miptree_matches_texture() 390 radeon_miptree_image_offset(radeon_mipmap_tree *mt, in radeon_miptree_image_offset() 402 static void migrate_image_to_miptree(radeon_mipmap_tree *mt, in migrate_image_to_miptree()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.c | 127 static void compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, in compute_tex_image_offset() 159 static void calculate_miptree_layout(radeonContextPtr rmesa, radeon_mipmap_tree *mt) in calculate_miptree_layout() 192 radeon_mipmap_tree *mt = CALLOC_STRUCT(_radeon_mipmap_tree); in radeon_miptree_create() local 219 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr) in radeon_miptree_reference() 231 radeon_mipmap_tree *mt = *ptr; in radeon_miptree_unreference() local 300 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *mt, in radeon_miptree_matches_image() 321 static GLboolean radeon_miptree_matches_texture(radeon_mipmap_tree *mt, struct gl_texture_object *t… in radeon_miptree_matches_texture() 390 radeon_miptree_image_offset(radeon_mipmap_tree *mt, in radeon_miptree_image_offset() 402 static void migrate_image_to_miptree(radeon_mipmap_tree *mt, in migrate_image_to_miptree()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_miptree.c | 39 struct nv30_miptree *mt = nv30_miptree(pt); in layer_offset() local 53 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_miptree_get_handle() local 67 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_miptree_destroy() local 92 struct nv30_miptree *mt = nv30_miptree(pt); in define_rect() local 274 struct nv30_miptree *mt = CALLOC_STRUCT(nv30_miptree); in nv30_miptree_create() local 362 struct nv30_miptree *mt; in nv30_miptree_from_handle() local 400 struct nv30_miptree *mt = nv30_miptree(pt); /* guaranteed */ in nv30_miptree_surface_new() local
|
D | nv30_clear.c | 103 struct nv30_miptree *mt = nv30_miptree(ps->texture); in nv30_clear_render_target() local 162 struct nv30_miptree *mt = nv30_miptree(ps->texture); in nv30_clear_depth_stencil() local
|
/external/skia/src/core/ |
D | SkFont.cpp | 16 SkFont::SkFont(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt, in SkFont() 32 MaskType mt, uint32_t flags) { in Create() 46 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, MaskType mt, uint32_t flags) { in Create()
|
/external/fio/ |
D | ghelpers.c | 144 void multitext_add_entry(struct multitext_widget *mt, const char *text) in multitext_add_entry() 151 void multitext_set_entry(struct multitext_widget *mt, unsigned int index) in multitext_set_entry() 162 void multitext_update_entry(struct multitext_widget *mt, unsigned int index, in multitext_update_entry() 176 void multitext_free(struct multitext_widget *mt) in multitext_free()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 475 CPDF_Matrix mt = pChild->GetChildMatrix(); in DrawChildAppearance() local 1134 CPDF_Matrix mt = this->GetChildToRoot(); in GetWindowMatrix() local 1160 CPDF_Matrix mt = GetWindowMatrix(); in PWLtoWnd() local 1170 CPDF_Matrix mt = GetWindowMatrix(); in PWLtoWnd() local 1182 CPDF_Matrix mt = GetChildMatrix(); in ChildToParent() local 1195 CPDF_Matrix mt = GetChildMatrix(); in ChildToParent() local 1208 CPDF_Matrix mt = GetChildMatrix(); in ParentToChild() local 1222 CPDF_Matrix mt = GetChildMatrix(); in ParentToChild() local 1236 CPDF_Matrix mt(1,0,0,1,0,0); in GetChildToRoot() local 1259 void CPWL_Wnd::SetChildMatrix(const CPDF_Matrix& mt) in SetChildMatrix()
|
/external/clang/test/Modules/Inputs/PR20786/ |
D | random.h | 9 mersenne_twister_engine<int> mt; // require complete type member
|
/external/openfst/src/bin/ |
D | fstmap.cc | 63 s::MapType mt; in main() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | SetsTest.java | 374 Set<Integer> mt = emptySet(); in testCartesianProduct_binary0x0() local 380 Set<Integer> mt = emptySet(); in testCartesianProduct_binary0x1() local 386 Set<Integer> mt = emptySet(); in testCartesianProduct_binary1x0() local 465 Set<Integer> mt = emptySet(); in testCartesianProduct_hashCode() local 468 checkHashCode(Sets.cartesianProduct(set(num), mt)); in testCartesianProduct_hashCode() local
|