Searched refs:num_floats (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_render.c626 int per_vertex, num_floats; local in function:i830_emit_composite_primitive
727 num_floats = 3 * per_vertex;
729 BEGIN_BATCH(1 + num_floats);
731 OUT_BATCH(PRIM3D_INLINE | PRIM3D_RECTLIST | (num_floats-1));
H A Di915_render.c566 int per_vertex, num_floats; local in function:i915_emit_composite_primitive
667 num_floats = 3 * per_vertex;
669 BEGIN_BATCH(1 + num_floats);
671 OUT_BATCH(PRIM3D_INLINE | PRIM3D_RECTLIST | (num_floats-1));
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.c129 unsigned num_floats = glsl_get_aoa_size(type); local in function:get_additional_semantic_info
137 info->cols = num_floats;

Completed in 29 milliseconds