/third_party/skia/tests/sksl/shared/ |
D | NumberConversions.glsl | 46 float b2f = float(b); 48 …i)) + float(h2ui)) + float(f2ui)) + float(b2ui)) + s2f) + i2f) + us2f) + ui2f) + h2f) + f2f) + b2f;
|
D | NumberConversions.metal | 56 float b2f = float(b); 58 …b2ui)) + half(s2f)) + half(i2f)) + half(us2f)) + half(ui2f)) + half(h2f)) + half(f2f)) + half(b2f);
|
D | NumberConversions.asm.frag | 52 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/ |
D | NumberConversions.sksl | 45 float b2f = float(b); 53 half(i2f) + half(us2f) + half(ui2f) + half(h2f) + half(f2f) + half(b2f);
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_search.c | 145 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/ |
D | webcolors.txt | 30 DarkOliveGreen #556b2f
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.5.rst | 73 - Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
|
D | 20.3.3.rst | 87 - Revert "nir: Replace an odd comparison involving fmin of -b2f"
|
D | 20.3.5.rst | 153 - nir/algebraic: Fix some min/max of b2f replacements
|
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)) 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"
|
D | 21.0.0.rst | 1506 - Revert "nir: Replace an odd comparison involving fmin of -b2f" 1521 - nir/algebraic: Fix some min/max of b2f replacements
|
D | 20.1.0.rst | 464 - pan/bi: Lower b2f to bcsel 2173 - soft-fp64/b2f: Reimplement using bitwise logic ops
|
D | 19.0.0.rst | 2390 - ac/nir_to_llvm: fix b2f for f64
|
D | 21.2.0.rst | 416 - agx: Implement b2f 485 - pan/bi: Handle b2f ourselves
|
D | 21.1.0.rst | 2382 - nir/algebraic: Fix some min/max of b2f replacements 2383 - nir/algebraic: Remove some redundant b2f logic-op reduction patterns
|
D | 22.1.0.rst | 2876 - intel/fs: Enable b2f(inot(a)) and b2i(inot(a)) optimization for Gfx12+
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 190 ir_expression *b2f(operand a);
|
D | opt_algebraic.cpp | 471 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()
|
D | ir_builder.cpp | 509 b2f(operand a) in b2f() function
|
D | builtin_functions.cpp | 6121 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/ |
D | ShaderCore.hpp | 240 void b2f(Vector4f &dst, const Vector4f &src);
|
D | VertexProgram.cpp | 243 case Shader::OPCODE_B2F: b2f(d, s0); break; in program()
|
D | PixelProgram.cpp | 196 case Shader::OPCODE_B2F: b2f(d, s0); break; in applyShader()
|
D | ShaderCore.cpp | 710 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() function in sw::ShaderCore
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |