Home
last modified time | relevance | path

Searched refs:fi_type (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo.h80 fi_type buffer[VBO_ATTRIB_MAX * 4 * VBO_MAX_COPIED_VERTS];
117 fi_type *buffer_map;
118 fi_type *buffer_ptr; /* cursor, points into buffer */
121 fi_type vertex[VBO_ATTRIB_MAX*4]; /* current vertex */
137 fi_type *attrptr[VBO_ATTRIB_MAX];
165 fi_type vertex[VBO_ATTRIB_MAX*4]; /* current values */
166 fi_type *attrptr[VBO_ATTRIB_MAX];
169 fi_type *buffer;
173 fi_type *current[VBO_ATTRIB_MAX]; /* points into ctx->ListState */
H A Dvbo_private.h142 static inline const fi_type *
152 return (fi_type *)default_float; in vbo_get_default_vals_as_union()
155 return (fi_type *)default_int; in vbo_get_default_vals_as_union()
157 return (fi_type *)default_double; in vbo_get_default_vals_as_union()
159 return (fi_type *)default_uint64; in vbo_get_default_vals_as_union()
205 fi_type *dst,
206 const fi_type *src);
H A Dvbo_exec_api.c152 numComponents * sizeof(fi_type)); in vbo_exec_vtx_wrap()
178 fi_type tmp[8]; /* space for doubles */ in vbo_exec_copy_to_current()
255 fi_type *old_attrptr[VBO_ATTRIB_MAX]; in vbo_exec_wrap_upgrade_vertex()
311 fi_type *old_first = exec->vtx.attrptr[attr] + oldSize; in vbo_exec_wrap_upgrade_vertex()
312 fi_type *new_first = exec->vtx.attrptr[attr] + newSize; in vbo_exec_wrap_upgrade_vertex()
313 fi_type *old_last = exec->vtx.vertex + old_vtx_size_no_pos - 1; in vbo_exec_wrap_upgrade_vertex()
314 fi_type *new_last = exec->vtx.vertex + exec->vtx.vertex_size_no_pos - 1; in vbo_exec_wrap_upgrade_vertex()
320 fi_type *old_end = old_last + 1; in vbo_exec_wrap_upgrade_vertex()
321 fi_type *old = old_first; in vbo_exec_wrap_upgrade_vertex()
322 fi_type *ne in vbo_exec_wrap_upgrade_vertex()
[all...]
H A Dvbo_save.h89 fi_type *current_data;
118 fi_type *buffer_in_ram;
137 fi_type *buffer);
H A Dvbo_save_api.c151 const fi_type * src_buffer) in copy_vertices()
160 const fi_type *src = src_buffer + prim->start * sz; in copy_vertices()
162 save->copied.buffer = malloc(sizeof(fi_type) * sz * prim->count); in copy_vertices()
260 const fi_type *src = save->vertex_store->buffer_in_ram + prim->start * sz; in convert_line_loop_to_strip()
262 fi_type *dst = save->vertex_store->buffer_in_ram + (prim->start + prim->count) * sz; in convert_line_loop_to_strip()
426 fi_type *vertex_attributes;
459 uint32_t index, fi_type *new_buffer, uint32_t *max_index) in add_vertex()
465 fi_type *vert = save->vertex_store->buffer_in_ram + save->vertex_size * index; in add_vertex()
486 save->vertex_size * sizeof(fi_type)); in add_vertex()
609 fi_type *temp_vertices_buffe in compile_vertex_list()
[all...]
H A Dvbo_save_draw.c47 int shift, fi_type **data, bool *color0_changed) in copy_vao()
59 fi_type tmp[8]; in copy_vao()
71 memcpy((fi_type*)currval->Ptr, tmp, 4 * sizeof(GLfloat) << dmul_shift); in copy_vao()
104 fi_type *data = node->cold->current_data; in playback_copy_to_current()
H A Dvbo_exec_draw.c69 fi_type *dst = exec->vtx.copied.buffer; in vbo_exec_copy_vertices()
72 const fi_type *src = exec->vtx.buffer_map + start * sz; in vbo_exec_copy_vertices()
231 exec->vtx.buffer_map = (fi_type *) in vbo_exec_vtx_map()
263 (fi_type *)_mesa_bufferobj_map_range(ctx, in vbo_exec_vtx_map()
H A Dvbo_exec_eval.c135 fi_type data[4]; in vbo_exec_do_EvalCoord1f()
183 fi_type data[4]; in vbo_exec_do_EvalCoord2f()
211 fi_type normal[4]; in vbo_exec_do_EvalCoord2f()
H A Dvbo_exec.c266 fi_type *dst, in vbo_copy_vertices()
267 const fi_type *src) in vbo_copy_vertices()
H A Dvbo_save_loopback.c150 fi_type *buffer) in _vbo_loopback_vertex_list()
/third_party/mesa3d/src/mesa/main/
H A Dmacros.h154 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()
638 COPY_CLEAN_4V_TYPE_AS_UNION(fi_type dst[4], int sz, const fi_type sr
[all...]
H A Dmesa_private.h49 typedef union { float f; int i; unsigned u; } fi_type; typedef
/third_party/mesa3d/src/util/
H A Dsoftfloat.c71 typedef union { float f; int32_t i; uint32_t u; } fi_type; typedef
177 fi_type result; in _mesa_round_f32()
1202 const fi_type a_fi = {a}; in _mesa_float_fma_rtz()
1206 const fi_type b_fi = {b}; in _mesa_float_fma_rtz()
1210 const fi_type c_fi = {c}; in _mesa_float_fma_rtz()
1233 fi_type result; in _mesa_float_fma_rtz()
1241 fi_type result; in _mesa_float_fma_rtz()
1248 fi_type result; in _mesa_float_fma_rtz()
1265 fi_type result; in _mesa_float_fma_rtz()
1273 fi_type resul in _mesa_float_fma_rtz()
[all...]
H A Dhalf_float.c36 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()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm365 my ($fi_type, $fi_text, $fi_lineno) = @$fi_item;
366 if ($fi_type eq 'TEXT') {
371 type => $fi_type,);
373 elsif ($fi_type eq 'PROG') {
417 type => $fi_type,);
428 type => $fi_type,);
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm365 my ($fi_type, $fi_text, $fi_lineno) = @$fi_item;
366 if ($fi_type eq 'TEXT') {
371 type => $fi_type,);
373 elsif ($fi_type eq 'PROG') {
417 type => $fi_type,);
428 type => $fi_type,);

Completed in 14 milliseconds