Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c203 DXIL_INTR_RSQRT = 25, enumerator
2163 case nir_op_frsq: return emit_unary_intin(ctx, alu, DXIL_INTR_RSQRT, src[0]); in emit_alu()