Searched refs:dim (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_ff.h85 unsigned dim = context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & 0x7; local in function:nine_ff_get_projected_key
89 if (dim > 4)
90 dim = input_texture_coord[s];
92 if (!dim && gen == NINED3DTSS_TCI_PASSTHRU)
93 dim = input_texture_coord[s];
94 else if (!dim)
95 dim = 4;
97 if (dim == 1) /* NV behaviour */
99 if (dim > input_texture_coord[s] && gen == NINED3DTSS_TCI_PASSTHRU)
102 dim
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_ff.h85 unsigned dim = context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & 0x7; local in function:nine_ff_get_projected_key
89 if (dim > 4)
90 dim = input_texture_coord[s];
92 if (!dim && gen == NINED3DTSS_TCI_PASSTHRU)
93 dim = input_texture_coord[s];
94 else if (!dim)
95 dim = 4;
97 if (dim == 1) /* NV behaviour */
99 if (dim > input_texture_coord[s] && gen == NINED3DTSS_TCI_PASSTHRU)
102 dim
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Ddmxprint.c263 if (p->dim && p->dim->scrn && p->dim->scrn->dim) {
264 p->dim->scrn->dim->x = p->scrnWidth;
265 p->dim->scrn->dim->y = p->scrnHeight;
271 if (p->dim && p->dim
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_eval.h61 GLuint dim, GLuint order);
80 GLuint dim, GLuint uorder, GLuint vorder);
99 GLfloat u, GLfloat v, GLuint dim,
H A Dm_eval.c75 GLuint dim, GLuint order)
84 for (k = 0; k < dim; k++)
85 out[k] = s * cp[k] + bincoeff * t * cp[dim + k];
87 for (i = 2, cp += 2 * dim, powert = t * t; i < order;
88 i++, powert *= t, cp += dim) {
92 for (k = 0; k < dim; k++)
98 for (k = 0; k < dim; k++)
119 GLuint dim, GLuint uorder, GLuint vorder)
121 GLfloat *cp = cn + uorder * vorder * dim;
122 GLuint i, uinc = vorder * dim;
74 _math_horner_bezier_curve(const GLfloat * cp,GLfloat * out,GLfloat t,GLuint dim,GLuint order) argument
118 _math_horner_bezier_surf(GLfloat * cn,GLfloat * out,GLfloat u,GLfloat v,GLuint dim,GLuint uorder,GLuint vorder) argument
195 _math_de_casteljau_surf(GLfloat * cn,GLfloat * out,GLfloat * du,GLfloat * dv,GLfloat u,GLfloat v,GLuint dim,GLuint uorder,GLuint vorder) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_eval.h61 GLuint dim, GLuint order);
80 GLuint dim, GLuint uorder, GLuint vorder);
99 GLfloat u, GLfloat v, GLuint dim,
H A Dm_eval.c75 GLuint dim, GLuint order)
84 for (k = 0; k < dim; k++)
85 out[k] = s * cp[k] + bincoeff * t * cp[dim + k];
87 for (i = 2, cp += 2 * dim, powert = t * t; i < order;
88 i++, powert *= t, cp += dim) {
92 for (k = 0; k < dim; k++)
98 for (k = 0; k < dim; k++)
119 GLuint dim, GLuint uorder, GLuint vorder)
121 GLfloat *cp = cn + uorder * vorder * dim;
122 GLuint i, uinc = vorder * dim;
74 _math_horner_bezier_curve(const GLfloat * cp,GLfloat * out,GLfloat t,GLuint dim,GLuint order) argument
118 _math_horner_bezier_surf(GLfloat * cn,GLfloat * out,GLfloat u,GLfloat v,GLuint dim,GLuint uorder,GLuint vorder) argument
195 _math_de_casteljau_surf(GLfloat * cn,GLfloat * out,GLfloat * du,GLfloat * dv,GLfloat u,GLfloat v,GLuint dim,GLuint uorder,GLuint vorder) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.h88 struct pan_compute_dim dim; member in struct:pan_tls_info::__anoneeb406e80908
123 pan_wls_instances(const struct pan_compute_dim *dim) argument
125 return util_next_power_of_two(dim->x) *
126 util_next_power_of_two(dim->y) *
127 util_next_power_of_two(dim->z);
138 const struct pan_compute_dim *dim,
141 unsigned instances = pan_wls_instances(dim);
137 pan_wls_mem_size(const struct panfrost_device * dev,const struct pan_compute_dim * dim,unsigned wls_size) argument
H A Dpan_texture.c117 if (layout->dim != MALI_TEXTURE_DIMENSION_3D)
143 enum mali_texture_dimension dim,
154 dim != MALI_TEXTURE_DIMENSION_2D || nr_slices > 1 ||
165 layout->dim = dim;
184 bool is_3d = layout->dim == MALI_TEXTURE_DIMENSION_3D;
317 bool is_3d = iview->image->layout.dim == MALI_TEXTURE_DIMENSION_3D;
358 panfrost_astc_dim_2d(unsigned dim) argument
360 switch (dim) {
372 panfrost_astc_dim_3d(unsigned dim) argument
139 pan_image_layout_init(const struct panfrost_device * dev,struct pan_image_layout * layout,uint64_t modifier,enum pipe_format format,enum mali_texture_dimension dim,unsigned width,unsigned height,unsigned depth,unsigned array_size,unsigned nr_samples,unsigned nr_slices,enum pan_image_crc_mode crc_mode,const struct pan_image_explicit_layout * explicit_layout) argument
389 panfrost_compression_tag(const struct util_format_description * desc,enum mali_texture_dimension dim,uint64_t modifier) argument
574 panfrost_get_surface_pointer(const struct pan_image_layout * layout,enum mali_texture_dimension dim,mali_ptr base,unsigned l,unsigned w,unsigned f,unsigned s) argument
[all...]
H A Dpan_tiler.c288 panfrost_flat_size(unsigned width, unsigned height, unsigned dim, unsigned bytes_per_tile) argument
292 unsigned tw = (1 << (dim & 0b111)) * 8;
293 unsigned th = (1 << ((dim & (0b111 << 6)) >> 6)) * 8;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_info.h33 const char *spirv_dim_to_string(SpvDim dim);
/xsrc/external/mit/MesaLib/dist/src/panfrost/include/
H A Dpanfrost-job.h233 #define MALI_POSITIVE(dim) (dim - 1)
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_info.h33 const char *spirv_dim_to_string(SpvDim dim);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture_desc.h44 enum r300_dim dim, boolean is_rs690);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_uniforms.c50 uint32_t dim; local in function:get_texrect_scale
53 dim = texture->texture->width0;
55 dim = texture->texture->height0;
57 return fui(1.0f / dim);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c117 const GLuint dim = mt->physical_width0; local in function:i915_miptree_layout_cube
125 mt->total_width = dim * 2;
126 mt->total_height = dim * 4;
138 GLuint x = initial_offsets[face][0] * dim;
139 GLuint y = initial_offsets[face][1] * dim;
140 GLuint d = dim;
315 const GLuint dim = mt->physical_width0; local in function:i945_miptree_layout_cube
326 if (dim > 32)
327 mt->total_width = dim * 2;
331 if (dim >
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture_desc.h44 enum r300_dim dim, boolean is_rs690);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c117 const GLuint dim = mt->physical_width0; local in function:i915_miptree_layout_cube
125 mt->total_width = dim * 2;
126 mt->total_height = dim * 4;
138 GLuint x = initial_offsets[face][0] * dim;
139 GLuint y = initial_offsets[face][1] * dim;
140 GLuint d = dim;
315 const GLuint dim = mt->physical_width0; local in function:i945_miptree_layout_cube
326 if (dim > 32)
327 mt->total_width = dim * 2;
331 if (dim >
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c245 unsigned dim_layer_shadow, dim; local in function:tgsi_util_get_inst_usage_mask
258 dim = dim_layer - 1;
260 dim = dim_layer;
267 read_mask = u_bit_consecutive(0, dim);
283 read_mask = u_bit_consecutive(0, dim);
293 read_mask = u_bit_consecutive(0, dim);
303 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); local in function:tgsi_util_get_inst_usage_mask
304 read_mask = u_bit_consecutive(0, dim);
310 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); local in function:tgsi_util_get_inst_usage_mask
311 read_mask = u_bit_consecutive(0, dim);
331 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); local in function:tgsi_util_get_inst_usage_mask
[all...]
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshrec.c566 ps_dimension_set_mask_bit( PS_Dimension dim,
575 error = ps_mask_table_last( &dim->masks, memory, &mask );
589 ps_dimension_end_mask( PS_Dimension dim, argument
592 FT_UInt count = dim->masks.num_masks;
597 PS_Mask mask = dim->masks.masks + count - 1;
608 ps_dimension_reset_mask( PS_Dimension dim, argument
616 ps_dimension_end_mask( dim, end_point );
619 return ps_mask_table_alloc( &dim->masks, memory, &mask );
625 ps_dimension_set_mask_bits( PS_Dimension dim, argument
636 error = ps_dimension_reset_mask( dim, end_poin
651 ps_dimension_add_t1stem(PS_Dimension dim,FT_Int pos,FT_Int len,FT_Memory memory,FT_Int * aindex) argument
722 ps_dimension_add_counter(PS_Dimension dim,FT_Int hint1,FT_Int hint2,FT_Int hint3,FT_Memory memory) argument
780 ps_dimension_end(PS_Dimension dim,FT_UInt end_point,FT_Memory memory) argument
845 PS_Dimension dim; local in function:ps_hints_stem
897 PS_Dimension dim; local in function:ps_hints_t1stem3
1000 PS_Dimension dim = hints->dimension; local in function:ps_hints_t2mask
1045 PS_Dimension dim = hints->dimension; local in function:ps_hints_t2counter
1092 PS_Dimension dim = hints->dimension; local in function:ps_hints_close
[all...]
H A Dpshglob.c44 PSH_Dimension dim = &globals->dimension[direction]; local in function:psh_globals_scale_widths
45 PSH_Widths stdw = &dim->stdw;
49 FT_Fixed scale = dim->scale_mult;
319 FT_Int dim, top, bot, delta; local in function:psh_blues_set_zones
326 for ( dim = 1; dim >= 0; dim-- )
663 PSH_Dimension dim = &globals->dimension[1]; local in function:psh_globals_new
664 PSH_Width write = dim->stdw.widths;
678 dim
683 PSH_Dimension dim = &globals->dimension[0]; local in function:psh_globals_new
760 PSH_Dimension dim; local in function:psh_globals_set_scale
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Dcoord.cpp39 dim = DIM_X;
43 Coordinate::Coordinate(enum Dim dim, INT_32 n) argument
45 set(dim, n);
50 dim = d;
58 return (coords[dim] & bit) ? 1 : 0;
63 return dim;
73 return (dim == b.dim) && (ord == b.ord);
80 if (dim == b.dim)
390 enum Dim dim = temp.m_eq[i][0].getdim(); local in function:Addr::V2::CoordEq::solveAddr
425 enum Dim dim = temp.m_eq[i][0].getdim(); local in function:Addr::V2::CoordEq::solveAddr
442 enum Dim dim = temp.m_eq[i][j].getdim(); local in function:Addr::V2::CoordEq::solveAddr
[all...]
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafcjk.c89 int dim; local in function:af_cjk_metrics_init_widths
186 for ( dim = 0; dim < AF_DIMENSION_MAX; dim++ )
188 AF_CJKAxis axis = &metrics->axis[dim];
189 AF_AxisHints axhints = &hints->axis[dim];
195 (AF_Dimension)dim );
208 (AF_Dimension)dim );
240 for ( dim = 0; dim < AF_DIMENSION_MA
668 af_cjk_metrics_scale_dim(AF_CJKMetrics metrics,AF_Scaler scaler,AF_Dimension dim) argument
803 af_cjk_hints_compute_segments(AF_GlyphHints hints,AF_Dimension dim) argument
847 af_cjk_hints_link_segments(AF_GlyphHints hints,AF_Dimension dim) argument
1005 af_cjk_hints_compute_edges(AF_GlyphHints hints,AF_Dimension dim) argument
1274 af_cjk_hints_detect_features(AF_GlyphHints hints,AF_Dimension dim) argument
1294 af_cjk_hints_compute_blue_edges(AF_GlyphHints hints,AF_CJKMetrics metrics,AF_Dimension dim) argument
1511 af_cjk_compute_stem_width(AF_GlyphHints hints,AF_Dimension dim,FT_Pos width,FT_UInt base_flags,FT_UInt stem_flags) argument
1632 af_cjk_align_linked_edge(AF_GlyphHints hints,AF_Dimension dim,AF_Edge base_edge,AF_Edge stem_edge) argument
1685 af_hint_normal_stem(AF_GlyphHints hints,AF_Edge edge,AF_Edge edge2,FT_Pos anchor,AF_Dimension dim) argument
1813 af_cjk_hint_edges(AF_GlyphHints hints,AF_Dimension dim) argument
2192 af_cjk_align_edge_points(AF_GlyphHints hints,AF_Dimension dim) argument
2290 int dim; local in function:af_cjk_hints_apply
[all...]
H A Daflatin.h169 AF_Dimension dim );
175 AF_Dimension dim );
179 AF_Dimension dim );
185 AF_Dimension dim );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c306 unsigned dim_layer_shadow, dim; local in function:tgsi_util_get_inst_usage_mask
319 dim = dim_layer - 1;
321 dim = dim_layer;
328 read_mask = u_bit_consecutive(0, dim);
344 read_mask = u_bit_consecutive(0, dim);
354 read_mask = u_bit_consecutive(0, dim);
364 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); local in function:tgsi_util_get_inst_usage_mask
365 read_mask = u_bit_consecutive(0, dim);
371 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); local in function:tgsi_util_get_inst_usage_mask
372 read_mask = u_bit_consecutive(0, dim);
392 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); local in function:tgsi_util_get_inst_usage_mask
[all...]

Completed in 27 milliseconds

1234567891011>>