Home
last modified time | relevance | path

Searched refs:high_16bits (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_mediump.c83 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()
Dnir_gather_info.c447 unsigned num_slots = (semantics.num_slots + semantics.high_16bits + 1) / 2; in gather_intrinsic_info()
Dnir_print.c986 if (nir_intrinsic_io_semantics(instr).high_16bits) { in print_intrinsic_instr()
Dnir.h1849 unsigned high_16bits:1; /* whether accessing low or high half of the slot */ member
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h232 LLVMValueRef j, bool high_16bits);
Dac_nir_to_llvm.c2352 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() argument
3367 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()
Dac_llvm_build.c971 LLVMValueRef j, bool high_16bits) in ac_build_fs_interp_f16() argument
979 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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c126 if (nir_intrinsic_io_semantics(intr).high_16bits) in scan_io_usage()