Searched refs:b2i (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/CXX/special/class.inhctor/ |
D | p2.cpp | 56 B b2i = { X<2>{} }; // expected-error {{constructor is explicit}} variable
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 186 ir_expression *b2i(operand a);
|
D | lower_instructions.cpp | 804 ir->operands[0] = b2i(less(add(ir->operands[0], ir->operands[1]), x_clone)); in carry_to_arith() 822 ir->operands[0] = b2i(less(ir->operands[0], ir->operands[1])); in borrow_to_arith() 1511 return i2u(b2i(less(add(a, b), in _carry()
|
D | ir_builder.cpp | 510 b2i(operand a) in b2i() function
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 250 void b2i(Vector4f &dst, const Vector4f &src);
|
D | VertexProgram.cpp | 234 case Shader::OPCODE_B2I: b2i(d, s0); break; in program()
|
D | PixelProgram.cpp | 173 case Shader::OPCODE_B2I: b2i(d, s0); break; in applyShader()
|
D | ShaderCore.cpp | 744 void ShaderCore::b2i(Vector4f &dst, const Vector4f &src) in b2i() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 250 void b2i(Vector4f &dst, const Vector4f &src);
|
D | VertexProgram.cpp | 241 case Shader::OPCODE_B2I: b2i(d, s0); break; in program()
|
D | PixelProgram.cpp | 173 case Shader::OPCODE_B2I: b2i(d, s0); break; in applyShader()
|
D | ShaderCore.cpp | 744 void ShaderCore::b2i(Vector4f &dst, const Vector4f &src) in b2i() function in sw::ShaderCore
|