Searched refs:RUVD_PKT0 (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | radeon_uvd.h | 50 #define RUVD_PKT0(index, count) (RUVD_PKT_TYPE_S(0) | RUVD_PKT0_BASE_INDEX_S(index) | RUVD_PKT_COUNT_S(count)) macro
|
| H A D | radeon_uvd.c | 111 radeon_emit(dec->cs, RUVD_PKT0(reg >> 2, 0));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_uvd.h | 44 #define RUVD_PKT0(index, count) (RUVD_PKT_TYPE_S(0) | RUVD_PKT0_BASE_INDEX_S(index) | RUVD_PKT_COUNT_S(count)) macro
|
| H A D | radeon_uvd.c | 107 radeon_emit(dec->cs, RUVD_PKT0(reg >> 2, 0));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | radeon_uvd.h | 50 #define RUVD_PKT0(index, count) (RUVD_PKT_TYPE_S(0) | RUVD_PKT0_BASE_INDEX_S(index) | RUVD_PKT_COUNT_S(count)) macro
|
| H A D | radeon_uvd.c | 111 radeon_emit(&dec->cs, RUVD_PKT0(reg >> 2, 0));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_uvd.h | 44 #define RUVD_PKT0(index, count) \ macro
|
| H A D | radeon_uvd.c | 105 radeon_emit(&dec->cs, RUVD_PKT0(reg >> 2, 0));
|
Completed in 74 milliseconds