Home
last modified time | relevance | path

Searched refs:CP_WAIT_FOR_IDLE (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Des2gears-a320.log138 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
611 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
820 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
941 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
989 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1037 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1085 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1133 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1181 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1229 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
[all …]
Dafuc_test.asm176 CP_WAIT_FOR_IDLE: label
Dfd-clouds.log12 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
206 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
245 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
341 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
350 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
360 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
437 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
455 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
537 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
1154 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
[all …]
DdEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log322 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
696 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1070 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1444 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1818 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
2192 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
2566 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
2940 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
3314 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
3657 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
[all …]
Dglxgears-a420.log171 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
300 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
838 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1363 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
1687 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
2103 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
2487 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
2703 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
3027 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
3443 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords)
[all …]
DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log12 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
239 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
398 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h368 OUT_PKT3(ring, CP_WAIT_FOR_IDLE, 1); in OUT_WFI()
375 OUT_PKT7(ring, CP_WAIT_FOR_IDLE, 0); in OUT_WFI5()
/third_party/mesa3d/src/freedreno/computerator/
Da6xx.c439 OUT_PKT7(ring, CP_WAIT_FOR_IDLE, 0); in a6xx_emit_grid()
458 OUT_PKT7(ring, CP_WAIT_FOR_IDLE, 0); in a6xx_emit_grid()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c218 OUT_PKT3(ring, CP_WAIT_FOR_IDLE, 1); in select_counter()
245 OUT_PKT7(ring, CP_WAIT_FOR_IDLE, 0); in select_counter()
/third_party/mesa3d/src/freedreno/ds/
Dfd_pps_driver.cc294 OUT_PKT7(ring, CP_WAIT_FOR_IDLE, 0); in configure()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs.h226 tu_cs_emit_pkt7(cs, CP_WAIT_FOR_IDLE, 0); in tu_cs_emit_wfi()