HomeSort by relevance Sort by last modified time
    Searched refs:dst_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 76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix):
84 print 'lp_tile_%s_swizzle_%s(%s * restrict dst, const uint8_t * restrict src, unsigned src_stride, unsigned x0, unsigned y0)' % (name, dst_suffix, dst_native_type)
133 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
134 print ' %s %s = %s;' % (dst_native_type, names[i], value)
139 print ' %s %s;' % (dst_native_type, names[i])
144 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
201 dst_native_type = native_type(format)
202 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
218 dst_native_type = 'uint%u_t' % format.block_size()
220 print ' %s *dstpix = (%s *) dst;' % (dst_native_type, dst_native_type
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix):
84 print 'lp_tile_%s_swizzle_%s(%s * restrict dst, const uint8_t * restrict src, unsigned src_stride, unsigned x0, unsigned y0)' % (name, dst_suffix, dst_native_type)
133 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
134 print ' %s %s = %s;' % (dst_native_type, names[i], value)
139 print ' %s %s;' % (dst_native_type, names[i])
144 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
201 dst_native_type = native_type(format)
202 value = conversion_expr(src_channel, dst_channel, dst_native_type, value, clamp=False)
218 dst_native_type = 'uint%u_t' % format.block_size()
220 print ' %s *dstpix = (%s *) dst;' % (dst_native_type, dst_native_type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 244 def clamp_expr(src_channel, dst_channel, dst_native_type, value):
273 dst_channel, dst_native_type,
334 value = clamp_expr(src_channel, dst_channel, dst_native_type, value)
339 return '(%s)%s' % (dst_native_type, value)
354 value = '(%s)%s' % (dst_native_type, value)
390 value = '(%s)%s' % (dst_native_type, value)
405 def generate_unpack_kernel(format, dst_channel, dst_native_type):
471 dst_channel, dst_native_type,
499 dst_channel, dst_native_type,
518 dst_native_type = native_type(format
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 244 def clamp_expr(src_channel, dst_channel, dst_native_type, value):
273 dst_channel, dst_native_type,
334 value = clamp_expr(src_channel, dst_channel, dst_native_type, value)
339 return '(%s)%s' % (dst_native_type, value)
354 value = '(%s)%s' % (dst_native_type, value)
390 value = '(%s)%s' % (dst_native_type, value)
405 def generate_unpack_kernel(format, dst_channel, dst_native_type):
471 dst_channel, dst_native_type,
499 dst_channel, dst_native_type,
518 dst_native_type = native_type(format
    [all...]

Completed in 100 milliseconds