Searched refs:fi_type (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo.h | 78 fi_type buffer[VBO_ATTRIB_MAX * 4 * VBO_MAX_COPIED_VERTS]; 97 fi_type *buffer_map; 98 fi_type *buffer_ptr; /* cursor, points into buffer */ 101 fi_type vertex[VBO_ATTRIB_MAX*4]; /* current vertex */ 117 fi_type *attrptr[VBO_ATTRIB_MAX]; 132 fi_type buffer[VBO_ATTRIB_MAX * 4 * VBO_MAX_COPIED_VERTS]; 160 fi_type *buffer_map; /**< Mapping of vertex_store's buffer */ 161 fi_type *buffer_ptr; /**< cursor, points into buffer_map */ 162 fi_type vertex[VBO_ATTRIB_MAX*4]; /* current values */ 163 fi_type *attrptr[VBO_ATTRIB_MAX]; [all …]
|
D | vbo_private.h | 121 static inline const fi_type * 131 return (fi_type *)default_float; in vbo_get_default_vals_as_union() 134 return (fi_type *)default_int; in vbo_get_default_vals_as_union() 136 return (fi_type *)default_double; in vbo_get_default_vals_as_union() 138 return (fi_type *)default_uint64; in vbo_get_default_vals_as_union() 180 fi_type *dst, 181 const fi_type *src);
|
D | vbo_exec_api.c | 164 numComponents * sizeof(fi_type)); in vbo_exec_vtx_wrap() 189 fi_type tmp[8]; /* space for doubles */ in vbo_exec_copy_to_current() 259 fi_type *old_attrptr[VBO_ATTRIB_MAX]; in vbo_exec_wrap_upgrade_vertex() 308 fi_type *old_first = exec->vtx.attrptr[attr] + oldSize; in vbo_exec_wrap_upgrade_vertex() 309 fi_type *new_first = exec->vtx.attrptr[attr] + newSize; in vbo_exec_wrap_upgrade_vertex() 310 fi_type *old_last = exec->vtx.vertex + old_vtx_size_no_pos - 1; in vbo_exec_wrap_upgrade_vertex() 311 fi_type *new_last = exec->vtx.vertex + exec->vtx.vertex_size_no_pos - 1; in vbo_exec_wrap_upgrade_vertex() 317 fi_type *old_end = old_last + 1; in vbo_exec_wrap_upgrade_vertex() 318 fi_type *old = old_first; in vbo_exec_wrap_upgrade_vertex() 319 fi_type *new = new_first; in vbo_exec_wrap_upgrade_vertex() [all …]
|
D | vbo_save.h | 62 fi_type *current_data; 136 fi_type *buffer_map; 165 fi_type *
|
D | vbo_save_draw.c | 46 GLbitfield mask, GLbitfield state, int shift, fi_type **data) in copy_vao() 57 fi_type tmp[8]; in copy_vao() 71 memcpy((fi_type*)currval->Ptr, tmp, 4 * sizeof(GLfloat) * dmul); in copy_vao() 93 fi_type *data = node->current_data; in playback_copy_to_current()
|
D | vbo_save_api.c | 120 const fi_type * src_buffer) in copy_vertices() 125 const fi_type *src = src_buffer + prim->start * sz; in copy_vertices() 126 fi_type *dst = save->copied.buffer; in copy_vertices() 189 fi_type * 205 fi_type *range = (fi_type *) in vbo_save_map_vertex_store() 334 const fi_type *src = save->buffer_map + prim->start * sz; in convert_line_loop_to_strip() 336 fi_type *dst = save->buffer_map + (prim->start + prim->count) * sz; in convert_line_loop_to_strip() 712 numComponents * sizeof(fi_type)); in wrap_filled_vertex() 779 fi_type *tmp; in upgrade_vertex() 830 const fi_type *data = save->copied.buffer; in upgrade_vertex() [all …]
|
D | vbo_exec_draw.c | 73 fi_type *dst = exec->vtx.copied.buffer; in vbo_exec_copy_vertices() 74 const fi_type *src = exec->vtx.buffer_map + last_prim->start * sz; in vbo_exec_copy_vertices() 223 exec->vtx.buffer_map = (fi_type *) in vbo_exec_vtx_map() 255 (fi_type *)ctx->Driver.MapBufferRange(ctx, in vbo_exec_vtx_map()
|
D | vbo_exec.c | 265 fi_type *dst, in vbo_copy_vertices() 266 const fi_type *src) in vbo_copy_vertices()
|
D | vbo_exec_eval.c | 133 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()
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 154 fi_type __tmp; \ 167 fi_type __tmp; \ 178 static fi_type UINT_AS_UNION(GLuint u) in UINT_AS_UNION() 180 fi_type tmp; in UINT_AS_UNION() 185 static inline fi_type INT_AS_UNION(GLint i) in INT_AS_UNION() 187 fi_type tmp; in INT_AS_UNION() 192 static inline fi_type FLOAT_AS_UNION(GLfloat f) in FLOAT_AS_UNION() 194 fi_type tmp; in FLOAT_AS_UNION() 635 COPY_CLEAN_4V_TYPE_AS_UNION(fi_type dst[4], int sz, const fi_type src[4], in COPY_CLEAN_4V_TYPE_AS_UNION()
|
D | mesa_private.h | 49 typedef union { float f; int i; unsigned u; } fi_type; typedef
|
/external/mesa3d/src/util/ |
D | softfloat.c | 71 typedef union { float f; int32_t i; uint32_t u; } fi_type; typedef 177 fi_type result; in _mesa_round_f32() 1199 const fi_type a_fi = {a}; in _mesa_float_fma_rtz() 1203 const fi_type b_fi = {b}; in _mesa_float_fma_rtz() 1207 const fi_type c_fi = {c}; in _mesa_float_fma_rtz() 1230 fi_type result; in _mesa_float_fma_rtz() 1238 fi_type result; in _mesa_float_fma_rtz() 1245 fi_type result; in _mesa_float_fma_rtz() 1262 fi_type result; in _mesa_float_fma_rtz() 1270 fi_type result; in _mesa_float_fma_rtz() [all …]
|
D | half_float.c | 36 typedef union { float f; int32_t i; uint32_t u; } fi_type; typedef 59 const fi_type fi = {val}; in _mesa_float_to_half_slow()
|
/external/igt-gpu-tools/lib/ |
D | igt_halffloat.c | 31 typedef union { float f; int32_t i; uint32_t u; } fi_type; typedef 53 const fi_type fi = {val}; in _float_to_half() 131 fi_type fi; in _half_to_float()
|
/external/igt-gpu-tools/assembler/ |
D | brw_compat.h | 63 typedef union { float f; int i; unsigned u; } fi_type; typedef
|
D | gen8_instruction.h | 285 fi_type ft; in gen8_src1_imm_f()
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 59 fi_type fi; \ 65 fi_type fi; \ 70 #define SET_FLOAT_BITS(x, bits) ((fi_type *) (void *) &(x))->i = bits
|