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

123456

/external/chromium_org/third_party/mt19937ar/
H A Dmt19937ar.h61 std::vector<uint32> mt; /* the array for the state vector */ member in class:MersenneTwister
62 int mti; /* mti==N+1 means mt[N] is not initialized */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_obj.h51 struct intel_mipmap_tree *mt; member in struct:intel_texture_object
63 /* If intelImage->mt != NULL, image data is stored here.
67 struct intel_mipmap_tree *mt; member in struct:intel_texture_image
H A Dintel_fbo.h51 struct intel_mipmap_tree *mt; /**< The renderbuffer storage. */ member in struct:intel_renderbuffer
H A Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) argument
146 GLuint width = mt->width0;
147 GLuint height = mt->height0;
148 GLuint depth = mt->depth0; /* number of array layers. */
150 mt->total_width = mt->width0;
152 if (mt->compressed) {
153 mt->total_width = ALIGN(mt->width0, mt
[all...]
H A Dintel_tex_validate.c68 if (intelObj->mt &&
69 (!intel_miptree_match_image(intelObj->mt, &firstImage->base.Base) ||
70 intelObj->mt->first_level != tObj->BaseLevel ||
71 intelObj->mt->last_level < intelObj->_MaxLevel)) {
72 intel_miptree_release(&intelObj->mt);
78 if (!intelObj->mt) {
82 intelObj->mt = intel_miptree_create(intel,
93 if (!intelObj->mt)
108 if (intelObj->mt != intelImage->mt) {
127 struct intel_mipmap_tree *mt; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_obj.h51 struct intel_mipmap_tree *mt; member in struct:intel_texture_object
63 /* If intelImage->mt != NULL, image data is stored here.
67 struct intel_mipmap_tree *mt; member in struct:intel_texture_image
H A Dintel_fbo.h51 struct intel_mipmap_tree *mt; /**< The renderbuffer storage. */ member in struct:intel_renderbuffer
H A Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) argument
146 GLuint width = mt->width0;
147 GLuint height = mt->height0;
148 GLuint depth = mt->depth0; /* number of array layers. */
150 mt->total_width = mt->width0;
152 if (mt->compressed) {
153 mt->total_width = ALIGN(mt->width0, mt
[all...]
/external/openfst/src/bin/
H A Dfstmap.cc63 s::MapType mt; local
65 mt = s::ARC_SUM_MAPPER;
67 mt = s::IDENTITY_MAPPER;
69 mt = s::INVERT_MAPPER;
71 mt = s::PLUS_MAPPER;
73 mt = s::QUANTIZE_MAPPER;
75 mt = s::RMWEIGHT_MAPPER;
77 mt = s::SUPERFINAL_MAPPER;
79 mt = s::TIMES_MAPPER;
81 mt
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_transpose_matrix.c54 GLdouble mt[16]; local
56 TransposeMatrixd(m, mt);
57 __indirect_glLoadMatrixd(mt);
63 GLfloat mt[16]; local
65 TransposeMatrixf(m, mt);
66 __indirect_glLoadMatrixf(mt);
72 GLdouble mt[16]; local
74 TransposeMatrixd(m, mt);
75 __indirect_glMultMatrixd(mt);
81 GLfloat mt[1 local
[all...]
/external/mesa3d/src/glx/
H A Dindirect_transpose_matrix.c54 GLdouble mt[16]; local
56 TransposeMatrixd(m, mt);
57 __indirect_glLoadMatrixd(mt);
63 GLfloat mt[16]; local
65 TransposeMatrixf(m, mt);
66 __indirect_glLoadMatrixf(mt);
72 GLdouble mt[16]; local
74 TransposeMatrixd(m, mt);
75 __indirect_glMultMatrixd(mt);
81 GLfloat mt[1 local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) argument
146 GLuint width = mt->width0;
147 GLuint height = mt->height0;
148 GLuint depth = mt->depth0; /* number of array layers. */
150 mt->total_width = mt->width0;
152 if (mt->compressed) {
153 mt->total_width = ALIGN(mt->width0, mt
[all...]
H A Dintel_tex_validate.c68 if (intelObj->mt &&
69 (!intel_miptree_match_image(intelObj->mt, &firstImage->base.Base) ||
70 intelObj->mt->first_level != tObj->BaseLevel ||
71 intelObj->mt->last_level < intelObj->_MaxLevel)) {
72 intel_miptree_release(&intelObj->mt);
78 if (!intelObj->mt) {
82 intelObj->mt = intel_miptree_create(intel,
93 if (!intelObj->mt)
108 if (intelObj->mt != intelImage->mt) {
127 struct intel_mipmap_tree *mt; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c98 struct intel_mipmap_tree *mt = depth_irb->mt; local
103 if (!mt->hiz_mt)
119 if (mt->level[depth_irb->mt_level].width % 8 != 0 ||
120 mt->level[depth_irb->mt_level].height % 4 != 0) {
124 mt->level[depth_irb->mt_level].width,
125 mt->level[depth_irb->mt_level].height);
130 switch (mt->format) {
157 if (intel->gen == 6 && (mt->level[depth_irb->mt_level].width % 16) != 0)
169 if (mt
[all...]
H A Dbrw_tex_layout.c44 struct intel_mipmap_tree *mt)
50 h0 = ALIGN(mt->height0, mt->align_h);
51 h1 = ALIGN(minify(mt->height0), mt->align_h);
52 if (mt->array_spacing_lod0)
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h);
56 if (mt->compressed)
59 i945_miptree_layout_2d(mt);
61 for (level = mt
43 brw_miptree_layout_texture_array(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
70 brw_miptree_layout(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
[all...]
H A Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) argument
146 GLuint width = mt->width0;
147 GLuint height = mt->height0;
148 GLuint depth = mt->depth0; /* number of array layers. */
150 mt->total_width = mt->width0;
152 if (mt->compressed) {
153 mt->total_width = ALIGN(mt->width0, mt
[all...]
H A Dbrw_blorp.cpp32 : mt(NULL),
47 brw_blorp_mip_info::set(struct intel_mipmap_tree *mt, argument
50 intel_miptree_check_level_layer(mt, level, layer);
52 this->mt = mt;
53 this->width = mt->level[level].width;
54 this->height = mt->level[level].height;
58 rb.mt = mt;
68 struct intel_mipmap_tree *mt,
67 set(struct brw_context *brw, struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer) argument
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
183 brw_hiz_op_params(struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
[all...]
H A Dintel_tex_validate.c68 if (intelObj->mt &&
69 (!intel_miptree_match_image(intelObj->mt, &firstImage->base.Base) ||
70 intelObj->mt->first_level != tObj->BaseLevel ||
71 intelObj->mt->last_level < intelObj->_MaxLevel)) {
72 intel_miptree_release(&intelObj->mt);
78 if (!intelObj->mt) {
82 intelObj->mt = intel_miptree_create(intel,
93 if (!intelObj->mt)
108 if (intelObj->mt != intelImage->mt) {
127 struct intel_mipmap_tree *mt; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) argument
146 GLuint width = mt->width0;
147 GLuint height = mt->height0;
148 GLuint depth = mt->depth0; /* number of array layers. */
150 mt->total_width = mt->width0;
152 if (mt->compressed) {
153 mt->total_width = ALIGN(mt->width0, mt
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c98 struct intel_mipmap_tree *mt = depth_irb->mt; local
103 if (!mt->hiz_mt)
119 if (mt->level[depth_irb->mt_level].width % 8 != 0 ||
120 mt->level[depth_irb->mt_level].height % 4 != 0) {
124 mt->level[depth_irb->mt_level].width,
125 mt->level[depth_irb->mt_level].height);
130 switch (mt->format) {
157 if (intel->gen == 6 && (mt->level[depth_irb->mt_level].width % 16) != 0)
169 if (mt
[all...]
H A Dbrw_tex_layout.c44 struct intel_mipmap_tree *mt)
50 h0 = ALIGN(mt->height0, mt->align_h);
51 h1 = ALIGN(minify(mt->height0), mt->align_h);
52 if (mt->array_spacing_lod0)
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h);
56 if (mt->compressed)
59 i945_miptree_layout_2d(mt);
61 for (level = mt
43 brw_miptree_layout_texture_array(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
70 brw_miptree_layout(struct intel_context *intel, struct intel_mipmap_tree *mt) argument
[all...]
H A Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) argument
146 GLuint width = mt->width0;
147 GLuint height = mt->height0;
148 GLuint depth = mt->depth0; /* number of array layers. */
150 mt->total_width = mt->width0;
152 if (mt->compressed) {
153 mt->total_width = ALIGN(mt->width0, mt
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
H A DConfirmationCallbackTest.java35 int mt[] = { ConfirmationCallback.INFORMATION, field in class:ConfirmationCallbackTest
54 for (int i = 0; i < mt.length; i++) {
55 cc = new ConfirmationCallback(mt[i], ot[1], dopt[1]);
71 cc = new ConfirmationCallback(mt[1], 3, dopt[1]);
75 cc = new ConfirmationCallback(mt[1], ot[1], 4);
230 cc = new ConfirmationCallback("prompt", mt[0], opt, 1);
251 cc = new ConfirmationCallback("prompt", mt[0], ot[0], dopt[0]);
263 cc = new ConfirmationCallback("prompt", mt[0], ot[0], dopt[0]);
277 cc = new ConfirmationCallback("prompt", mt[0], ot[0], dopt[0]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_fragtex.c51 struct nv30_miptree *mt = nv30_miptree(pt); local
128 mt->base.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RD);
130 mt->base.bo, format, NOUVEAU_BO_VRAM | NOUVEAU_BO_RD,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_tex.c61 struct nv50_miptree *mt = nv50_miptree(res); local
66 tic[3] = mt->level[0].pitch;
83 struct nv50_miptree *mt = nv50_miptree(texture); local
119 addr = mt->base.address;
121 if (mt->base.base.target == PIPE_TEXTURE_1D_ARRAY ||
122 mt->base.base.target == PIPE_TEXTURE_2D_ARRAY) {
123 addr += view->pipe.u.tex.first_layer * mt->layer_stride;
126 depth = mt->base.base.depth0;
142 if (mt->base.base.target != PIPE_TEXTURE_RECT)
146 ((mt
[all...]

Completed in 1198 milliseconds

123456