Searched refs:b2i (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CXX/special/class.inhctor/
H A Dp2.cpp56 B b2i = { X<2>{} }; // expected-error {{constructor is explicit}} variable
/external/mesa3d/src/compiler/glsl/
H A Dir_builder.h185 ir_expression *b2i(operand a);
H A Dlower_instructions.cpp746 ir->operands[0] = b2i(less(add(ir->operands[0], ir->operands[1]), x_clone));
763 ir->operands[0] = b2i(less(ir->operands[0], ir->operands[1]));
1436 return i2u(b2i(less(add(a, b),
H A Dir_builder.cpp504 b2i(operand a) function in namespace:ir_builder
/external/swiftshader/src/Shader/
H A DShaderCore.hpp231 void b2i(Vector4f &dst, const Vector4f &src);
H A DPixelProgram.cpp168 case Shader::OPCODE_B2I: b2i(d, s0); break;
H A DVertexProgram.cpp254 case Shader::OPCODE_B2I: b2i(d, s0); break;
H A DShaderCore.cpp585 void ShaderCore::b2i(Vector4f &dst, const Vector4f &src) function in class:sw::ShaderCore

Completed in 160 milliseconds