Home
last modified time | relevance | path

Searched refs:src_suffix (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py298 def generate_format_write(format, src_channel, src_native_type, src_suffix): argument
304 …restrict dst, unsigned dst_stride, unsigned x0, unsigned y0)' % (name, src_suffix, src_native_type)
559 def generate_unswizzle(formats, src_channel, src_native_type, src_suffix): argument
564 generate_format_write(format, src_channel, src_native_type, src_suffix)
567 …t %s *src, void *dst, unsigned dst_stride, unsigned x, unsigned y)' % (src_suffix, src_native_type)
578 func_name = 'lp_tile_%s_unswizzle_%s' % (format.short_name(), src_suffix)
/external/nanopb-c/tests/site_scons/site_tools/
Dnanopb.py109 src_suffix = '.proto',
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py615 def generate_format_pack(format, src_channel, src_native_type, src_suffix): argument
621 …c_row, unsigned src_stride, unsigned width, unsigned height)' % (name, src_suffix, src_native_type)
/external/mesa3d/scons/
Dcustom.py89 src_suffix = '$SHOBJSUFFIX',