HomeSort by relevance Sort by last modified time
    Searched refs:src_native_type (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 81 src_native_type = native_type(format)
89 print ' const %s *src_pixel = (const %s *)(src_row + x0*%u);' % (src_native_type, src_native_type, format.stride())
121 print ' %s pixel = *src_pixel++;' % src_native_type
298 def generate_format_write(format, src_channel, src_native_type, src_suffix):
304 print 'lp_tile_%s_unswizzle_%s(const %s * restrict src, uint8_t * 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):
564 generate_format_write(format, src_channel, src_native_type, src_suffix)
567 print 'lp_tile_unswizzle_%s(enum pipe_format format, const %s *src, void *dst, unsigned dst_stride, unsigned x, unsigned y)' % (src_suffix, src_native_type)
570 print ' void (*func)(const %s * restrict src, uint8_t * restrict dst, unsigned dst_stride, unsigned x0, unsigned y0);' % src_native_type
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 81 src_native_type = native_type(format)
89 print ' const %s *src_pixel = (const %s *)(src_row + x0*%u);' % (src_native_type, src_native_type, format.stride())
121 print ' %s pixel = *src_pixel++;' % src_native_type
298 def generate_format_write(format, src_channel, src_native_type, src_suffix):
304 print 'lp_tile_%s_unswizzle_%s(const %s * restrict src, uint8_t * 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):
564 generate_format_write(format, src_channel, src_native_type, src_suffix)
567 print 'lp_tile_unswizzle_%s(enum pipe_format format, const %s *src, void *dst, unsigned dst_stride, unsigned x, unsigned y)' % (src_suffix, src_native_type)
570 print ' void (*func)(const %s * restrict src, uint8_t * restrict dst, unsigned dst_stride, unsigned x0, unsigned y0);' % src_native_type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 412 src_native_type = native_type(format)
513 def generate_pack_kernel(format, src_channel, src_native_type):
615 def generate_format_pack(format, src_channel, src_native_type, src_suffix):
621 print 'util_format_%s_pack_%s(uint8_t *dst_row, unsigned dst_stride, const %s *src_row, unsigned src_stride, unsigned width, unsigned height)' % (name, src_suffix, src_native_type)
627 print ' const %s *src = src_row;' % (src_native_type)
631 generate_pack_kernel(format, src_channel, src_native_type)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 412 src_native_type = native_type(format)
513 def generate_pack_kernel(format, src_channel, src_native_type):
615 def generate_format_pack(format, src_channel, src_native_type, src_suffix):
621 print 'util_format_%s_pack_%s(uint8_t *dst_row, unsigned dst_stride, const %s *src_row, unsigned src_stride, unsigned width, unsigned height)' % (name, src_suffix, src_native_type)
627 print ' const %s *src = src_row;' % (src_native_type)
631 generate_pack_kernel(format, src_channel, src_native_type)

Completed in 107 milliseconds