Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_bufferobj.c137 assert(!obj->Mappings[index].Pointer); in nouveau_bufferobj_map_range()
150 obj->Mappings[index].Pointer = map + offset; in nouveau_bufferobj_map_range()
151 obj->Mappings[index].Offset = offset; in nouveau_bufferobj_map_range()
152 obj->Mappings[index].Length = length; in nouveau_bufferobj_map_range()
153 obj->Mappings[index].AccessFlags = access; in nouveau_bufferobj_map_range()
155 return obj->Mappings[index].Pointer; in nouveau_bufferobj_map_range()
162 assert(obj->Mappings[index].Pointer); in nouveau_bufferobj_unmap()
164 obj->Mappings[index].Pointer = NULL; in nouveau_bufferobj_unmap()
165 obj->Mappings[index].Offset = 0; in nouveau_bufferobj_unmap()
166 obj->Mappings[index].Length = 0; in nouveau_bufferobj_unmap()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffer_objects.c202 assert(!obj->Mappings[MAP_USER].Pointer); /* Mesa should have unmapped it */ in brw_buffer_data()
203 assert(!obj->Mappings[MAP_INTERNAL].Pointer); in brw_buffer_data()
408 obj->Mappings[index].Offset = offset; in brw_map_buffer_range()
409 obj->Mappings[index].Length = length; in brw_map_buffer_range()
410 obj->Mappings[index].AccessFlags = access; in brw_map_buffer_range()
413 obj->Mappings[index].Pointer = NULL; in brw_map_buffer_range()
467 obj->Mappings[index].Pointer = map + intel_obj->map_extra[index]; in brw_map_buffer_range()
468 return obj->Mappings[index].Pointer; in brw_map_buffer_range()
476 obj->Mappings[index].Pointer = map + offset; in brw_map_buffer_range()
477 return obj->Mappings[index].Pointer; in brw_map_buffer_range()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_buffer_objects.c65 if (obj->Mappings[i].Pointer) { in radeonDeleteBufferObject()
192 obj->Mappings[index].Pointer = NULL; in radeonMapBufferRange()
196 obj->Mappings[index].Offset = offset; in radeonMapBufferRange()
197 obj->Mappings[index].Length = length; in radeonMapBufferRange()
198 obj->Mappings[index].AccessFlags = access; in radeonMapBufferRange()
202 obj->Mappings[index].Pointer = radeon_obj->bo->ptr + offset; in radeonMapBufferRange()
203 return obj->Mappings[index].Pointer; in radeonMapBufferRange()
221 obj->Mappings[index].Pointer = NULL; in radeonUnmapBuffer()
222 obj->Mappings[index].Offset = 0; in radeonUnmapBuffer()
223 obj->Mappings[index].Length = 0; in radeonUnmapBuffer()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_buffer_objects.c65 if (obj->Mappings[i].Pointer) { in radeonDeleteBufferObject()
192 obj->Mappings[index].Pointer = NULL; in radeonMapBufferRange()
196 obj->Mappings[index].Offset = offset; in radeonMapBufferRange()
197 obj->Mappings[index].Length = length; in radeonMapBufferRange()
198 obj->Mappings[index].AccessFlags = access; in radeonMapBufferRange()
202 obj->Mappings[index].Pointer = radeon_obj->bo->ptr + offset; in radeonMapBufferRange()
203 return obj->Mappings[index].Pointer; in radeonMapBufferRange()
221 obj->Mappings[index].Pointer = NULL; in radeonUnmapBuffer()
222 obj->Mappings[index].Offset = 0; in radeonUnmapBuffer()
223 obj->Mappings[index].Length = 0; in radeonUnmapBuffer()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c130 assert(!obj->Mappings[MAP_USER].Pointer); /* Mesa should have unmapped it */ in intel_bufferobj_data()
131 assert(!obj->Mappings[MAP_INTERNAL].Pointer); in intel_bufferobj_data()
288 obj->Mappings[index].Offset = offset; in intel_bufferobj_map_range()
289 obj->Mappings[index].Length = length; in intel_bufferobj_map_range()
290 obj->Mappings[index].AccessFlags = access; in intel_bufferobj_map_range()
300 obj->Mappings[index].Pointer = intel_obj->sys_buffer + offset; in intel_bufferobj_map_range()
301 return obj->Mappings[index].Pointer; in intel_bufferobj_map_range()
309 obj->Mappings[index].Pointer = NULL; in intel_bufferobj_map_range()
354 obj->Mappings[index].Pointer = in intel_bufferobj_map_range()
367 obj->Mappings[index].Pointer = in intel_bufferobj_map_range()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c464 obj->Mappings[index].Pointer = pipe_buffer_map_range(pipe, in st_bufferobj_map_range()
469 if (obj->Mappings[index].Pointer) { in st_bufferobj_map_range()
470 obj->Mappings[index].Offset = offset; in st_bufferobj_map_range()
471 obj->Mappings[index].Length = length; in st_bufferobj_map_range()
472 obj->Mappings[index].AccessFlags = access; in st_bufferobj_map_range()
478 return obj->Mappings[index].Pointer; in st_bufferobj_map_range()
494 assert(offset + length <= obj->Mappings[index].Length); in st_bufferobj_flush_mapped_range()
495 assert(obj->Mappings[index].Pointer); in st_bufferobj_flush_mapped_range()
501 obj->Mappings[index].Offset + offset, in st_bufferobj_flush_mapped_range()
516 if (obj->Mappings[index].Length) in st_bufferobj_unmap()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp59 auto Result = Mappings.insert(std::make_pair(Module, Targets)); in addImport()
66 for (const auto &Item : Mappings) { in calculateSerializedSize()
75 using T = decltype(&*Mappings.begin()); in commit()
77 Ids.reserve(Mappings.size()); in commit()
79 for (const auto &M : Mappings) in commit()
DDebugCrossExSubsection.cpp37 Mappings[Local] = Global; in addMapping()
41 return Mappings.size() * sizeof(CrossModuleExport); in calculateSerializedSize()
46 for (const auto &M : Mappings) { in commit()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DX509.java11 public static class Mappings class in X509
14 public Mappings() in Mappings() method in X509.Mappings
DDH.java24 public static class Mappings class in DH
27 public Mappings() in Mappings() method in DH.Mappings
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/
DPKCS12.java10 public static class Mappings class in PKCS12
13 public Mappings() in Mappings() method in PKCS12.Mappings
DBC.java10 public static class Mappings class in BC
13 public Mappings() in Mappings() method in BC.Mappings
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/
DX509.java16 public static class Mappings class in X509
19 public Mappings() in Mappings() method in X509.Mappings
DDH.java31 public static class Mappings class in DH
34 public Mappings() in Mappings() method in DH.Mappings
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/
DPKCS12.java17 public static class Mappings class in PKCS12
20 public Mappings() in Mappings() method in PKCS12.Mappings
DBC.java17 public static class Mappings class in BC
20 public Mappings() in Mappings() method in BC.Mappings
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DTwofish.java120 public static class Mappings class in Twofish
125 public Mappings() in Mappings() method in Twofish.Mappings
DBlowfish.java72 public static class Mappings class in Blowfish
77 public Mappings() in Mappings() method in Blowfish.Mappings
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
DTwofish.java129 public static class Mappings class in Twofish
134 public Mappings() in Mappings() method in Twofish.Mappings
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
DMD5.java59 public static class Mappings class in MD5
64 public Mappings() in Mappings() method in MD5.Mappings
DSHA384.java74 public static class Mappings class in SHA384
79 public Mappings() in Mappings() method in SHA384.Mappings
DSHA512.java160 public static class Mappings class in SHA512
165 public Mappings() in Mappings() method in SHA512.Mappings
DSHA224.java56 public static class Mappings class in SHA224
61 public Mappings() in Mappings() method in SHA224.Mappings
DSHA256.java76 public static class Mappings class in SHA256
81 public Mappings() in Mappings() method in SHA256.Mappings
/external/mesa3d/src/mesa/main/
Dbufferobj.c271 const GLintptr mapEnd = obj->Mappings[MAP_USER].Offset + in bufferobj_range_mapped()
272 obj->Mappings[MAP_USER].Length; in bufferobj_range_mapped()
274 if (!(end <= obj->Mappings[MAP_USER].Offset || offset >= mapEnd)) { in bufferobj_range_mapped()
323 if (bufObj->Mappings[MAP_USER].AccessFlags & GL_MAP_PERSISTENT_BIT) in buffer_object_subdata_range_good()
769 bufObj->Mappings[index].Pointer = bufObj->Data + offset; in map_buffer_range_fallback()
770 bufObj->Mappings[index].Length = length; in map_buffer_range_fallback()
771 bufObj->Mappings[index].Offset = offset; in map_buffer_range_fallback()
772 bufObj->Mappings[index].AccessFlags = access; in map_buffer_range_fallback()
773 return bufObj->Mappings[index].Pointer; in map_buffer_range_fallback()
809 bufObj->Mappings[index].Pointer = NULL; in unmap_buffer_fallback()
[all …]

1234