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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_analysis.c46 typedef const float (*const_float4_ptr)[4]; typedef in typeref:typename:const float (*)[4]
50 const_float4_ptr get_vert(const void *vertex_buffer, int index, int stride)
52 return (const_float4_ptr)((char *)vertex_buffer + index * stride);
110 test_interps(const_float4_ptr v,
154 test_rect(const_float4_ptr v0,
155 const_float4_ptr v1,
156 const_float4_ptr v2,
157 const_float4_ptr v3)
229 const_float4_ptr v0 = get_vert(vb, stride, 0);
230 const_float4_ptr v
[all...]
H A Dlp_setup_vbuf.c136 typedef const float (*const_float4_ptr)[4]; typedef in typeref:typename:const float (*)[4]
138 static inline const_float4_ptr get_vert( const void *vertex_buffer,
142 return (const_float4_ptr)((char *)vertex_buffer + index * stride);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_vbuf.c123 typedef const float (*const_float4_ptr)[4]; typedef in typeref:typename:const float (*)[4]
125 static inline const_float4_ptr get_vert( const void *vertex_buffer,
129 return (const_float4_ptr)((char *)vertex_buffer + index * stride);

Completed in 6 milliseconds