Home
last modified time | relevance | path

Searched refs:MI_BUILDER_MAX_MATH_DWORDS (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/common/
H A Dmi_builder.h126 #define MI_BUILDER_MAX_MATH_DWORDS 256 macro
128 #define MI_BUILDER_MAX_MATH_DWORDS 64
140 uint32_t math_dwords[MI_BUILDER_MAX_MATH_DWORDS];
691 assert(num_dwords < MI_BUILDER_MAX_MATH_DWORDS); in _mi_builder_push_math()
692 if (b->num_math_dwords + num_dwords > MI_BUILDER_MAX_MATH_DWORDS) in _mi_builder_push_math()

Completed in 3 milliseconds