Searched defs:mt (Results 101 - 125 of 137) sorted by relevance

123456

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c460 UINT8 mt, pbf, gid, op_code; local
472 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
479 if (mt == NCI_MT_RSP)
499 if (mt == NCI_MT_NTF)
532 if (mt == NCI_MT_NTF)
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c367 UINT8 mt, pbf, gid, *p, *pp; local
375 NCI_MSG_PRS_HDR0 (pp, mt, pbf, gid);
377 switch (mt)
451 NFC_TRACE_DEBUG2 ("NFC received unknown mt:0x%x, gid:%d", mt, gid);
/external/lzma/C/
H A DLzFindMt.c148 void HashThreadFunc(CMatchFinderMt *mt) argument
150 CMtSync *p = &mt->hashSync;
168 CMatchFinder *mf = mt->MatchFinder;
171 CriticalSection_Enter(&mt->btSync.cs);
172 CriticalSection_Enter(&mt->hashSync.cs);
178 mt->pointerToCurPos -= beforePtr - afterPtr;
179 mt->buffer -= beforePtr - afterPtr;
181 CriticalSection_Leave(&mt->btSync.cs);
182 CriticalSection_Leave(&mt->hashSync.cs);
196 UInt32 *heads = mt
405 BtThreadFunc(CMatchFinderMt *mt) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c75 struct nv50_miptree *mt, unsigned level, unsigned layer)
77 struct nouveau_bo *bo = mt->base.bo;
81 uint32_t offset = mt->level[level].offset;
83 format = nv50_2d_format(mt->base.base.format);
86 util_format_name(mt->base.base.format));
90 width = u_minify(mt->base.base.width0, level) << mt->ms_x;
91 height = u_minify(mt->base.base.height0, level) << mt->ms_y;
93 offset = mt
74 nv50_2d_texture_set(struct nouveau_pushbuf *push, int dst, struct nv50_miptree *mt, unsigned level, unsigned layer) argument
277 struct nv50_miptree *mt = nv50_miptree(dst->texture); local
335 struct nv50_miptree *mt = nv50_miptree(dst->texture); local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c78 struct nv50_miptree *mt, unsigned level, unsigned layer)
80 struct nouveau_bo *bo = mt->base.bo;
84 uint32_t offset = mt->level[level].offset;
86 format = nvc0_2d_format(mt->base.base.format);
89 util_format_name(mt->base.base.format));
93 width = u_minify(mt->base.base.width0, level) << mt->ms_x;
94 height = u_minify(mt->base.base.height0, level) << mt->ms_y;
95 depth = u_minify(mt
77 nvc0_2d_texture_set(struct nouveau_pushbuf *push, boolean dst, struct nv50_miptree *mt, unsigned level, unsigned layer) argument
303 struct nv50_miptree *mt = nv50_miptree(dst->texture); local
353 struct nv50_miptree *mt = nv50_miptree(dst->texture); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c66 if (irb && irb->mt) {
67 if (attIndex == BUFFER_STENCIL && irb->mt->stencil_mt)
68 return irb->mt->stencil_mt->region;
70 return irb->mt->region;
96 intel_miptree_release(&irb->mt);
128 if (!irb->mt) {
142 intel_miptree_map(intel, irb->mt, irb->mt_level, irb->mt_layer,
150 DBG("%s: rb %d (%s) mt mapped: (%d, %d) (%dx%d) -> %p/%d\n",
178 intel_miptree_unmap(intel, irb->mt, irb->mt_level, irb->mt_layer);
263 intel_miptree_release(&irb->mt);
520 struct intel_mipmap_tree *mt = intel_image->mt; local
607 struct intel_mipmap_tree *mt = intel_image->mt; local
[all...]
H A Dintel_mipmap_tree.c87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); local
93 first_level, last_level, mt);
98 mt->target = target_to_target(target);
99 mt->format = format;
100 mt->first_level = first_level;
101 mt->last_level = last_level;
102 mt->width0 = width0;
103 mt->height0 = height0;
104 mt
199 struct intel_mipmap_tree *mt; local
284 struct intel_mipmap_tree *mt; local
401 struct intel_mipmap_tree *mt; local
514 intel_miptree_release(struct intel_mipmap_tree **mt) argument
566 intel_miptree_match_image(struct intel_mipmap_tree *mt, struct gl_texture_image *image) argument
602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, GLuint level, GLuint x, GLuint y, GLuint w, GLuint h, GLuint d) argument
625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint img, GLuint x, GLuint y) argument
650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint face, GLuint layer, GLuint *x, GLuint *y) argument
761 intel_miptree_alloc_mcs(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
830 intel_miptree_alloc_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
870 intel_miptree_slice_set_needs_hiz_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
885 intel_miptree_slice_set_needs_depth_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
899 intel_miptree_slice_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
919 intel_miptree_slice_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
929 intel_miptree_slice_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
939 intel_miptree_all_slices_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, enum gen6_hiz_op need) argument
960 intel_miptree_all_slices_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
968 intel_miptree_all_slices_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1012 assert_is_flat(struct intel_mipmap_tree *mt) argument
1025 intel_miptree_downsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1053 intel_miptree_upsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1467 intel_miptree_attach_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode) argument
1497 intel_miptree_release_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1509 intel_miptree_map_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1560 intel_miptree_unmap_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1591 intel_miptree_map_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1650 intel_miptree_unmap_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1675 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1702 intel_miptree_unmap(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_fbo.c66 if (irb && irb->mt) {
67 if (attIndex == BUFFER_STENCIL && irb->mt->stencil_mt)
68 return irb->mt->stencil_mt->region;
70 return irb->mt->region;
96 intel_miptree_release(&irb->mt);
128 if (!irb->mt) {
142 intel_miptree_map(intel, irb->mt, irb->mt_level, irb->mt_layer,
150 DBG("%s: rb %d (%s) mt mapped: (%d, %d) (%dx%d) -> %p/%d\n",
178 intel_miptree_unmap(intel, irb->mt, irb->mt_level, irb->mt_layer);
263 intel_miptree_release(&irb->mt);
520 struct intel_mipmap_tree *mt = intel_image->mt; local
607 struct intel_mipmap_tree *mt = intel_image->mt; local
[all...]
H A Dbrw_wm_surface_state.c775 struct intel_mipmap_tree *mt = intelObj->mt; local
794 (translate_tex_format(mt->format,
800 surf[1] = intelObj->mt->region->bo->offset + intelObj->mt->offset; /* reloc */
806 surf[3] = (brw_get_surface_tiling_bits(intelObj->mt->region->tiling) |
808 ((intelObj->mt->region->pitch * intelObj->mt->cpp) - 1) <<
813 surf[5] = (mt->align_h == 4) ? BRW_SURFACE_VERTICAL_ALIGN_ENABLE : 0;
818 intelObj->mt
1122 struct intel_mipmap_tree *mt = irb->mt; local
[all...]
H A Dintel_mipmap_tree.c87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); local
93 first_level, last_level, mt);
98 mt->target = target_to_target(target);
99 mt->format = format;
100 mt->first_level = first_level;
101 mt->last_level = last_level;
102 mt->width0 = width0;
103 mt->height0 = height0;
104 mt
199 struct intel_mipmap_tree *mt; local
284 struct intel_mipmap_tree *mt; local
401 struct intel_mipmap_tree *mt; local
514 intel_miptree_release(struct intel_mipmap_tree **mt) argument
566 intel_miptree_match_image(struct intel_mipmap_tree *mt, struct gl_texture_image *image) argument
602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, GLuint level, GLuint x, GLuint y, GLuint w, GLuint h, GLuint d) argument
625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint img, GLuint x, GLuint y) argument
650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint face, GLuint layer, GLuint *x, GLuint *y) argument
761 intel_miptree_alloc_mcs(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
830 intel_miptree_alloc_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
870 intel_miptree_slice_set_needs_hiz_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
885 intel_miptree_slice_set_needs_depth_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
899 intel_miptree_slice_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
919 intel_miptree_slice_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
929 intel_miptree_slice_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
939 intel_miptree_all_slices_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, enum gen6_hiz_op need) argument
960 intel_miptree_all_slices_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
968 intel_miptree_all_slices_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1012 assert_is_flat(struct intel_mipmap_tree *mt) argument
1025 intel_miptree_downsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1053 intel_miptree_upsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1467 intel_miptree_attach_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode) argument
1497 intel_miptree_release_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1509 intel_miptree_map_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1560 intel_miptree_unmap_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1591 intel_miptree_map_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1650 intel_miptree_unmap_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1675 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1702 intel_miptree_unmap(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c66 if (irb && irb->mt) {
67 if (attIndex == BUFFER_STENCIL && irb->mt->stencil_mt)
68 return irb->mt->stencil_mt->region;
70 return irb->mt->region;
96 intel_miptree_release(&irb->mt);
128 if (!irb->mt) {
142 intel_miptree_map(intel, irb->mt, irb->mt_level, irb->mt_layer,
150 DBG("%s: rb %d (%s) mt mapped: (%d, %d) (%dx%d) -> %p/%d\n",
178 intel_miptree_unmap(intel, irb->mt, irb->mt_level, irb->mt_layer);
263 intel_miptree_release(&irb->mt);
520 struct intel_mipmap_tree *mt = intel_image->mt; local
607 struct intel_mipmap_tree *mt = intel_image->mt; local
[all...]
H A Dintel_mipmap_tree.c87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); local
93 first_level, last_level, mt);
98 mt->target = target_to_target(target);
99 mt->format = format;
100 mt->first_level = first_level;
101 mt->last_level = last_level;
102 mt->width0 = width0;
103 mt->height0 = height0;
104 mt
199 struct intel_mipmap_tree *mt; local
284 struct intel_mipmap_tree *mt; local
401 struct intel_mipmap_tree *mt; local
514 intel_miptree_release(struct intel_mipmap_tree **mt) argument
566 intel_miptree_match_image(struct intel_mipmap_tree *mt, struct gl_texture_image *image) argument
602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, GLuint level, GLuint x, GLuint y, GLuint w, GLuint h, GLuint d) argument
625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint img, GLuint x, GLuint y) argument
650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint face, GLuint layer, GLuint *x, GLuint *y) argument
761 intel_miptree_alloc_mcs(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
830 intel_miptree_alloc_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
870 intel_miptree_slice_set_needs_hiz_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
885 intel_miptree_slice_set_needs_depth_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
899 intel_miptree_slice_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
919 intel_miptree_slice_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
929 intel_miptree_slice_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
939 intel_miptree_all_slices_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, enum gen6_hiz_op need) argument
960 intel_miptree_all_slices_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
968 intel_miptree_all_slices_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1012 assert_is_flat(struct intel_mipmap_tree *mt) argument
1025 intel_miptree_downsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1053 intel_miptree_upsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1467 intel_miptree_attach_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode) argument
1497 intel_miptree_release_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1509 intel_miptree_map_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1560 intel_miptree_unmap_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1591 intel_miptree_map_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1650 intel_miptree_unmap_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1675 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1702 intel_miptree_unmap(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c137 if (image->mt) {
138 radeon_miptree_unreference(&image->mt);
162 if (!image->mt) {
169 lvl = &image->mt->levels[image->base.Base.Level];
171 image->base.Map = image->mt->bo->ptr + lvl->faces[image->base.Base.Face].offset;
185 if (image->mt) {
188 radeon_bo_map(image->mt->bo, write_enable);
199 if (image->mt) {
203 radeon_bo_unmap(image->mt->bo);
224 radeon_mipmap_tree *mt local
710 radeon_mipmap_tree *mt; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c137 if (image->mt) {
138 radeon_miptree_unreference(&image->mt);
162 if (!image->mt) {
169 lvl = &image->mt->levels[image->base.Base.Level];
171 image->base.Map = image->mt->bo->ptr + lvl->faces[image->base.Base.Face].offset;
185 if (image->mt) {
188 radeon_bo_map(image->mt->bo, write_enable);
199 if (image->mt) {
203 radeon_bo_unmap(image->mt->bo);
224 radeon_mipmap_tree *mt local
710 radeon_mipmap_tree *mt; local
[all...]
/external/openssl/ssl/
H A Dd1_both.c166 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
403 /* Obtain handshake message of message type 'mt' (any if mt == -1),
408 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
420 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
1326 dtls1_set_message_header(SSL *s, unsigned char *p, unsigned char mt, argument
1336 dtls1_set_message_header_int(s, mt, len, s->d1->handshake_write_seq,
1345 dtls1_set_message_header_int(SSL *s, unsigned char mt, argument
1351 msg_hdr->type = mt;
[all...]
/external/stlport/test/unit/
H A Dstring_test.cpp71 CPPUNIT_TEST(mt);
128 void mt();
210 void StringTest::mt() function in class:StringTest
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c609 int mt; local
611 mt = PTHREAD_MUTEX_DEFAULT;
613 pthread_mutexattr_gettype(attr, &mt);
615 mutex, DRD_(pthread_to_drd_mutex_type)(mt),
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); local
93 first_level, last_level, mt);
98 mt->target = target_to_target(target);
99 mt->format = format;
100 mt->first_level = first_level;
101 mt->last_level = last_level;
102 mt->width0 = width0;
103 mt->height0 = height0;
104 mt
199 struct intel_mipmap_tree *mt; local
284 struct intel_mipmap_tree *mt; local
401 struct intel_mipmap_tree *mt; local
514 intel_miptree_release(struct intel_mipmap_tree **mt) argument
566 intel_miptree_match_image(struct intel_mipmap_tree *mt, struct gl_texture_image *image) argument
602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, GLuint level, GLuint x, GLuint y, GLuint w, GLuint h, GLuint d) argument
625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint img, GLuint x, GLuint y) argument
650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint face, GLuint layer, GLuint *x, GLuint *y) argument
761 intel_miptree_alloc_mcs(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
830 intel_miptree_alloc_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
870 intel_miptree_slice_set_needs_hiz_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
885 intel_miptree_slice_set_needs_depth_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
899 intel_miptree_slice_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
919 intel_miptree_slice_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
929 intel_miptree_slice_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
939 intel_miptree_all_slices_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, enum gen6_hiz_op need) argument
960 intel_miptree_all_slices_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
968 intel_miptree_all_slices_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1012 assert_is_flat(struct intel_mipmap_tree *mt) argument
1025 intel_miptree_downsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1053 intel_miptree_upsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1467 intel_miptree_attach_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode) argument
1497 intel_miptree_release_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1509 intel_miptree_map_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1560 intel_miptree_unmap_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1591 intel_miptree_map_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1650 intel_miptree_unmap_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1675 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1702 intel_miptree_unmap(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c775 struct intel_mipmap_tree *mt = intelObj->mt; local
794 (translate_tex_format(mt->format,
800 surf[1] = intelObj->mt->region->bo->offset + intelObj->mt->offset; /* reloc */
806 surf[3] = (brw_get_surface_tiling_bits(intelObj->mt->region->tiling) |
808 ((intelObj->mt->region->pitch * intelObj->mt->cpp) - 1) <<
813 surf[5] = (mt->align_h == 4) ? BRW_SURFACE_VERTICAL_ALIGN_ENABLE : 0;
818 intelObj->mt
1122 struct intel_mipmap_tree *mt = irb->mt; local
[all...]
H A Dintel_mipmap_tree.c87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); local
93 first_level, last_level, mt);
98 mt->target = target_to_target(target);
99 mt->format = format;
100 mt->first_level = first_level;
101 mt->last_level = last_level;
102 mt->width0 = width0;
103 mt->height0 = height0;
104 mt
199 struct intel_mipmap_tree *mt; local
284 struct intel_mipmap_tree *mt; local
401 struct intel_mipmap_tree *mt; local
514 intel_miptree_release(struct intel_mipmap_tree **mt) argument
566 intel_miptree_match_image(struct intel_mipmap_tree *mt, struct gl_texture_image *image) argument
602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, GLuint level, GLuint x, GLuint y, GLuint w, GLuint h, GLuint d) argument
625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint img, GLuint x, GLuint y) argument
650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint face, GLuint layer, GLuint *x, GLuint *y) argument
761 intel_miptree_alloc_mcs(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
830 intel_miptree_alloc_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
870 intel_miptree_slice_set_needs_hiz_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
885 intel_miptree_slice_set_needs_depth_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
899 intel_miptree_slice_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
919 intel_miptree_slice_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
929 intel_miptree_slice_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
939 intel_miptree_all_slices_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, enum gen6_hiz_op need) argument
960 intel_miptree_all_slices_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
968 intel_miptree_all_slices_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1012 assert_is_flat(struct intel_mipmap_tree *mt) argument
1025 intel_miptree_downsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1053 intel_miptree_upsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1467 intel_miptree_attach_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode) argument
1497 intel_miptree_release_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1509 intel_miptree_map_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1560 intel_miptree_unmap_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1591 intel_miptree_map_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1650 intel_miptree_unmap_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1675 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1702 intel_miptree_unmap(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
[all...]
H A Dbrw_blorp_blit.cpp117 struct intel_mipmap_tree *mt = irb->mt; local
118 if (buffer_bit == GL_STENCIL_BUFFER_BIT && mt->stencil_mt)
119 mt = mt->stencil_mt;
120 return mt;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.c87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); local
93 first_level, last_level, mt);
98 mt->target = target_to_target(target);
99 mt->format = format;
100 mt->first_level = first_level;
101 mt->last_level = last_level;
102 mt->width0 = width0;
103 mt->height0 = height0;
104 mt
199 struct intel_mipmap_tree *mt; local
284 struct intel_mipmap_tree *mt; local
401 struct intel_mipmap_tree *mt; local
514 intel_miptree_release(struct intel_mipmap_tree **mt) argument
566 intel_miptree_match_image(struct intel_mipmap_tree *mt, struct gl_texture_image *image) argument
602 intel_miptree_set_level_info(struct intel_mipmap_tree *mt, GLuint level, GLuint x, GLuint y, GLuint w, GLuint h, GLuint d) argument
625 intel_miptree_set_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint img, GLuint x, GLuint y) argument
650 intel_miptree_get_image_offset(struct intel_mipmap_tree *mt, GLuint level, GLuint face, GLuint layer, GLuint *x, GLuint *y) argument
761 intel_miptree_alloc_mcs(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
830 intel_miptree_alloc_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, GLuint num_samples) argument
870 intel_miptree_slice_set_needs_hiz_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
885 intel_miptree_slice_set_needs_depth_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
899 intel_miptree_slice_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
919 intel_miptree_slice_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
929 intel_miptree_slice_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t level, uint32_t layer) argument
939 intel_miptree_all_slices_resolve(struct intel_context *intel, struct intel_mipmap_tree *mt, enum gen6_hiz_op need) argument
960 intel_miptree_all_slices_resolve_hiz(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
968 intel_miptree_all_slices_resolve_depth(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1012 assert_is_flat(struct intel_mipmap_tree *mt) argument
1025 intel_miptree_downsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1053 intel_miptree_upsample(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1467 intel_miptree_attach_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode) argument
1497 intel_miptree_release_map(struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1509 intel_miptree_map_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1560 intel_miptree_unmap_singlesample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1591 intel_miptree_map_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1650 intel_miptree_unmap_multisample(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
1675 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
1702 intel_miptree_unmap(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice) argument
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp617 SkScalar mt = 6.f * d[0]; local
620 k[1] = (3.f * ls * ms - ls * mt - lt * ms) / 3.f;
621 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f;
622 k[3] = (lt - ls) * (mt - ms);
631 const SkScalar mt_ms = mt - ms;
652 SkScalar mt = 2.f * d[0]; local
655 k[1] = (3.f * ls*ms - ls * mt - lt * ms) / 3.f;
656 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) /
779 SkScalar mt = 2.f * d[0]; local
[all...]
/external/skia/src/gpu/
H A DGrPathUtils.cpp617 SkScalar mt = 6.f * d[0]; local
620 k[1] = (3.f * ls * ms - ls * mt - lt * ms) / 3.f;
621 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f;
622 k[3] = (lt - ls) * (mt - ms);
631 const SkScalar mt_ms = mt - ms;
652 SkScalar mt = 2.f * d[0]; local
655 k[1] = (3.f * ls*ms - ls * mt - lt * ms) / 3.f;
656 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) /
779 SkScalar mt = 2.f * d[0]; local
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc1798 MTState mt; local
1799 mt.test = this;
1800 mt.stop.Release_Store(0);
1802 mt.counter[id].Release_Store(0);
1803 mt.thread_done[id].Release_Store(0);
1809 thread[id].state = &mt;
1818 mt.stop.Release_Store(&mt);
1820 while (mt.thread_done[id].Acquire_Load() == NULL) {

Completed in 756 milliseconds

123456