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

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_query.c627 mi_store(b, mi_mem64(addr), mi_imm(available));
821 mi_store(b, mi_mem64(addr), mi_reg64(vk_pipeline_stat_to_reg[stat]));
830 mi_store(b, mi_mem64(anv_address_add(addr, 0)),
832 mi_store(b, mi_mem64(anv_address_add(addr, 16)),
868 mi_mem64(addr) : mi_mem32(addr);
1200 mi_store(&b, mi_mem64(anv_address_add(query_addr, marker_offset)),
1245 mi_store(&b, mi_mem64(anv_address_add(query_addr, 8)),
1300 mi_store(b, mi_reg64(MI_PREDICATE_SRC0), mi_mem64(poll_addr));
1310 mi_store_if(b, mi_mem64(res_addr), query_result);
1326 mi_store(b, mi_mem64(res_add
[all...]
H A DgenX_cmd_buffer.c587 mi_store(&b, mi_mem64(aux_entry_address), mi_imm(new_aux_entry));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_query.c126 return mi_mem64(rw_bo(crocus_resource_bo(q->query_state_ref.res),
770 : mi_mem64(rw_bo(dst_bo, offset));
774 mi_mem64(ro_bo(query_bo, snapshots_landed_offset)));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_query.c108 return mi_mem64(addr);
723 mi_mem64(rw_bo(dst_bo, offset, IRIS_DOMAIN_OTHER_WRITE));
727 mi_mem64(ro_bo(query_bo, snapshots_landed_offset)));
/xsrc/external/mit/MesaLib/dist/src/intel/common/tests/
H A Dmi_builder_test.cpp111 return mi_mem64(in_addr(offset));
121 return mi_mem64(out_addr(offset));
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dmi_builder.h321 mi_mem64(__gen_address_type addr) function in typeref:struct:mi_value

Completed in 20 milliseconds