| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | enums.h | 45 extern const char *_mesa_enum_to_string( int nr ); 50 const char *_mesa_lookup_prim_by_nr( unsigned nr );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | enums.h | 45 extern const char *_mesa_enum_to_string( int nr ); 50 const char *_mesa_lookup_prim_by_nr( unsigned nr );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/ |
| H A D | u_indices.c | 64 * \param nr number of incoming vertices 77 unsigned nr, 111 *out_nr = nr; 121 *out_nr = nr; 126 *out_nr = nr; 131 *out_nr = (nr - 1) * 2; 136 *out_nr = nr * 2; 141 *out_nr = nr; 146 *out_nr = (nr - 2) * 3; 151 *out_nr = (nr 74 u_index_translator(unsigned hw_mask,enum pipe_prim_type prim,unsigned in_index_size,unsigned nr,unsigned in_pv,unsigned out_pv,unsigned prim_restart,enum pipe_prim_type * out_prim,unsigned * out_index_size,unsigned * out_nr,u_translate_func * out_translate) argument 224 u_index_generator(unsigned hw_mask,enum pipe_prim_type prim,unsigned start,unsigned nr,unsigned in_pv,unsigned out_pv,enum pipe_prim_type * out_prim,unsigned * out_index_size,unsigned * out_nr,u_generate_func * out_generate) argument [all...] |
| H A D | u_unfilled_indices.c | 72 unsigned nr, 77 for (i = 0; i < nr; i++) 82 unsigned nr, 87 for (i = 0; i < nr; i++) 98 nr_lines(enum pipe_prim_type prim, unsigned nr) argument 102 return (nr / 3) * 6; 104 return (nr - 2) * 6; 106 return (nr - 2) * 6; 108 return (nr / 4) * 8; 110 return (nr 71 generate_linear_ushort(unsigned start,unsigned nr,void * out) argument 81 generate_linear_uint(unsigned start,unsigned nr,void * out) argument 129 u_unfilled_translator(enum pipe_prim_type prim,unsigned in_index_size,unsigned nr,unsigned unfilled_mode,enum pipe_prim_type * out_prim,unsigned * out_index_size,unsigned * out_nr,u_translate_func * out_translate) argument 189 u_unfilled_generator(enum pipe_prim_type prim,unsigned start,unsigned nr,unsigned unfilled_mode,enum pipe_prim_type * out_prim,unsigned * out_index_size,unsigned * out_nr,u_generate_func * out_generate) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/ |
| H A D | u_unfilled_indices.c | 72 unsigned nr, 77 for (i = 0; i < nr; i++) 82 unsigned nr, 87 for (i = 0; i < nr; i++) 98 nr_lines(enum pipe_prim_type prim, unsigned nr) argument 102 return (nr / 3) * 6; 104 return (nr - 2) * 6; 106 return (nr - 2) * 6; 108 return (nr / 4) * 8; 110 return (nr 71 generate_linear_ushort(unsigned start,unsigned nr,void * out) argument 81 generate_linear_uint(unsigned start,unsigned nr,void * out) argument 129 u_unfilled_translator(enum pipe_prim_type prim,unsigned in_index_size,unsigned nr,unsigned unfilled_mode,enum pipe_prim_type * out_prim,unsigned * out_index_size,unsigned * out_nr,u_translate_func * out_translate) argument 189 u_unfilled_generator(enum pipe_prim_type prim,unsigned start,unsigned nr,unsigned unfilled_mode,enum pipe_prim_type * out_prim,unsigned * out_index_size,unsigned * out_nr,u_generate_func * out_generate) argument [all...] |
| H A D | u_indices.c | 112 * \param nr number of incoming vertices 125 unsigned nr, 159 *out_nr = nr; 165 *out_nr = u_index_count_converted_indices(hw_mask, in_pv == out_pv, prim, nr); 171 u_index_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr) argument 174 return nr; 179 return nr; 181 return nr; 183 return (nr - 1) * 2; 185 return nr * 122 u_index_translator(unsigned hw_mask,enum pipe_prim_type prim,unsigned in_index_size,unsigned nr,unsigned in_pv,unsigned out_pv,unsigned prim_restart,enum pipe_prim_type * out_prim,unsigned * out_index_size,unsigned * out_nr,u_translate_func * out_translate) argument 237 u_index_generator(unsigned hw_mask,enum pipe_prim_type prim,unsigned start,unsigned nr,unsigned in_pv,unsigned out_pv,enum pipe_prim_type * out_prim,unsigned * out_index_size,unsigned * out_nr,u_generate_func * out_generate) argument [all...] |
| H A D | u_indices.h | 47 * \param nr the number of vertices (pipe_draw_info::count) 48 * \param out output buffer big enough for nr vertices (of 62 * \param nr the number of vertices (pipe_draw_info::count) 63 * \param out output buffer big enough for nr vertices (of 67 unsigned nr, 96 u_index_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr); 110 unsigned nr, 133 unsigned nr, 153 unsigned nr, 166 unsigned nr, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_program.h | 38 int nr, struct pipe_surface **bufs);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_texture.h | 34 unsigned nr, void **hwcso); 38 unsigned start, unsigned nr,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_texture.h | 34 unsigned nr, void **hwcso); 38 unsigned nr, unsigned unbind_num_trailing_slots,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_fetch.c | 67 unsigned i, nr = 0, ei = 0; local in function:draw_pt_fetch_prepare 89 key.element[nr].type = TRANSLATE_ELEMENT_INSTANCE_ID; 90 key.element[nr].input_format = PIPE_FORMAT_R32_USCALED; 91 key.element[nr].output_format = PIPE_FORMAT_R32_USCALED; 92 key.element[nr].output_offset = dst_offset; 96 key.element[nr].type = TRANSLATE_ELEMENT_NORMAL; 97 key.element[nr].input_format = draw->pt.vertex_element[ei].src_format; 98 key.element[nr].input_buffer = draw->pt.vertex_element[ei].vertex_buffer_index; 99 key.element[nr].input_offset = draw->pt.vertex_element[ei].src_offset; 100 key.element[nr] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_fetch.c | 62 unsigned i, nr = 0, ei = 0; local in function:draw_pt_fetch_prepare 84 key.element[nr].type = TRANSLATE_ELEMENT_INSTANCE_ID; 85 key.element[nr].input_format = PIPE_FORMAT_R32_USCALED; 86 key.element[nr].output_format = PIPE_FORMAT_R32_USCALED; 87 key.element[nr].output_offset = dst_offset; 91 key.element[nr].type = TRANSLATE_ELEMENT_NORMAL; 92 key.element[nr].input_format = draw->pt.vertex_element[ei].src_format; 93 key.element[nr].input_buffer = draw->pt.vertex_element[ei].vertex_buffer_index; 94 key.element[nr].input_offset = draw->pt.vertex_element[ei].src_offset; 95 key.element[nr] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_ioctl.h | 134 #define AOS_BUFSZ(nr) ((3 + ((nr / 2) * 3) + ((nr & 1) * 2))+nr*2) 136 #define ELTS_BUFSZ(nr) (24 + nr * 2) 139 #define AOS_BUFSZ(nr) ((3 + ((nr / 2) * 3) + ((nr & 1) * 2) + nr* [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_dmatmp.h | 74 GLuint j, nr; local in function:TAG 82 for (j = 0; j < count; j += nr) { 83 nr = MIN2(currentsz, count - j); 84 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 101 GLuint j, nr; local in function:TAG 114 for (j = 0; j < count; j += nr) { 115 nr = MIN2(currentsz, count - j); 116 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 130 GLuint j, nr; local in function:TAG 156 GLuint j, nr; local in function:TAG 207 GLuint j, nr; local in function:TAG 236 GLuint j, nr; local in function:TAG 266 GLuint j, nr; local in function:TAG 297 GLuint j, nr; local in function:TAG 333 GLuint j, nr; local in function:TAG [all...] |
| H A D | t_dd_dmatmp2.h | 75 GLuint *elts, GLuint nr ) 80 for ( i = 0 ; i+1 < nr ; i+=2, elts += 2 ) { 84 if (i < nr) { 94 GLuint start, GLuint nr ) 99 for ( i = 0 ; i+1 < nr ; i+=2, start += 2 ) { 103 if (i < nr) { 171 GLuint j, nr; local in function:TAG 180 for (j = start; j + 1 < count; j += nr - 1 ) { 184 nr = MIN2( dmasz, count - j ); 185 dest = ALLOC_ELTS( (nr 206 GLuint j, nr; local in function:TAG 325 GLuint j, nr; local in function:TAG 369 GLuint j, nr; local in function:TAG 431 GLuint j, nr; local in function:TAG 484 GLuint j, nr; local in function:TAG 550 GLuint j, nr; local in function:TAG 574 GLuint j, nr; local in function:TAG 613 GLuint j, nr; local in function:TAG 642 GLuint j, nr; local in function:TAG 694 GLuint j, nr; local in function:TAG 725 GLuint j, nr; local in function:TAG 756 GLuint j, nr; local in function:TAG 783 GLuint j, nr; local in function:TAG 816 GLuint j, nr; local in function:TAG 877 GLuint j, nr; local in function:TAG [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_dmatmp.h | 74 GLuint j, nr; local in function:TAG 82 for (j = 0; j < count; j += nr) { 83 nr = MIN2(currentsz, count - j); 84 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 101 GLuint j, nr; local in function:TAG 114 for (j = 0; j < count; j += nr) { 115 nr = MIN2(currentsz, count - j); 116 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 130 GLuint j, nr; local in function:TAG 156 GLuint j, nr; local in function:TAG 207 GLuint j, nr; local in function:TAG 236 GLuint j, nr; local in function:TAG 266 GLuint j, nr; local in function:TAG 297 GLuint j, nr; local in function:TAG 333 GLuint j, nr; local in function:TAG [all...] |
| H A D | t_dd_dmatmp2.h | 75 GLuint *elts, GLuint nr ) 80 for ( i = 0 ; i+1 < nr ; i+=2, elts += 2 ) { 84 if (i < nr) { 94 GLuint start, GLuint nr ) 99 for ( i = 0 ; i+1 < nr ; i+=2, start += 2 ) { 103 if (i < nr) { 171 GLuint j, nr; local in function:TAG 180 for (j = start; j + 1 < count; j += nr - 1 ) { 184 nr = MIN2( dmasz, count - j ); 185 dest = ALLOC_ELTS( (nr 206 GLuint j, nr; local in function:TAG 325 GLuint j, nr; local in function:TAG 369 GLuint j, nr; local in function:TAG 431 GLuint j, nr; local in function:TAG 484 GLuint j, nr; local in function:TAG 550 GLuint j, nr; local in function:TAG 574 GLuint j, nr; local in function:TAG 613 GLuint j, nr; local in function:TAG 642 GLuint j, nr; local in function:TAG 694 GLuint j, nr; local in function:TAG 725 GLuint j, nr; local in function:TAG 756 GLuint j, nr; local in function:TAG 783 GLuint j, nr; local in function:TAG 816 GLuint j, nr; local in function:TAG 877 GLuint j, nr; local in function:TAG [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_ioctl.h | 134 #define AOS_BUFSZ(nr) ((3 + ((nr / 2) * 3) + ((nr & 1) * 2))+nr*2) 136 #define ELTS_BUFSZ(nr) (24 + nr * 2) 139 #define AOS_BUFSZ(nr) ((3 + ((nr / 2) * 3) + ((nr & 1) * 2) + nr* [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.h | 38 int nr, struct pipe_surface **bufs);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_live_variables.h | 91 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4); 94 8 * alloc.offsets[reg.nr] + reg.offset / 4 + 97 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr])); 105 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4); 108 8 * alloc.offsets[reg.nr] + reg.offset / 4 + 111 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_live_variables.h | 117 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4); 120 8 * alloc.offsets[reg.nr] + reg.offset / 4 + 123 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr])); 131 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4); 134 8 * alloc.offsets[reg.nr] + reg.offset / 4 + 137 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_inlines.h | 214 static inline boolean i915_validate_vertices( unsigned hw_prim, unsigned nr ) argument 220 ok = (nr >= 1); 224 ok = (nr >= 2) && (nr % 2) == 0; 228 ok = (nr >= 2); 232 ok = (nr >= 3) && (nr % 3) == 0; 236 ok = (nr >= 3); 240 ok = (nr >= 3); 244 ok = (nr > [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_inlines.h | 211 i915_validate_vertices(unsigned hw_prim, unsigned nr) argument 217 ok = (nr >= 1); 221 ok = (nr >= 2) && (nr % 2) == 0; 225 ok = (nr >= 2); 229 ok = (nr >= 3) && (nr % 3) == 0; 233 ok = (nr >= 3); 237 ok = (nr >= 3); 241 ok = (nr > [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_maos_arrays.c | 54 #define COPY_DWORDS( dst, src, nr ) \ 59 : "0" (nr), \ 64 #define COPY_DWORDS( dst, src, nr ) \ 67 for ( j = 0 ; j < nr ; j++ ) \ 69 dst += nr; \ 80 GLuint nr = 0; local in function:r200EmitArrays 118 &(rmesa->radeon.tcl.aos[nr]), 125 &(rmesa->radeon.tcl.aos[nr]), 174 if (!rmesa->radeon.tcl.aos[nr].bo) { 176 &(rmesa->radeon.tcl.aos[nr]), [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_save_loopback.c | 100 const struct loopback_attr *la, GLuint nr) 124 for (GLuint k = 0; k < nr; k++) 137 append_attr(GLuint *nr, struct loopback_attr la[], int i, int shift, argument 140 la[*nr].index = shift + i; 141 la[*nr].offset = vao->VertexAttrib[i].RelativeOffset; 142 la[*nr].func = vert_attrfunc[vao->VertexAttrib[i].Format.Size - 1]; 143 (*nr)++; 153 GLuint nr = 0; local in function:_vbo_loopback_vertex_list 162 append_attr(&nr, la, i, VBO_MATERIAL_SHIFT, vao); 169 append_attr(&nr, l 95 loopback_prim(struct gl_context * ctx,const GLubyte * buffer,const struct _mesa_prim * prim,GLuint wrap_count,GLuint stride,const struct loopback_attr * la,GLuint nr) argument [all...] |