Searched refs:high_16bits (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_mediump.c | 83 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 D | nir_gather_info.c | 447 unsigned num_slots = (semantics.num_slots + semantics.high_16bits + 1) / 2;
|
| H A D | nir_print.c | 986 if (nir_intrinsic_io_semantics(instr).high_16bits) { 987 fprintf(fp, " high_16bits");
|
| H A D | nir.h | 1849 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 D | ac_llvm_build.h | 232 LLVMValueRef j, bool high_16bits);
|
| H A D | ac_nir_to_llvm.c | 2352 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 D | ac_llvm_build.c | 971 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 D | si_shader_nir.c | 126 if (nir_intrinsic_io_semantics(intr).high_16bits)
|
Completed in 32 milliseconds