OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_suffix
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.py
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)
578
func_name = 'lp_tile_%s_unswizzle_%s' % (format.short_name(),
src_suffix
)
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py
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)
578
func_name = 'lp_tile_%s_unswizzle_%s' % (format.short_name(),
src_suffix
)
/external/chromium_org/third_party/mesa/src/scons/
custom.py
89
src_suffix
= '$SHOBJSUFFIX',
/external/chromium_org/tools/grit/grit/
scons.py
247
src_suffix
='.grd')
/external/mesa3d/scons/
custom.py
89
src_suffix
= '$SHOBJSUFFIX',
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py
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)
/external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py
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)
Completed in 945 milliseconds