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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c1205 struct ac_image_args txq_args = { 0 }; local in function:lower_gather4_integer
1207 txq_args.dim = get_ac_sampler_dim(ctx, instr->sampler_dim, instr->is_array);
1208 txq_args.opcode = ac_image_get_resinfo;
1209 txq_args.dmask = 0xf;
1210 txq_args.lod = ctx->i32_0;
1211 txq_args.resource = args->resource;
1212 txq_args.attributes = AC_FUNC_ATTR_READNONE;
1213 LLVMValueRef size = ac_build_image_opcode(ctx, &txq_args);

Completed in 19 milliseconds