Searched defs:void_dst (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen6_constant_state.c97 brw_populate_constant_data(struct brw_context * brw,const struct gl_program * prog,const struct brw_stage_state * stage_state,void * void_dst,const uint32_t * param,unsigned nr_params) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx6_constant_state.c102 brw_populate_constant_data(struct brw_context * brw,const struct gl_program * prog,const struct brw_stage_state * stage_state,void * void_dst,const uint32_t * param,unsigned nr_params) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_utils.c268 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, argument
939 convert_float(void *void_dst, int num_dst_channels, argument
1001 convert_half_float(void *void_dst, int num_dst_channels, argument
1062 convert_ubyte(void *void_dst, int num_dst_channels, argument
1128 convert_byte(void *void_dst, int num_dst_channels, argument
1194 convert_ushort(void *void_dst, int num_dst_channels, argument
1260 convert_short(void *void_dst, in argument
1325 convert_uint(void * void_dst,int num_dst_channels,const void * void_src,GLenum src_type,int num_src_channels,const uint8_t swizzle[4],bool normalized,int count) argument
1391 convert_int(void * void_dst,int num_dst_channels,const void * void_src,GLenum src_type,int num_src_channels,const uint8_t swizzle[4],bool normalized,int count) argument
1505 _mesa_swizzle_and_convert(void * void_dst,enum mesa_array_format_datatype dst_type,int num_dst_channels,const void * void_src,enum mesa_array_format_datatype src_type,int num_src_channels,const uint8_t swizzle[4],bool normalized,int count) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_utils.c278 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, argument
967 convert_float(void *void_dst, int num_dst_channels, argument
1029 convert_half_float(void *void_dst, int num_dst_channels, argument
1090 convert_ubyte(void *void_dst, int num_dst_channels, argument
1156 convert_byte(void *void_dst, int num_dst_channels, argument
1222 convert_ushort(void *void_dst, int num_dst_channels, argument
1288 convert_short(void *void_dst, in argument
1353 convert_uint(void * void_dst,int num_dst_channels,const void * void_src,GLenum src_type,int num_src_channels,const uint8_t swizzle[4],bool normalized,int count) argument
1419 convert_int(void * void_dst,int num_dst_channels,const void * void_src,GLenum src_type,int num_src_channels,const uint8_t swizzle[4],bool normalized,int count) argument
1533 _mesa_swizzle_and_convert(void * void_dst,enum mesa_array_format_datatype dst_type,int num_dst_channels,const void * void_src,enum mesa_array_format_datatype src_type,int num_src_channels,const uint8_t swizzle[4],bool normalized,int count) argument
[all...]

Completed in 7 milliseconds