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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c4519 unsigned img_op,
4554 if (img_op == LP_IMG_ATOMIC_CAS) {
4589 if (params->img_op != LP_IMG_STORE) {
4591 for (unsigned chan = 0; chan < (params->img_op == LP_IMG_LOAD ? 4 : 1); chan++) {
4680 if (params->img_op == LP_IMG_LOAD) {
4704 } else if (params->img_op == LP_IMG_STORE) {
4709 params->img_op, params->op, params->indata, params->indata2, outdata);
4822 if (params->img_op != LP_IMG_STORE) {
4828 for (unsigned i = 0; i < ((params->img_op == LP_IMG_LOAD) ? 4 : 1); i++) {
4851 if (switch_info->params.img_op !
4512 lp_build_do_atomic_soa(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,LLVMValueRef exec_mask,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef out_of_bounds,unsigned img_op,LLVMAtomicRMWBinOp op,const LLVMValueRef rgba_in[4],const LLVMValueRef rgba2_in[4],LLVMValueRef atomic_result[4]) argument
[all...]
H A Dlp_bld_sample.h145 unsigned img_op; member in struct:lp_img_params
H A Dlp_bld_nir.c1413 params.img_op = LP_IMG_LOAD;
1452 params.img_op = LP_IMG_STORE;
1529 params.img_op = (instr->intrinsic == nir_intrinsic_image_deref_atomic_comp_swap) ? LP_IMG_ATOMIC_CAS : LP_IMG_ATOMIC;
H A Dlp_bld_tgsi_soa.c3437 params.img_op = LP_IMG_LOAD;
3585 params.img_op = LP_IMG_STORE;
3736 params.img_op = (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) ? LP_IMG_ATOMIC_CAS : LP_IMG_ATOMIC;

Completed in 22 milliseconds