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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_vbuf.c122 typedef const float (*const_float4_ptr)[4]; typedef
124 static INLINE const_float4_ptr get_vert( const void *vertex_buffer,
128 return (const_float4_ptr)((char *)vertex_buffer + index * stride);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_vbuf.c122 typedef const float (*const_float4_ptr)[4]; typedef
124 static INLINE const_float4_ptr get_vert( const void *vertex_buffer,
128 return (const_float4_ptr)((char *)vertex_buffer + index * stride);

Completed in 143 milliseconds