Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c4057 unsigned img_op, in lp_build_do_atomic_soa() argument
4092 if (img_op == LP_IMG_ATOMIC_CAS) { in lp_build_do_atomic_soa()
4127 if (params->img_op != LP_IMG_STORE) { in lp_build_img_op_no_format()
4129 for (unsigned chan = 0; chan < (params->img_op == LP_IMG_LOAD ? 4 : 1); chan++) { in lp_build_img_op_no_format()
4220 if (params->img_op == LP_IMG_LOAD) { in lp_build_img_op_soa()
4238 } else if (params->img_op == LP_IMG_STORE) { in lp_build_img_op_soa()
4243 params->img_op, params->op, params->indata, params->indata2, outdata); in lp_build_img_op_soa()
4356 if (params->img_op != LP_IMG_STORE) { in lp_build_image_op_switch_soa()
4362 for (unsigned i = 0; i < ((params->img_op == LP_IMG_LOAD) ? 4 : 1); i++) { in lp_build_image_op_switch_soa()
4385 if (switch_info->params.img_op != LP_IMG_STORE) { in lp_build_image_op_array_case()
[all …]
Dlp_bld_sample.h144 unsigned img_op; member
Dlp_bld_nir.c1282 params.img_op = LP_IMG_LOAD; in visit_load_image()
1321 params.img_op = LP_IMG_STORE; in visit_store_image()
1398 …params.img_op = (instr->intrinsic == nir_intrinsic_image_deref_atomic_comp_swap) ? LP_IMG_ATOMIC_C… in visit_atomic_image()
Dlp_bld_tgsi_soa.c3437 params.img_op = LP_IMG_LOAD; in img_load_emit()
3585 params.img_op = LP_IMG_STORE; in img_store_emit()
3736 …params.img_op = (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) ? LP_IMG_ATOMIC_CAS :… in img_atomic_emit()