Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_analysis.c46 typedef const float (*const_float4_ptr)[4]; typedef
50 const_float4_ptr get_vert(const void *vertex_buffer, int index, int stride) in get_vert()
52 return (const_float4_ptr)((char *)vertex_buffer + index * stride); in get_vert()
110 test_interps(const_float4_ptr v, in test_interps()
154 test_rect(const_float4_ptr v0, in test_rect()
155 const_float4_ptr v1, in test_rect()
156 const_float4_ptr v2, in test_rect()
157 const_float4_ptr v3) in test_rect()
229 const_float4_ptr v0 = get_vert(vb, stride, 0); in check_elts24()
230 const_float4_ptr v1 = get_vert(vb, stride, 1); in check_elts24()
[all …]
Dlp_setup_vbuf.c136 typedef const float (*const_float4_ptr)[4]; typedef
138 static inline const_float4_ptr get_vert( const void *vertex_buffer, in get_vert()
142 return (const_float4_ptr)((char *)vertex_buffer + index * stride); in get_vert()