| /xsrc/external/mit/MesaLib/dist/src/util/ |
| rgtc.c | 37 #define TAG(x) util_format_unsigned_##x 45 #undef TAG 50 #define TAG(x) util_format_signed_##x 57 #undef TAG
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| rgtc.c | 37 #define TAG(x) util_format_unsigned_##x 45 #undef TAG 50 #define TAG(x) util_format_signed_##x 57 #undef TAG
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| texcompress_etc_tmp.h | 28 struct TAG(etc1_block) { 36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) 42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) 52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) 58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) 64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) 72 static const int TAG(etc1_modifier_tables)[8][4] = { 84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) 88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_hi)(src[0]) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| texcompress_etc_tmp.h | 28 struct TAG(etc1_block) { 36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) 42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) 52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) 58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) 64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) 72 static const int TAG(etc1_modifier_tables)[8][4] = { 84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) 88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_hi)(src[0]) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| t_dd_vertex.h | 31 } TAG(_coord_t); 40 } TAG(_color_t); 48 } TAG(_color_t); 54 TAG(_color_t) color; 55 TAG(_color_t) specular; 63 TAG(_color_t) color; 64 TAG(_color_t) specular; 72 TAG(_color_t) color; 77 } TAG(Vertex), *TAG(VertexPtr) [all...] |
| t_dd_dmatmp.h | 55 static inline void *TAG(emit_verts)(struct gl_context *ctx, GLuint start, 65 static void TAG(render_points_verts)(struct gl_context *ctx, 84 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 93 static void TAG(render_lines_verts)(struct gl_context *ctx, 116 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 122 static void TAG(render_line_strip_verts)(struct gl_context *ctx, 140 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 148 static void TAG(render_line_loop_verts)(struct gl_context *ctx, 179 tmp = TAG(emit_verts)(ctx, start + j, nr, tmp); 180 tmp = TAG(emit_verts)( ctx, start, 1, tmp ) [all...] |
| t_dd_dmatmp2.h | 73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, 92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, 117 static void TAG(render_points_verts)( struct gl_context *ctx, 129 static void TAG(render_lines_verts)( struct gl_context *ctx, 153 static void TAG(render_line_strip_verts)( struct gl_context *ctx, 200 static void TAG(render_line_loop_verts)( struct gl_context *ctx, 268 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr ); 275 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr ); 276 dest = TAG(emit_consecutive_elts)( ctx, dest, start, 1 ); 284 TAG(render_line_strip_verts)( ctx, j, count, flags ) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| t_dd_vertex.h | 31 } TAG(_coord_t); 40 } TAG(_color_t); 48 } TAG(_color_t); 54 TAG(_color_t) color; 55 TAG(_color_t) specular; 63 TAG(_color_t) color; 64 TAG(_color_t) specular; 72 TAG(_color_t) color; 77 } TAG(Vertex), *TAG(VertexPtr) [all...] |
| t_dd_dmatmp.h | 55 static inline void *TAG(emit_verts)(struct gl_context *ctx, GLuint start, 65 static void TAG(render_points_verts)(struct gl_context *ctx, 84 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 93 static void TAG(render_lines_verts)(struct gl_context *ctx, 116 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 122 static void TAG(render_line_strip_verts)(struct gl_context *ctx, 140 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr)); 148 static void TAG(render_line_loop_verts)(struct gl_context *ctx, 179 tmp = TAG(emit_verts)(ctx, start + j, nr, tmp); 180 tmp = TAG(emit_verts)( ctx, start, 1, tmp ) [all...] |
| t_dd_dmatmp2.h | 73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, 92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, 117 static void TAG(render_points_verts)( struct gl_context *ctx, 129 static void TAG(render_lines_verts)( struct gl_context *ctx, 153 static void TAG(render_line_strip_verts)( struct gl_context *ctx, 200 static void TAG(render_line_loop_verts)( struct gl_context *ctx, 268 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr ); 275 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr ); 276 dest = TAG(emit_consecutive_elts)( ctx, dest, start, 1 ); 284 TAG(render_line_strip_verts)( ctx, j, count, flags ) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| vbo_attrib_tmp.h | 207 TAG(Vertex2f)(GLfloat x, GLfloat y) 214 TAG(Vertex2fv)(const GLfloat * v) 221 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) 228 TAG(Vertex3fv)(const GLfloat * v) 235 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) 242 TAG(Vertex4fv)(const GLfloat * v) 251 TAG(TexCoord1f)(GLfloat x) 258 TAG(TexCoord1fv)(const GLfloat * v) 265 TAG(TexCoord2f)(GLfloat x, GLfloat y) 272 TAG(TexCoord2fv)(const GLfloat * v [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| m_dotprod_tmp.h | 33 static void TAG(dotprod_vec2)( GLfloat *out, 53 static void TAG(dotprod_vec3)( GLfloat *out, 75 static void TAG(dotprod_vec4)( GLfloat *out, 97 static void TAG(init_dotprod)( void ) 99 _mesa_dotprod_tab[2] = TAG(dotprod_vec2); 100 _mesa_dotprod_tab[3] = TAG(dotprod_vec3); 101 _mesa_dotprod_tab[4] = TAG(dotprod_vec4);
|
| m_xform.c | 80 #define TAG(x) x 90 #undef TAG
|
| m_xform_tmp.h | 74 TAG(transform_points1_general)( GLvector4f *to_vec, 100 TAG(transform_points1_identity)( GLvector4f *to_vec, 120 TAG(transform_points1_2d)( GLvector4f *to_vec, 142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, 163 TAG(transform_points1_3d)( GLvector4f *to_vec, 187 TAG(transform_points1_3d_no_rot)( GLvector4f *to_vec, 210 TAG(transform_points1_perspective)( GLvector4f *to_vec, 240 TAG(transform_points2_general)( GLvector4f *to_vec, 266 TAG(transform_points2_identity)( GLvector4f *to_vec, 287 TAG(transform_points2_2d)( GLvector4f *to_vec [all...] |
| m_clip_tmp.h | 43 static GLvector4f * TAG(cliptest_points4)( GLvector4f *clip_vec, 123 static GLvector4f * TAG(cliptest_np_points4)( GLvector4f *clip_vec, 180 static GLvector4f * TAG(cliptest_points3)( GLvector4f *clip_vec, 216 static GLvector4f * TAG(cliptest_points2)( GLvector4f *clip_vec, 248 void TAG(init_c_cliptest)( void ) 250 _mesa_clip_tab[4] = TAG(cliptest_points4); 251 _mesa_clip_tab[3] = TAG(cliptest_points3); 252 _mesa_clip_tab[2] = TAG(cliptest_points2); 254 _mesa_clip_np_tab[4] = TAG(cliptest_np_points4); 255 _mesa_clip_np_tab[3] = TAG(cliptest_points3) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| m_dotprod_tmp.h | 33 static void TAG(dotprod_vec2)( GLfloat *out, 53 static void TAG(dotprod_vec3)( GLfloat *out, 75 static void TAG(dotprod_vec4)( GLfloat *out, 97 static void TAG(init_dotprod)( void ) 99 _mesa_dotprod_tab[2] = TAG(dotprod_vec2); 100 _mesa_dotprod_tab[3] = TAG(dotprod_vec3); 101 _mesa_dotprod_tab[4] = TAG(dotprod_vec4);
|
| m_xform.c | 80 #define TAG(x) x 90 #undef TAG
|
| m_xform_tmp.h | 74 TAG(transform_points1_general)( GLvector4f *to_vec, 100 TAG(transform_points1_identity)( GLvector4f *to_vec, 120 TAG(transform_points1_2d)( GLvector4f *to_vec, 142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, 163 TAG(transform_points1_3d)( GLvector4f *to_vec, 187 TAG(transform_points1_3d_no_rot)( GLvector4f *to_vec, 210 TAG(transform_points1_perspective)( GLvector4f *to_vec, 240 TAG(transform_points2_general)( GLvector4f *to_vec, 266 TAG(transform_points2_identity)( GLvector4f *to_vec, 287 TAG(transform_points2_2d)( GLvector4f *to_vec [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| vbo_attrib_tmp.h | 256 TAG(Vertex2f)(GLfloat x, GLfloat y) 263 TAG(Vertex2fv)(const GLfloat * v) 270 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) 277 TAG(Vertex3fv)(const GLfloat * v) 284 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) 291 TAG(Vertex4fv)(const GLfloat * v) 300 TAG(TexCoord1f)(GLfloat x) 307 TAG(TexCoord1fv)(const GLfloat * v) 314 TAG(TexCoord2f)(GLfloat x, GLfloat y) 321 TAG(TexCoord2fv)(const GLfloat * v [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_maos_verts.c | 90 #define TAG(x) x##_rgba 97 #define TAG(x) x##_n 105 #define TAG(x) x##_rgba_st 113 #define TAG(x) x##_rgba_n 121 #define TAG(x) x##_st_n 130 #define TAG(x) x##_rgba_st_st 139 #define TAG(x) x##_rgba_st_n 149 #define TAG(x) x##_rgba_spec_st_st 158 #define TAG(x) x##_st_st_n 169 #define TAG(x) x##_rgba_spec_st_st_ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_maos_verts.c | 91 #define TAG(x) x##_rgba 98 #define TAG(x) x##_n 106 #define TAG(x) x##_rgba_st 114 #define TAG(x) x##_rgba_n 122 #define TAG(x) x##_st_n 131 #define TAG(x) x##_rgba_st_st 140 #define TAG(x) x##_rgba_st_n 150 #define TAG(x) x##_rgba_spec_st_st 159 #define TAG(x) x##_st_st_n 170 #define TAG(x) x##_rgba_spec_st_st_ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pt_post_vs.c | 75 #define TAG(x) x##_none 79 #define TAG(x) x##_xy_fullz_viewport 83 #define TAG(x) x##_xy_halfz_viewport 87 #define TAG(x) x##_xy_gb_halfz_viewport 91 #define TAG(x) x##_fullz_viewport 95 #define TAG(x) x##_halfz_viewport 99 #define TAG(x) x##_xy_fullz_user_viewport 103 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag 114 #define TAG(x) x##_generic
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pt_post_vs.c | 75 #define TAG(x) x##_none 79 #define TAG(x) x##_xy_fullz_viewport 83 #define TAG(x) x##_xy_halfz_viewport 87 #define TAG(x) x##_xy_gb_halfz_viewport 91 #define TAG(x) x##_fullz_viewport 95 #define TAG(x) x##_halfz_viewport 99 #define TAG(x) x##_xy_fullz_user_viewport 103 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag 114 #define TAG(x) x##_generic
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_vb_rendertmp.h | 60 static void TAG(render_points)( struct gl_context *ctx, 73 static void TAG(render_lines)( struct gl_context *ctx, 94 static void TAG(render_line_strip)( struct gl_context *ctx, 119 static void TAG(render_line_loop)( struct gl_context *ctx, 160 static void TAG(render_triangles)( struct gl_context *ctx, 193 static void TAG(render_tri_strip)( struct gl_context *ctx, 243 static void TAG(render_tri_fan)( struct gl_context *ctx, 290 static void TAG(render_poly)( struct gl_context *ctx, 359 static void TAG(render_quads)( struct gl_context *ctx, 392 static void TAG(render_quad_strip)( struct gl_context *ctx [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_vb_rendertmp.h | 60 static void TAG(render_points)( struct gl_context *ctx, 73 static void TAG(render_lines)( struct gl_context *ctx, 94 static void TAG(render_line_strip)( struct gl_context *ctx, 119 static void TAG(render_line_loop)( struct gl_context *ctx, 160 static void TAG(render_triangles)( struct gl_context *ctx, 193 static void TAG(render_tri_strip)( struct gl_context *ctx, 243 static void TAG(render_tri_fan)( struct gl_context *ctx, 290 static void TAG(render_poly)( struct gl_context *ctx, 359 static void TAG(render_quads)( struct gl_context *ctx, 392 static void TAG(render_quad_strip)( struct gl_context *ctx [all...] |