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

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 150 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/
lp_tile_soa.py 81 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/
js2c.py 422 def BuildMetadata(sources, source_bytes, native_type):
429 native_type: The parameter for the NativesCollection template.
476 "type": native_type,
541 def JS2C(source, target, native_type, compression_type, raw_file, startup_blob):
544 metadata = BuildMetadata(sources, sources_bytes, native_type)

Completed in 944 milliseconds