Home
last modified time | relevance | path

Searched refs:void_dst (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformat_utils.c267 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, in _mesa_format_convert() argument
271 uint8_t *dst = (uint8_t *)void_dst; in _mesa_format_convert()
864 DST_TYPE *typed_dst = void_dst; \
938 convert_float(void *void_dst, int num_dst_channels, in convert_float() argument
1000 convert_half_float(void *void_dst, int num_dst_channels, in convert_half_float() argument
1061 convert_ubyte(void *void_dst, int num_dst_channels, in convert_ubyte() argument
1127 convert_byte(void *void_dst, int num_dst_channels, in convert_byte() argument
1193 convert_ushort(void *void_dst, int num_dst_channels, in convert_ushort() argument
1259 convert_short(void *void_dst, int num_dst_channels, in convert_short() argument
1324 convert_uint(void *void_dst, int num_dst_channels, in convert_uint() argument
[all …]
Dformat_utils.h236 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_constant_state.c99 void *void_dst, in brw_populate_constant_data() argument
103 uint32_t *dst = void_dst; in brw_populate_constant_data()