HomeSort by: relevance | last modified time | path
    Searched refs:BRW_PARAM_VALUE (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_program.h 47 #define BRW_PARAM_VALUE(param) ((uint32_t)(param) & 0x00ffffff)
51 #define BRW_PARAM_PARAMETER_IDX(param) (BRW_PARAM_VALUE(param) >> 2)
52 #define BRW_PARAM_PARAMETER_COMP(param) (BRW_PARAM_VALUE(param) & 0x3)
55 #define BRW_PARAM_UNIFORM_IDX(param) BRW_PARAM_VALUE(param)
58 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8)
59 #define BRW_PARAM_IMAGE_OFFSET(value) (BRW_PARAM_VALUE(value) & 0xf)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_program.h 47 #define BRW_PARAM_VALUE(param) ((uint32_t)(param) & 0x00ffffff)
51 #define BRW_PARAM_PARAMETER_IDX(param) (BRW_PARAM_VALUE(param) >> 2)
52 #define BRW_PARAM_PARAMETER_COMP(param) (BRW_PARAM_VALUE(param) & 0x3)
55 #define BRW_PARAM_UNIFORM_IDX(param) BRW_PARAM_VALUE(param)
58 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8)
59 #define BRW_PARAM_IMAGE_OFFSET(value) (BRW_PARAM_VALUE(value) & 0xf)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_context.h 64 #define BRW_PARAM_VALUE(param) ((uint32_t)(param) & 0x00ffffff)
66 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8)
67 #define BRW_PARAM_IMAGE_OFFSET(value)(BRW_PARAM_VALUE(value) & 0xf)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.h 68 #define BRW_PARAM_VALUE(param) ((uint32_t)(param) & 0x00ffffff)
70 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8)
71 #define BRW_PARAM_IMAGE_OFFSET(value)(BRW_PARAM_VALUE(value) & 0xf)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_context.h 58 #define BRW_PARAM_VALUE(param) ((uint32_t)(param) & 0x00ffffff)
60 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8)
61 #define BRW_PARAM_IMAGE_OFFSET(value)(BRW_PARAM_VALUE(value) & 0xf)

Completed in 12 milliseconds