Home
last modified time | relevance | path

Searched refs:const_float4_ptr (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_vbuf.c123 typedef const float (*const_float4_ptr)[4]; typedef
125 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()