Home
last modified time | relevance | path

Searched defs:is_64 (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/prebuilt-intermediates/
Dpciaccess.h10 unsigned is_64:1; member
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c127 bool is_64) in ntt_tgsi_usage_mask()
1312 bool is_64 = nir_dest_bit_size(instr->dest) == 64; in ntt_emit_load_input() local
1412 bool is_64 = nir_src_bit_size(instr->src[0]) == 64; in ntt_emit_store_output() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c644 bool is_64 = alu->dest.dest.ssa.bit_size == 64; in should_lower_double_instr() local
/external/llvm-project/lldb/examples/python/
Dmach_o.py1236 def unpack(self, is_64, data): argument