HomeSort by relevance Sort by last modified time
    Searched refs:fi_type (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/vbo/
vbo_save.h 43 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 *
vbo_exec.h 75 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];
vbo_context.h 208 static inline const fi_type *
216 return (fi_type *)default_float;
219 return (fi_type *)default_int;
vbo_save_draw.c 51 fi_type vertex[VBO_ATTRIB_MAX * 4];
52 fi_type *data;
80 fi_type *current = (fi_type *)vbo->currval[i].Ptr;
81 fi_type tmp[4];
vbo_exec_api.c 153 numComponents * sizeof(fi_type));
178 fi_type tmp[8]; /* space for doubles */
254 const fi_type *current = (fi_type *) vbo->currval[i].Ptr;
282 fi_type *old_attrptr[VBO_ATTRIB_MAX];
331 fi_type *tmp = exec->vtx.vertex;
359 fi_type *data = exec->vtx.copied.buffer;
360 fi_type *dest = exec->vtx.buffer_ptr;
376 fi_type tmp[4];
382 fi_type *current = (fi_type *)vbo->currval[j].Ptr
    [all...]
vbo_exec_eval.c 133 fi_type data[4];
180 fi_type data[4];
208 fi_type normal[4];
vbo_exec_draw.c 82 fi_type *dst = exec->vtx.copied.buffer;
83 const fi_type *src = exec->vtx.buffer_map + last_prim->start * sz;
337 exec->vtx.buffer_map = (fi_type *)
365 (fi_type *)ctx->Driver.MapBufferRange(ctx,
vbo_save_api.c 104 const fi_type * src_buffer)
110 const fi_type *src = src_buffer + prim->start * sz;
111 fi_type *dst = save->copied.buffer;
238 fi_type *
254 fi_type *range = (fi_type *)
384 const fi_type *src = save->buffer_map + prim->start * sz;
386 fi_type *dst = save->buffer_map + (prim->start + prim->count) * sz;
638 numComponents * sizeof(fi_type));
700 fi_type *tmp
    [all...]
vbo_attrib_tmp.h 34 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),\
    [all...]
  /external/mesa3d/src/util/
half_float.c 30 typedef union { float f; int32_t i; uint32_t u; } fi_type; typedef in typeref:union:__anon34482
53 const fi_type fi = {val};
139 fi_type fi;
  /external/mesa3d/src/mesa/main/
macros.h 152 fi_type __tmp; \
165 fi_type __tmp; \
176 static fi_type UINT_AS_UNION(GLuint u)
178 fi_type tmp;
183 static inline fi_type INT_AS_UNION(GLint i)
185 fi_type tmp;
190 static inline fi_type FLOAT_AS_UNION(GLfloat f)
192 fi_type tmp;
609 COPY_CLEAN_4V_TYPE_AS_UNION(fi_type dst[4], int sz, const fi_type src[4]
    [all...]
imports.h 82 typedef union { GLfloat f; GLint i; GLuint u; } fi_type; typedef in typeref:union:__anon34395
110 fi_type num;
200 fi_type u;
marshal.c 739 fi_type value[2];
  /external/mesa3d/src/mesa/program/
prog_execute.c 57 fi_type fi; \
63 fi_type fi; \
68 #define SET_FLOAT_BITS(x, bits) ((fi_type *) (void *) &(x))->i = bits
    [all...]

Completed in 2743 milliseconds