Searched refs:supports_ints (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 86 bool supports_ints; member in __anonf01a2b350111::nir_visitor 187 this->supports_ints = shader->options->native_integers; in nir_visitor() 1284 src = nir_swizzle(&b, src, swiz, num_components, !supports_ints); in visit() 1494 if (supports_ints) in visit() 1500 if (supports_ints) in visit() 1508 result = supports_ints ? nir_inot(&b, srcs[0]) : nir_fnot(&b, srcs[0]); in visit() 1534 result = supports_ints ? nir_i2f32(&b, srcs[0]) : nir_fmov(&b, srcs[0]); in visit() 1537 result = supports_ints ? nir_u2f32(&b, srcs[0]) : nir_fmov(&b, srcs[0]); in visit() 1540 result = supports_ints ? nir_b2f(&b, srcs[0]) : nir_fmov(&b, srcs[0]); in visit() 1777 result = supports_ints ? nir_iand(&b, srcs[0], srcs[1]) in visit() [all …]
|