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

/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_constant_expressions.c6586 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
6610 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
6634 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
6658 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
25306 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
25330 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
25354 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
25399 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
25431 if (nir_is_rounding_mode_rtz(execution_mode, 16)) {
25463 if (nir_is_rounding_mode_rtz(execution_mod
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.h1295 nir_is_rounding_mode_rtz(unsigned execution_mode, unsigned bit_size) function in typeref:typename:bool
1327 if (nir_is_rounding_mode_rtz(execution_mode, bit_size))
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c5153 nir_is_rounding_mode_rtz(b->shader->info.float_controls_execution_mode, bit_size),

Completed in 84 milliseconds