Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c54 resolve_status = BRW_NIR_BOOLEAN_NO_RESOLVE; in get_resolve_status_for_src()
129 resolve_status = BRW_NIR_BOOLEAN_NO_RESOLVE; in analyze_boolean_resolves_block()
162 resolve_status = BRW_NIR_BOOLEAN_NO_RESOLVE; in analyze_boolean_resolves_block()
206 case BRW_NIR_BOOLEAN_NO_RESOLVE: in analyze_boolean_resolves_block()
229 instr->pass_flags |= BRW_NIR_BOOLEAN_NO_RESOLVE; in analyze_boolean_resolves_block()
Dbrw_nir.h87 BRW_NIR_BOOLEAN_NO_RESOLVE = 0x3, enumerator