Home
last modified time | relevance | path

Searched refs:BRW_PARAM_VALUE (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h64 #define BRW_PARAM_VALUE(param) ((uint32_t)(param) & 0x00ffffff) macro
66 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8)
67 #define BRW_PARAM_IMAGE_OFFSET(value)(BRW_PARAM_VALUE(value) & 0xf)
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h71 #define BRW_PARAM_VALUE(param) ((uint32_t)(param) & 0x00ffffff) macro
73 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8)
74 #define BRW_PARAM_IMAGE_OFFSET(value)(BRW_PARAM_VALUE(value) & 0xf)