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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_mediump.c83 num_slots = (num_slots + sem.high_16bits + 1) / 2;
108 num_slots = (num_slots + sem.high_16bits + 1) / 2;
226 sem.high_16bits = index % 2;
337 sem.high_16bits;
338 sem.high_16bits = 0;
H A Dnir_gather_info.c447 unsigned num_slots = (semantics.num_slots + semantics.high_16bits + 1) / 2;
H A Dnir_print.c986 if (nir_intrinsic_io_semantics(instr).high_16bits) {
987 fprintf(fp, " high_16bits");
H A Dnir.h1849 unsigned high_16bits:1; /* whether accessing low or high half of the slot */ member in struct:nir_io_semantics
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h232 LLVMValueRef j, bool high_16bits);
H A Dac_nir_to_llvm.c2352 index = LLVMConstInt(ctx->ac.i32, nir_intrinsic_io_semantics(instr).high_16bits, 0);
3340 bool high_16bits)
3367 high_16bits);
3492 nir_intrinsic_io_semantics(instr).high_16bits)
3948 nir_intrinsic_io_semantics(instr).high_16bits);
3337 load_interpolated_input(struct ac_nir_context * ctx,LLVMValueRef interp_param,unsigned index,unsigned comp_start,unsigned num_components,unsigned bitsize,bool high_16bits) argument
H A Dac_llvm_build.c971 LLVMValueRef j, bool high_16bits)
979 args[3] = high_16bits ? ctx->i1true : ctx->i1false;
989 args[4] = high_16bits ? ctx->i1true : ctx->i1false;
969 ac_build_fs_interp_f16(struct ac_llvm_context * ctx,LLVMValueRef llvm_chan,LLVMValueRef attr_number,LLVMValueRef params,LLVMValueRef i,LLVMValueRef j,bool high_16bits) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c126 if (nir_intrinsic_io_semantics(intr).high_16bits)

Completed in 32 milliseconds