Home
last modified time | relevance | path

Searched refs:Mappings (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp115 SmallVector<std::string, 8> Mappings; in addMappingsFromTLI() local
116 VFABI::getVectorVariantNames(CI, Mappings); in addMappingsFromTLI()
118 const SetVector<StringRef> OriginalSetOfMappings(Mappings.begin(), in addMappingsFromTLI()
119 Mappings.end()); in addMappingsFromTLI()
127 Mappings.push_back(MangledName); in addMappingsFromTLI()
136 VFABI::setVectorVariantNames(&CI, Mappings); in addMappingsFromTLI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp58 auto Result = Mappings.insert(std::make_pair(Module, Targets)); in addImport()
65 for (const auto &Item : Mappings) { in calculateSerializedSize()
74 using T = decltype(&*Mappings.begin()); in commit()
76 Ids.reserve(Mappings.size()); in commit()
78 for (const auto &M : Mappings) in commit()
DDebugCrossExSubsection.cpp36 Mappings[Local] = Global; in addMapping()
40 return Mappings.size() * sizeof(CrossModuleExport); in calculateSerializedSize()
45 for (const auto &M : Mappings) { in commit()
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c499 obj->Mappings[index].Pointer = pipe_buffer_map_range(pipe, in _mesa_bufferobj_map_range()
504 if (obj->Mappings[index].Pointer) { in _mesa_bufferobj_map_range()
505 obj->Mappings[index].Offset = offset; in _mesa_bufferobj_map_range()
506 obj->Mappings[index].Length = length; in _mesa_bufferobj_map_range()
507 obj->Mappings[index].AccessFlags = access; in _mesa_bufferobj_map_range()
513 return obj->Mappings[index].Pointer; in _mesa_bufferobj_map_range()
528 assert(offset + length <= obj->Mappings[index].Length); in _mesa_bufferobj_flush_mapped_range()
529 assert(obj->Mappings[index].Pointer); in _mesa_bufferobj_flush_mapped_range()
535 obj->Mappings[index].Offset + offset, in _mesa_bufferobj_flush_mapped_range()
549 if (obj->Mappings[index].Length) in _mesa_bufferobj_unmap()
[all …]
Dbufferobj.h114 return obj->Mappings[index].Pointer != NULL; in _mesa_bufferobj_mapped()
128 !(obj->Mappings[MAP_USER].AccessFlags & in _mesa_check_disallowed_mapping()
Ddraw.c1113 bo->Mappings[MAP_INTERNAL].Pointer); in check_array_data()
1174 ADD_POINTERS(vao->IndexBufferObj->Mappings[MAP_INTERNAL].Pointer, elements); in check_draw_elements_data()
1244 GLubyte *p = bufObj->Mappings[MAP_INTERNAL].Pointer; in print_draw_arrays()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c94 assert(exec->vtx.bufferobj->Mappings[MAP_INTERNAL].Pointer); in vbo_exec_bind_arrays()
95 buffer_offset = exec->vtx.bufferobj->Mappings[MAP_INTERNAL].Offset + in vbo_exec_bind_arrays()
165 exec->vtx.bufferobj->Mappings[MAP_INTERNAL].Offset; in vbo_exec_vtx_unmap()
Dvbo_minmax_index.c87 if ((bufferObj->Mappings[MAP_USER].AccessFlags & in vbo_use_minmax_cache()
/third_party/icu/docs/userguide/transforms/
Dcasemappings.md3 title: Case Mappings
12 # Case Mappings
57 * 5.18 Case Mappings
Dindex.md28 ### Case Mappings
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossExSubsection.h61 std::map<uint32_t, uint32_t> Mappings;
DDebugCrossImpSubsection.h87 StringMap<std::vector<support::ulittle32_t>> Mappings;
DCVRecord.h68 SmallVector<std::pair<uint32_t, TypeIndex>, 8> Mappings; member
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DSpecialCasing.txt199 # Conditional Mappings
203 # Language-Insensitive Mappings
225 # Language-Sensitive Mappings
/third_party/skia/third_party/externals/icu/source/data/unidata/
DSpecialCasing.txt199 # Conditional Mappings
203 # Language-Insensitive Mappings
225 # Language-Sensitive Mappings
/third_party/icu/icu4c/source/data/unidata/
DSpecialCasing.txt199 # Conditional Mappings
203 # Language-Insensitive Mappings
225 # Language-Sensitive Mappings
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DSpecialCasing.txt199 # Conditional Mappings
203 # Language-Insensitive Mappings
225 # Language-Sensitive Mappings
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h778 std::vector<YAMLVFSEntry> Mappings; variable
800 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings()
/third_party/python/Objects/
Ddictnotes.txt57 Dynamic Mappings
/third_party/openssl/doc/man3/
DX509V3_get_d2i.pod144 Policy Mappings NID_policy_mappings
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1901 Mappings.emplace_back(VirtualPath, RealPath); in addFileMapping()
2048 llvm::sort(Mappings, [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write()
2052 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()
/third_party/typescript/tests/baselines/reference/
DstringMappingOverPatternLiterals.types169 // Mappings over mappings
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
Dlangsvr.go245 switch v := f.res.Mappings[tok].(type) {
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_consumer_gltexture_yuv.txt135 Table 3.10.2.1 YUV Planar Texture Mappings
/third_party/spirv-tools/utils/vscode/src/
Dlangsvr.go245 switch v := f.res.Mappings[tok].(type) {

123