Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h509 #define BRW_PARAM_IS_BUILTIN(param) (((param) & 0xffff0000) == 0) macro
/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c654 if (BRW_PARAM_IS_BUILTIN(param)) { in anv_push_constant_value()