Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2205 struct ac_image_args txq_args = { 0 }; in radv_lower_gather4_integer() local
2207 txq_args.da = instr->is_array || instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE; in radv_lower_gather4_integer()
2208 txq_args.opcode = ac_image_get_resinfo; in radv_lower_gather4_integer()
2209 txq_args.dmask = 0xf; in radv_lower_gather4_integer()
2210 txq_args.addr = ctx->i32_0; in radv_lower_gather4_integer()
2211 txq_args.resource = args->resource; in radv_lower_gather4_integer()
2212 LLVMValueRef size = ac_build_image_opcode(ctx, &txq_args); in radv_lower_gather4_integer()