Home
last modified time | relevance | path

Searched full:path (Results 37076 - 37100 of 37931) sorted by relevance

1...<<1481148214831484148514861487148814891490>>...1518

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1233 // 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 Dnv50_ir_lowering_nvc0.cpp429 // 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 DISA.xml1435 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 Dopt.h364 * include path somewhere.
2748 #define LWIP_HOOK_FILENAME "path/to/my/lwip_hooks.h"
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc341 // 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 Dbuiltins-ppc.cc1950 // 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 Dconstants-s390.h1080 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 Dbuiltins-loong64.cc341 // 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 Dbuiltins-riscv64.cc365 // 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 Dbuiltins-s390.cc2004 // 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 Du_threaded_context.c414 /* 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 Dlibtest24-drop-fns.so.abi20 <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 Dlibtest24-drop-fns-2.so.abi20 <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 DTestUtil.java2965 * @param filePath The path relative to
2995 * @param filename The path relative to
/third_party/python/Doc/library/
H A Dunittest.mock.rst2031 * File system path representation: ``__fspath__``
2479 with open('/some/path', 'w') as f:
/third_party/openGLES/extensions/OES/
H A DOES_geometry_shader.txt2187 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 DProgram.cpp884 // 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 DAsmPrinter.cpp116 #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 DMachineBlockPlacement.cpp106 // - 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 DCore.cpp4004 const char *Path,
4008 ErrorOr<std::unique_ptr<MemoryBuffer>> MBOrErr = MemoryBuffer::getFile(Path);
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp1919 // 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 Dssl_lib.c5356 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 DARB_geometry_shader4.txt1806 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 DSkSLSPIRVCodeGenerator.cpp2406 // 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 Dfreetype.h2026 * Create a new input stream from a C~path name.
2177 * A path to the font file.

Completed in 176 milliseconds

1...<<1481148214831484148514861487148814891490>>...1518