Home
last modified time | relevance | path

Searched refs:native_type (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py150 def native_type(format): function
412 src_native_type = native_type(format)
518 dst_native_type = native_type(format)
683 native_type = 'unsigned'
687 generate_format_unpack(format, channel, native_type, suffix)
688 generate_format_pack(format, channel, native_type, suffix)
689 generate_format_fetch(format, channel, native_type, suffix)
692 native_type = 'int'
694 generate_format_unpack(format, channel, native_type, suffix)
695 generate_format_pack(format, channel, native_type, suffix)
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py81 src_native_type = native_type(format)
201 dst_native_type = native_type(format)
246 dst_native_type = native_type(format)
646 native_type = 'uint8_t'
649 generate_swizzle(formats, channel, native_type, suffix)
650 generate_unswizzle(formats, channel, native_type, suffix)
/external/v8/tools/
Djs2c.py422 def BuildMetadata(sources, source_bytes, native_type): argument
476 "type": native_type,
541 def JS2C(source, target, native_type, compression_type, raw_file, startup_blob): argument
544 metadata = BuildMetadata(sources, sources_bytes, native_type)