| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_cmd_buffer.c | 1233 // manually where it matters, like here, in the clear path. in adjust_clear_color() 3909 * path. in dzn_CmdDrawIndexed()
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nvc0.cpp | 429 // the case where along some control flow path a texture result is never used, 561 WARN("Failed to find path TEX -> TEXBAR\n"); in insertTextureBarriers()
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | ISA.xml | 1435 In the fixed-function path, `BLEND` sends the colour to the blender to be 1443 In the blend shader path, `BLEND` ignores the specified flow control and
|
| /third_party/lwip/src/include/lwip/ |
| H A D | opt.h | 364 * include path somewhere. 2748 #define LWIP_HOOK_FILENAME "path/to/my/lwip_hooks.h"
|
| /third_party/node/deps/v8/src/builtins/mips64/ |
| H A D | builtins-mips64.cc | 341 // TODO(v8:11429): Add a path for "not_compiled" and unify the two uses under 1692 // We should never take the if_return path. in Generate_InterpreterEnterAtNextBytecode()
|
| /third_party/node/deps/v8/src/builtins/ppc/ |
| H A D | builtins-ppc.cc | 1950 // We should never take the if_return path. in Generate_InterpreterEnterAtNextBytecode() 3148 // Do fast-path convert from double to int. in Generate_DoubleToI()
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | constants-s390.h | 1080 V(stcps, STCPS, 0xB23A) /* type = S STORE CHANNEL PATH STATUS */ \ 1081 V(rchp, RCHP, 0xB23B) /* type = S RESET CHANNEL PATH */ \
|
| /third_party/node/deps/v8/src/builtins/loong64/ |
| H A D | builtins-loong64.cc | 341 // TODO(v8:11429): Add a path for "not_compiled" and unify the two uses under 1695 // We should never take the if_return path. in Generate_InterpreterEnterAtNextBytecode()
|
| /third_party/node/deps/v8/src/builtins/riscv64/ |
| H A D | builtins-riscv64.cc | 365 // TODO(v8:11429): Add a path for "not_compiled" and unify the two uses under 1766 // We should never take the if_return path. in Generate_InterpreterEnterAtNextBytecode()
|
| /third_party/node/deps/v8/src/builtins/s390/ |
| H A D | builtins-s390.cc | 2004 // We should never take the if_return path. in Generate_InterpreterEnterAtNextBytecode() 3180 // Do fast-path convert from double to int. in Generate_DoubleToI()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 414 /* Fast path exit to avoid additional branches */ in tc_touch_buffer() 2135 * fast path for sparse buffers that doesn't need thread synchronization. in tc_improve_map_buffer_flags()
|
| /third_party/libabigail/tests/data/test-annotate/ |
| H A D | libtest24-drop-fns.so.abi | 20 <abi-instr address-size='64' path='test24-drop-fns.cc' comp-dir-path='/home/dodji/git/libabigail.git/suppr/tests/data/test-read-dwarf' language='LANG_C_plus_plus'>
|
| H A D | libtest24-drop-fns-2.so.abi | 20 <abi-instr address-size='64' path='test24-drop-fns.cc' comp-dir-path='/home/dodji/git/libabigail.git/suppr/tests/data/test-read-dwarf' language='LANG_C_plus_plus'>
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| H A D | TestUtil.java | 2965 * @param filePath The path relative to 2995 * @param filename The path relative to
|
| /third_party/python/Doc/library/ |
| H A D | unittest.mock.rst | 2031 * File system path representation: ``__fspath__`` 2479 with open('/some/path', 'w') as f:
|
| /third_party/openGLES/extensions/OES/ |
| H A D | OES_geometry_shader.txt | 2187 there is an execution path through the shader that does not set 2189 shader that take that path.
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Program.cpp | 884 // The D3D compiler includes a fake file path in some of the warning or error 885 // messages, so lets remove all occurrences of this fake file path from the log.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 116 #include "llvm/Support/Path.h" 290 llvm::sys::path::filename(M.getSourceFileName())); in doInitialization()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 106 // - Outlining: placement of a basic block outside the chain or hot path. 277 // Fast path in case we don't have a chain already. in merge()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Core.cpp | 4004 const char *Path, 4008 ErrorOr<std::unique_ptr<MemoryBuffer>> MBOrErr = MemoryBuffer::getFile(Path);
|
| /third_party/skia/src/gpu/ops/ |
| H A D | GrOvalOpFactory.cpp | 1919 // For large ovals with low precision floats, we fall back to the path renderer. 2204 // For large ovals with low precision floats, we fall back to the path renderer.
|
| /third_party/openssl/ssl/ |
| H A D | ssl_lib.c | 5356 int SSL_CTX_set_ctlog_list_file(SSL_CTX *ctx, const char *path) in SSL_CTX_set_ctlog_list_file() argument 5358 return CTLOG_STORE_load_file(ctx->ctlog_store, path); in SSL_CTX_set_ctlog_list_file()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_geometry_shader4.txt | 1806 and there is an execution path through the shader that does not set 1808 the shader that take that path.
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLSPIRVCodeGenerator.cpp | 2406 // Splat rhs across an entire matrix so we can reuse the matrix-op-matrix path. in writeBinaryExpression() 2431 // Splat lhs across an entire matrix so we can reuse the matrix-op-matrix path. in writeBinaryExpression()
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | freetype.h | 2026 * Create a new input stream from a C~path name. 2177 * A path to the font file.
|