OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_float4_ptr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c
122
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/
lp_setup_vbuf.c
122
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 93 milliseconds