Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c209 DXIL_INTR_COUNTBITS = 31, enumerator
441 case DXIL_INTR_COUNTBITS: in unary_func_name()
2157 case nir_op_bit_count: return emit_unary_intin(ctx, alu, DXIL_INTR_COUNTBITS, src[0]); in emit_alu()