Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c635 mi_store(b, mi_mem64(addr), mi_imm(available)); in emit_query_mi_availability()
847 mi_store(b, mi_mem64(addr), mi_reg64(vk_pipeline_stat_to_reg[stat])); in emit_pipeline_stat()
856 mi_store(b, mi_mem64(anv_address_add(addr, 0)), in emit_xfb_query()
858 mi_store(b, mi_mem64(anv_address_add(addr, 16)), in emit_xfb_query()
895 mi_mem64(addr) : mi_mem32(addr); in emit_perf_intel_query()
940 mi_store(&b, mi_mem64(anv_address_add(query_addr, 8)), in CmdBeginQueryIndexedEXT()
1132 mi_store(&b, mi_mem64(anv_address_add(query_addr, 16)), in CmdEndQueryIndexedEXT()
1252 mi_store(&b, mi_mem64(anv_address_add(query_addr, marker_offset)), in CmdEndQueryIndexedEXT()
1297 mi_store(&b, mi_mem64(anv_address_add(query_addr, 8)), in CmdWriteTimestamp2()
1353 mi_store(b, mi_reg64(MI_PREDICATE_SRC0), mi_mem64(poll_add in gpu_write_query_result_cond()
[all...]
H A DgenX_cmd_buffer.c613 mi_store(&b, mi_mem64(aux_entry_address), mi_imm(new_aux_entry)); in anv_image_init_aux_tt()
7512 mi_store(&b, mi_mem64(addr), mi_reg64(TIMESTAMP)); in cmd_emit_timestamp()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c108 return mi_mem64(addr); in query_mem64()
718 mi_mem64(rw_bo(dst_bo, offset, IRIS_DOMAIN_OTHER_WRITE)); in iris_get_query_result_resource()
722 mi_mem64(ro_bo(query_bo, snapshots_landed_offset))); in iris_get_query_result_resource()
H A Diris_state.c534 struct mi_value src = mi_mem64(ro_bo(bo, offset)); in iris_load_register_mem64()
564 struct mi_value dst = mi_mem64(rw_bo(bo, offset, IRIS_DOMAIN_OTHER_WRITE)); in iris_store_register_mem64()
595 struct mi_value dst = mi_mem64(rw_bo(bo, offset, IRIS_DOMAIN_OTHER_WRITE)); in iris_store_data_imm64()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c126 return mi_mem64(rw_bo(crocus_resource_bo(q->query_state_ref.res), in query_mem64()
773 : mi_mem64(rw_bo(dst_bo, offset)); in crocus_get_query_result_resource()
777 mi_mem64(ro_bo(query_bo, snapshots_landed_offset))); in crocus_get_query_result_resource()
/third_party/mesa3d/src/intel/common/tests/
H A Dmi_builder_test.cpp112 return mi_mem64(in_addr(offset)); in in_mem64()
122 return mi_mem64(out_addr(offset)); in out_mem64()
/third_party/mesa3d/src/intel/common/
H A Dmi_builder.h321 mi_mem64(__gen_address_type addr) in mi_mem64() function

Completed in 30 milliseconds