Searched refs:high_16bits (Results 1 – 8 of 8) sorted by relevance
83 num_slots = (num_slots + sem.high_16bits + 1) / 2; in nir_recompute_io_bases()108 num_slots = (num_slots + sem.high_16bits + 1) / 2; in nir_recompute_io_bases()226 sem.high_16bits = index % 2; in nir_lower_mediump_io()337 sem.high_16bits; in nir_unpack_16bit_varying_slots()338 sem.high_16bits = 0; in nir_unpack_16bit_varying_slots()
447 unsigned num_slots = (semantics.num_slots + semantics.high_16bits + 1) / 2; in gather_intrinsic_info()
986 if (nir_intrinsic_io_semantics(instr).high_16bits) { in print_intrinsic_instr()
1849 unsigned high_16bits:1; /* whether accessing low or high half of the slot */ member
232 LLVMValueRef j, bool high_16bits);
2352 index = LLVMConstInt(ctx->ac.i32, nir_intrinsic_io_semantics(instr).high_16bits, 0); in visit_store_output()3340 bool high_16bits) in load_interpolated_input() argument3367 high_16bits); in load_interpolated_input()3492 nir_intrinsic_io_semantics(instr).high_16bits) in visit_load()3948 nir_intrinsic_io_semantics(instr).high_16bits); in visit_intrinsic()
971 LLVMValueRef j, bool high_16bits) in ac_build_fs_interp_f16() argument979 args[3] = high_16bits ? ctx->i1true : ctx->i1false; in ac_build_fs_interp_f16()989 args[4] = high_16bits ? ctx->i1true : ctx->i1false; in ac_build_fs_interp_f16()
126 if (nir_intrinsic_io_semantics(intr).high_16bits) in scan_io_usage()