Searched refs:const_float4_ptr (Results 1 – 1 of 1) sorted by relevance
123 typedef const float (*const_float4_ptr)[4]; typedef125 static inline const_float4_ptr get_vert( const void *vertex_buffer, in get_vert()129 return (const_float4_ptr)((char *)vertex_buffer + index * stride); in get_vert()