Home
last modified time | relevance | path

Searched refs:b2f (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/tests/sksl/shared/
DNumberConversions.glsl46 float b2f = float(b);
48 …i)) + float(h2ui)) + float(f2ui)) + float(b2ui)) + s2f) + i2f) + us2f) + ui2f) + h2f) + f2f) + b2f;
DNumberConversions.metal56 float b2f = float(b);
58 …b2ui)) + half(s2f)) + half(i2f)) + half(us2f)) + half(ui2f)) + half(h2f)) + half(f2f)) + half(b2f);
DNumberConversions.asm.frag52 OpName %b2f "b2f"
270 %b2f = OpVariable %_ptr_Function_float Function
388 OpStore %b2f %145
503 %262 = OpLoad %float %b2f
/third_party/skia/resources/sksl/shared/
DNumberConversions.sksl45 float b2f = float(b);
53 half(i2f) + half(us2f) + half(ui2f) + half(h2f) + half(f2f) + half(b2f);
/third_party/mesa3d/src/compiler/nir/
Dnir_search.c145 MATCH_FCONV_CASE(b2f) in nir_op_matches_search_op()
188 MATCH_FCONV_CASE(b2f) in nir_search_op_for_nir_op()
242 RET_FCONV_CASE(b2f) in nir_op_for_search_op()
622 CASE(b2f) in dump_value()
/third_party/python/Tools/pynche/
Dwebcolors.txt30 DarkOliveGreen #556b2f
/third_party/mesa3d/docs/relnotes/
D19.0.5.rst73 - Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
D20.3.3.rst87 - Revert "nir: Replace an odd comparison involving fmin of -b2f"
D20.3.5.rst153 - nir/algebraic: Fix some min/max of b2f replacements
D19.1.0.rst473 - 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))
1966 - nir/algebraic: Replace a bcsel of a b2f sources with a b2f(!(a \|\|
1970 - intel/fs: Don't assert on b2f with a saturate modifier
1971 - nir/algebraic: Optimize away an fsat of a b2f
2006 - Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
D21.0.0.rst1506 - Revert "nir: Replace an odd comparison involving fmin of -b2f"
1521 - nir/algebraic: Fix some min/max of b2f replacements
D20.1.0.rst464 - pan/bi: Lower b2f to bcsel
2173 - soft-fp64/b2f: Reimplement using bitwise logic ops
D19.0.0.rst2390 - ac/nir_to_llvm: fix b2f for f64
D21.2.0.rst416 - agx: Implement b2f
485 - pan/bi: Handle b2f ourselves
D21.1.0.rst2382 - nir/algebraic: Fix some min/max of b2f replacements
2383 - nir/algebraic: Remove some redundant b2f logic-op reduction patterns
D22.1.0.rst2876 - intel/fs: Enable b2f(inot(a)) and b2i(inot(a)) optimization for Gfx12+
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.h190 ir_expression *b2f(operand a);
Dopt_algebraic.cpp471 return b2f(logic_or(b2f_0->operands[0], b2f_1->operands[0])); in handle_expression()
616 return b2f(logic_and(op_expr[0]->operands[0], op_expr[1]->operands[0])); in handle_expression()
Dir_builder.cpp509 b2f(operand a) in b2f() function
Dbuiltin_functions.cpp6121 body.emit(assign(t, f2d(b2f(gequal(x, edge))))); in _step()
6123 body.emit(assign(t, b2f(gequal(x, edge)))); in _step()
6128 body.emit(assign(t, f2d(b2f(gequal(swizzle(x, i, 1), edge))), 1 << i)); in _step()
6130 body.emit(assign(t, b2f(gequal(swizzle(x, i, 1), edge)), 1 << i)); in _step()
6136 body.emit(assign(t, f2d(b2f(gequal(swizzle(x, i, 1), swizzle(edge, i, 1)))), in _step()
6139 body.emit(assign(t, b2f(gequal(swizzle(x, i, 1), swizzle(edge, i, 1))), in _step()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp240 void b2f(Vector4f &dst, const Vector4f &src);
DVertexProgram.cpp243 case Shader::OPCODE_B2F: b2f(d, s0); break; in program()
DPixelProgram.cpp196 case Shader::OPCODE_B2F: b2f(d, s0); break; in applyShader()
DShaderCore.cpp710 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() function in sw::ShaderCore
/third_party/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...

12