Searched refs:fourcc_mod_code (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | drm_fourcc.h | 268 #define fourcc_mod_code(vendor, val) \ macro 286 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 296 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 312 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 327 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 342 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 361 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 362 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 377 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1) 386 #define DRM_FORMAT_MOD_SAMSUNG_16_16_TILE fourcc_mod_code(SAMSUN [all...] |
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | drm_fourcc.h | 376 #define fourcc_mod_code(vendor, val) \ macro 419 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 429 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 458 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 476 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 491 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 510 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 511 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 522 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 535 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTE [all...] |
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | drm_fourcc.h | 435 #define fourcc_mod_code(vendor, val) \ macro 478 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 488 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 517 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 535 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 550 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 569 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 570 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 581 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 594 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTE [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_drm_fourcc.h | 35 #define fourcc_mod_code(vendor, val) \ macro 37 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 38 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 39 #define AMD_FMT_MOD fourcc_mod_code(AMD, 0)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.c | 61 #define FD_FORMAT_MOD_QCOM_TILED fourcc_mod_code(QCOM, 0xffffffff)
|
Completed in 9 milliseconds