Home
last modified time | relevance | path

Searched refs:pos_args (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/
Dutils.h223 # define __check_format_string(pos_str, pos_args) \ argument
224 __attribute__ ((format (printf, (pos_str), (pos_args))))
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2896 struct ac_export_args pos_args[4] = {}; in si_llvm_export_vs() local
2906 V_008DFC_SQ_EXP_POS, &pos_args[0]); in si_llvm_export_vs()
2925 &pos_args[index]); in si_llvm_export_vs()
2930 si_llvm_emit_clipvertex(ctx, pos_args, in si_llvm_export_vs()
2938 if (!pos_args[0].out[0]) { in si_llvm_export_vs()
2939 pos_args[0].enabled_channels = 0xf; /* writemask */ in si_llvm_export_vs()
2940 pos_args[0].valid_mask = 0; /* EXEC mask */ in si_llvm_export_vs()
2941 pos_args[0].done = 0; /* last export? */ in si_llvm_export_vs()
2942 pos_args[0].target = V_008DFC_SQ_EXP_POS; in si_llvm_export_vs()
2943 pos_args[0].compr = 0; /* COMPR flag */ in si_llvm_export_vs()
[all …]
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5954 struct ac_export_args args, pos_args[4] = {}; in handle_vs_outputs_post() local
5991 memcpy(&pos_args[target - V_008DFC_SQ_EXP_POS], in handle_vs_outputs_post()
5997 memcpy(&pos_args[target - V_008DFC_SQ_EXP_POS], in handle_vs_outputs_post()
6008 si_llvm_init_export_args(ctx, pos_values, V_008DFC_SQ_EXP_POS, &pos_args[0]); in handle_vs_outputs_post()
6031 pos_args[1].enabled_channels = ((outinfo->writes_pointsize == true ? 1 : 0) | in handle_vs_outputs_post()
6033 pos_args[1].valid_mask = 0; in handle_vs_outputs_post()
6034 pos_args[1].done = 0; in handle_vs_outputs_post()
6035 pos_args[1].target = V_008DFC_SQ_EXP_POS + 1; in handle_vs_outputs_post()
6036 pos_args[1].compr = 0; in handle_vs_outputs_post()
6037 pos_args[1].out[0] = ctx->ac.f32_0; /* X */ in handle_vs_outputs_post()
[all …]