Searched defs:BRW_PARAM_IS_BUILTIN (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.h527 #define BRW_PARAM_IS_BUILTIN(param) (((param) & 0xffff0000) == 0) macro
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.h618 #define BRW_PARAM_IS_BUILTIN(param) (((param) & 0xffff0000) == 0) macro

Completed in 6 milliseconds