Home
last modified time | relevance | path

Searched refs:RDECODE_PKTJ (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Djpeg_tests.c90 #define RDECODE_PKTJ(reg, cond, type) (RDECODE_PKT_REG_J(reg) | \ macro
325 ib_cpu[len++] = RDECODE_PKTJ(reg, cond, type); in set_reg_jpeg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec_jpeg.c60 radeon_emit(&dec->jcs[dec->cb_idx], RDECODE_PKTJ(reg, cond, type)); in set_reg_jpeg()
/third_party/mesa3d/src/amd/common/
Dac_vcn_dec.h50 #define RDECODE_PKTJ(reg, cond, type) \ macro