Home
last modified time | relevance | path

Searched refs:fi_type (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_save.h43 fi_type buffer[VBO_ATTRIB_MAX * 4 * VBO_MAX_COPIED_VERTS];
73 fi_type *current_data;
126 fi_type *buffer_map;
162 fi_type *buffer_map; /**< Mapping of vertex_store's buffer */
163 fi_type *buffer_ptr; /**< cursor, points into buffer_map */
164 fi_type vertex[VBO_ATTRIB_MAX*4]; /* current values */
165 fi_type *attrptr[VBO_ATTRIB_MAX];
174 fi_type *current[VBO_ATTRIB_MAX]; /* points into ctx->ListState */
200 fi_type *
Dvbo_exec.h75 fi_type buffer[VBO_ATTRIB_MAX * 4 * VBO_MAX_COPIED_VERTS];
95 fi_type *buffer_map;
96 fi_type *buffer_ptr; /* cursor, points into buffer */
98 fi_type vertex[VBO_ATTRIB_MAX*4]; /* current vertex */
110 fi_type *attrptr[VBO_ATTRIB_MAX];
Dvbo_context.h208 static inline const fi_type *
216 return (fi_type *)default_float; in vbo_get_default_vals_as_union()
219 return (fi_type *)default_int; in vbo_get_default_vals_as_union()
Dvbo_save_draw.c51 fi_type vertex[VBO_ATTRIB_MAX * 4]; in playback_copy_to_current()
52 fi_type *data; in playback_copy_to_current()
80 fi_type *current = (fi_type *)vbo->currval[i].Ptr; in playback_copy_to_current()
81 fi_type tmp[4]; in playback_copy_to_current()
Dvbo_exec_api.c153 numComponents * sizeof(fi_type)); in vbo_exec_vtx_wrap()
178 fi_type tmp[8]; /* space for doubles */ in vbo_exec_copy_to_current()
254 const fi_type *current = (fi_type *) vbo->currval[i].Ptr; in vbo_exec_copy_from_current()
282 fi_type *old_attrptr[VBO_ATTRIB_MAX]; in vbo_exec_wrap_upgrade_vertex()
331 fi_type *tmp = exec->vtx.vertex; in vbo_exec_wrap_upgrade_vertex()
359 fi_type *data = exec->vtx.copied.buffer; in vbo_exec_wrap_upgrade_vertex()
360 fi_type *dest = exec->vtx.buffer_ptr; in vbo_exec_wrap_upgrade_vertex()
376 fi_type tmp[4]; in vbo_exec_wrap_upgrade_vertex()
382 fi_type *current = (fi_type *)vbo->currval[j].Ptr; in vbo_exec_wrap_upgrade_vertex()
426 const fi_type *id = in vbo_exec_fixup_vertex()
[all …]
Dvbo_save_api.c104 const fi_type * src_buffer) in copy_vertices()
110 const fi_type *src = src_buffer + prim->start * sz; in copy_vertices()
111 fi_type *dst = save->copied.buffer; in copy_vertices()
238 fi_type *
254 fi_type *range = (fi_type *) in vbo_save_map_vertex_store()
384 const fi_type *src = save->buffer_map + prim->start * sz; in convert_line_loop_to_strip()
386 fi_type *dst = save->buffer_map + (prim->start + prim->count) * sz; in convert_line_loop_to_strip()
638 numComponents * sizeof(fi_type)); in wrap_filled_vertex()
700 fi_type *tmp; in upgrade_vertex()
751 const fi_type *data = save->copied.buffer; in upgrade_vertex()
[all …]
Dvbo_exec_draw.c82 fi_type *dst = exec->vtx.copied.buffer; in vbo_copy_vertices()
83 const fi_type *src = exec->vtx.buffer_map + last_prim->start * sz; in vbo_copy_vertices()
337 exec->vtx.buffer_map = (fi_type *) in vbo_exec_vtx_map()
365 (fi_type *)ctx->Driver.MapBufferRange(ctx, in vbo_exec_vtx_map()
Dvbo_exec_eval.c133 fi_type data[4]; in vbo_exec_do_EvalCoord1f()
180 fi_type data[4]; in vbo_exec_do_EvalCoord2f()
208 fi_type normal[4]; in vbo_exec_do_EvalCoord2f()
Dvbo_attrib_tmp.h34 ATTR_UNION(A, N, GL_INT, fi_type, INT_AS_UNION(V0), INT_AS_UNION(V1), \
37 ATTR_UNION(A, N, GL_UNSIGNED_INT, fi_type, UINT_AS_UNION(V0), UINT_AS_UNION(V1), \
40 ATTR_UNION(A, N, GL_FLOAT, fi_type, FLOAT_AS_UNION(V0), FLOAT_AS_UNION(V1),\
/external/mesa3d/src/mesa/main/
Dmacros.h152 fi_type __tmp; \
165 fi_type __tmp; \
176 static fi_type UINT_AS_UNION(GLuint u) in UINT_AS_UNION()
178 fi_type tmp; in UINT_AS_UNION()
183 static inline fi_type INT_AS_UNION(GLint i) in INT_AS_UNION()
185 fi_type tmp; in INT_AS_UNION()
190 static inline fi_type FLOAT_AS_UNION(GLfloat f) in FLOAT_AS_UNION()
192 fi_type tmp; in FLOAT_AS_UNION()
609 COPY_CLEAN_4V_TYPE_AS_UNION(fi_type dst[4], int sz, const fi_type src[4], in COPY_CLEAN_4V_TYPE_AS_UNION()
Dimports.h82 typedef union { GLfloat f; GLint i; GLuint u; } fi_type; typedef
110 fi_type num; in LOG2()
200 fi_type u; in IFLOOR()
Dmarshal.c739 fi_type value[2]; in _mesa_marshal_ClearBufferfi()
/external/mesa3d/src/util/
Dhalf_float.c30 typedef union { float f; int32_t i; uint32_t u; } fi_type; typedef
53 const fi_type fi = {val}; in _mesa_float_to_half()
139 fi_type fi; in _mesa_half_to_float()
/external/mesa3d/src/mesa/program/
Dprog_execute.c57 fi_type fi; \
63 fi_type fi; \
68 #define SET_FLOAT_BITS(x, bits) ((fi_type *) (void *) &(x))->i = bits