Searched refs:i2b (Results 1 – 13 of 13) sorted by relevance
146 MATCH_BCONV_CASE(i2b) in nir_op_matches_search_op()189 MATCH_BCONV_CASE(i2b) in nir_search_op_for_nir_op()243 RET_BCONV_CASE(i2b) in nir_op_for_search_op()622 CASE(i2b) in dump_value()
605 i2b(int i) in i2b() function706 p5 = i2b(625); in pow5mult()759 p5 = i2b(625); in pow5mult()1323 d = i2b(1); in bigcomp()1823 bs = i2b(1); in _Py_dg_strtod()2591 mhi = i2b(1); in _Py_dg_dtoa()2625 S = i2b(1); in _Py_dg_dtoa()
83 - st/mesa: make sure to create a "clean" bool when doing i2b
156 - i965/vec4: Fix implementation of i2b.
479 - panfrost/midgard: Handle i2b constant1396 - v3d: Move i2b and f2b support into emit_comparison.1955 - nir/algebraic: Replace i2b used by bcsel or if-statement with
1200 - i965: Fix missing "break;" in i2b/f2b, and missing AND of CMP result.
746 - aco: implement 64bit i2b for SI /CI
190 ir_expression *i2b(operand a);
504 i2b(operand a) in i2b() function
245 void i2b(Vector4f &dst, const Vector4f &src);
248 case Shader::OPCODE_I2B: i2b(d, s0); break; in program()
201 case Shader::OPCODE_I2B: i2b(d, s0); break; in applyShader()
750 void ShaderCore::i2b(Vector4f &dst, const Vector4f &src) in i2b() function in sw::ShaderCore