Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c4566 unsigned img_op, in lp_build_do_atomic_soa() argument
4614 if (img_op == LP_IMG_ATOMIC_CAS) { in lp_build_do_atomic_soa()
4658 if (params->img_op != LP_IMG_STORE) { in lp_build_img_op_no_format()
4660 for (unsigned chan = 0; chan < (params->img_op == LP_IMG_LOAD ? 4 : 1); in lp_build_img_op_no_format()
4767 if (params->img_op == LP_IMG_LOAD) { in lp_build_img_op_soa()
4791 } else if (params->img_op == LP_IMG_STORE) { in lp_build_img_op_soa()
4798 out_of_bounds, params->img_op, params->op, in lp_build_img_op_soa()
4930 if (params->img_op != LP_IMG_STORE) { in lp_build_image_op_switch_soa()
4936 for (unsigned i = 0; i < ((params->img_op == LP_IMG_LOAD) ? 4 : 1); i++) { in lp_build_image_op_switch_soa()
4963 if (switch_info->params.img_op != LP_IMG_STORE) { in lp_build_image_op_array_case()
[all …]
Dlp_bld_sample.h148 unsigned img_op; member
Dlp_bld_nir.c1620 params.img_op = LP_IMG_LOAD; in visit_load_image()
1664 params.img_op = LP_IMG_STORE; in visit_store_image()
1750 params.img_op = in visit_atomic_image()
Dlp_bld_tgsi_soa.c3444 params.img_op = LP_IMG_LOAD; in img_load_emit()
3592 params.img_op = LP_IMG_STORE; in img_store_emit()
3743 …params.img_op = (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) ? LP_IMG_ATOMIC_CAS :… in img_atomic_emit()