Searched refs:b2i (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/tests/sksl/shared/ |
D | NumberConversions.glsl | 25 int b2i = int(b); 47 …at(i2i)) + float(us2i)) + float(ui2i)) + float(h2i)) + float(f2i)) + float(b2i)) + float(s2us)) + …
|
D | NumberConversions.metal | 35 int b2i = int(b); 57 … + half(i2i)) + half(us2i)) + half(ui2i)) + half(h2i)) + half(f2i)) + half(b2i)) + half(s2us)) + h…
|
D | NumberConversions.asm.frag | 31 OpName %b2i "b2i" 249 %b2i = OpVariable %_ptr_Function_int Function 331 OpStore %b2i %86 443 %202 = OpLoad %int %b2i
|
/third_party/skia/resources/sksl/shared/ |
D | NumberConversions.sksl | 24 int b2i = int(b); 50 half(b2i) + half(s2us) + half(i2us) + half(us2us);
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_search.c | 145 MATCH_ICONV_CASE(b2i) in nir_op_matches_search_op() 188 MATCH_ICONV_CASE(b2i) in nir_search_op_for_nir_op() 242 RET_ICONV_CASE(b2i) in nir_op_for_search_op() 621 CASE(b2i) in dump_value()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 189 ir_expression *b2i(operand a);
|
D | ir_builder.cpp | 510 b2i(operand a) in b2i() function
|
D | lower_instructions.cpp | 812 ir->operands[0] = b2i(less(add(ir->operands[0], ir->operands[1]), x_clone)); in carry_to_arith() 830 ir->operands[0] = b2i(less(ir->operands[0], ir->operands[1])); in borrow_to_arith() 1520 return i2u(b2i(less(add(a, b), in _carry()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 246 void b2i(Vector4f &dst, const Vector4f &src);
|
D | VertexProgram.cpp | 249 case Shader::OPCODE_B2I: b2i(d, s0); break; in program()
|
D | PixelProgram.cpp | 202 case Shader::OPCODE_B2I: b2i(d, s0); break; in applyShader()
|
D | ShaderCore.cpp | 758 void ShaderCore::b2i(Vector4f &dst, const Vector4f &src) in b2i() function in sw::ShaderCore
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 1269 - nir/algebraic: optimize bcsel(a, 0, 1) to b2i 1270 - nir: also move b2i in case of nir_move_copies 1277 - nir/algebraic: propagate b2i out of ior/iand 2057 - zink: lower b2b to b2i
|
D | 19.1.0.rst | 473 - panfrost/midgard: Implement b2i; improve b2f/f2b 1897 - intel/compiler: handle b2i/b2f with other integer conversion opcodes 1965 - intel/fs: Emit better code for b2f(inot(a)) and b2i(inot(a))
|
D | 21.0.0.rst | 2950 - aco: fix combining add/sub to b2i if a new dest needs to be allocated
|
D | 20.1.0.rst | 1915 - zink: lower b2b to b2i
|
D | 20.3.0.rst | 4421 - aco: fix combining add/sub to b2i if a new dest needs to be allocated
|
D | 21.2.0.rst | 417 - agx: Add b2i implementation
|