Searched refs:dst_suffix (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tile_soa.py | 76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix): argument 84 …restrict src, unsigned src_stride, unsigned x0, unsigned y0)' % (name, dst_suffix, dst_native_type) 522 def generate_swizzle(formats, dst_channel, dst_native_type, dst_suffix): argument 527 generate_format_read(format, dst_channel, dst_native_type, dst_suffix) 530 …dst, const void *src, unsigned src_stride, unsigned x, unsigned y)' % (dst_suffix, dst_native_type) 540 func_name = 'lp_tile_%s_swizzle_%s' % (format.short_name(), dst_suffix)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 586 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): argument 592 …c_row, unsigned src_stride, unsigned width, unsigned height)' % (name, dst_suffix, dst_native_type) 644 def generate_format_fetch(format, dst_channel, dst_native_type, dst_suffix): argument 650 …etch_%s(%s *dst, const uint8_t *src, unsigned i, unsigned j)' % (name, dst_suffix, dst_native_type)
|