Searched refs:pos_args (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/include/ |
D | utils.h | 199 # define __check_format_string(pos_str, pos_args) \ argument 200 __attribute__ ((format (printf, (pos_str), (pos_args))))
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 4140 LLVMValueRef pos_args[4][9] = { { 0 } }; in handle_vs_outputs_post() local 4170 memcpy(pos_args[target - V_008DFC_SQ_EXP_POS], in handle_vs_outputs_post() 4176 memcpy(pos_args[target - V_008DFC_SQ_EXP_POS], in handle_vs_outputs_post() 4219 memcpy(pos_args[target - V_008DFC_SQ_EXP_POS], in handle_vs_outputs_post() 4230 if (!pos_args[0][0]) { in handle_vs_outputs_post() 4231 pos_args[0][0] = LLVMConstInt(ctx->i32, 0xf, false); in handle_vs_outputs_post() 4232 pos_args[0][1] = ctx->i32zero; /* EXEC mask */ in handle_vs_outputs_post() 4233 pos_args[0][2] = ctx->i32zero; /* last export? */ in handle_vs_outputs_post() 4234 pos_args[0][3] = LLVMConstInt(ctx->i32, V_008DFC_SQ_EXP_POS, false); in handle_vs_outputs_post() 4235 pos_args[0][4] = ctx->i32zero; /* COMPR flag */ in handle_vs_outputs_post() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 2436 LLVMValueRef pos_args[4][9] = { { 0 } }; in si_llvm_export_vs() local 2504 si_llvm_emit_clipvertex(bld_base, pos_args, outputs[i].values); in si_llvm_export_vs() 2530 memcpy(pos_args[target - V_008DFC_SQ_EXP_POS], in si_llvm_export_vs() 2547 if (!pos_args[0][0]) { in si_llvm_export_vs() 2548 pos_args[0][0] = lp_build_const_int32(base->gallivm, 0xf); /* writemask */ in si_llvm_export_vs() 2549 pos_args[0][1] = uint->zero; /* EXEC mask */ in si_llvm_export_vs() 2550 pos_args[0][2] = uint->zero; /* last export? */ in si_llvm_export_vs() 2551 pos_args[0][3] = lp_build_const_int32(base->gallivm, V_008DFC_SQ_EXP_POS); in si_llvm_export_vs() 2552 pos_args[0][4] = uint->zero; /* COMPR flag */ in si_llvm_export_vs() 2553 pos_args[0][5] = base->zero; /* X */ in si_llvm_export_vs() [all …]
|