40 lines · plain
1..2 **************************************************3 * *4 * Automatically generated file, do not edit! *5 * *6 **************************************************7 8.. _amdgpu_synid_gfx10_waitcnt_depctr:9 10waitcnt_depctr11==============12 13Dependency counters to wait for.14 15This operand may be specified as one of the following:16 17* An :ref:`integer_number<amdgpu_synid_integer_number>` or an :ref:`absolute_expression<amdgpu_synid_absolute_expression>`. The value must be in the range from -32768 to 65535.18* A combination of *symbolic values* described below.19 20 ======================== ======================== ================ =================21 Syntax Description Valid *N* Values Default *N* Value22 ======================== ======================== ================ =================23 depctr_sa_sdst(<*N*>) Wait for SA_SDST <= N 0..1 124 depctr_va_vdst(<*N*>) Wait for VA_VDST <= N 0..15 1525 depctr_va_sdst(<*N*>) Wait for VA_SDST <= N 0..7 726 depctr_va_ssrc(<*N*>) Wait for VA_SSRC <= N 0..1 127 depctr_va_vcc(<*N*>) Wait for VA_VCC <= N 0..1 128 depctr_vm_vsrc(<*N*>) Wait for VM_VSRC <= N 0..7 729 ======================== ======================== ================ =================30 31 These values may be specified in any order. Spaces, ampersands, and commas may be used as optional separators.32 33Examples:34 35.. parsed-literal::36 37 s_waitcnt_depctr depctr_sa_sdst(0) depctr_va_vdst(0)38 s_waitcnt_depctr depctr_sa_sdst(1) & depctr_va_vdst(1)39 s_waitcnt_depctr depctr_va_vdst(3), depctr_va_sdst(5)40