Home
last modified time | relevance | path

Searched refs:BufferType (Results 1 – 25 of 1973) sorted by relevance

12345678910>>...79

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp19 enum class BufferType enum
31 case BufferType::COLOR: in BufferTypeString()
33 case BufferType::DEPTH: in BufferTypeString()
35 case BufferType::STENCIL: in BufferTypeString()
48 case BufferType::COLOR: in BufferTypeMask()
50 case BufferType::DEPTH: in BufferTypeMask()
65 case BufferType::COLOR: in BufferTypeFormat()
67 case BufferType::DEPTH: in BufferTypeFormat()
82 case BufferType::COLOR: in BufferTypeAttachment()
84 case BufferType::DEPTH: in BufferTypeAttachment()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/
H A DBufferLayout.java32 public enum BufferType { enum in BufferLayout
40 BufferType(String name) { in BufferType() method in BufferLayout.BufferType
52 private static final BufferLayout TYPE_BUFFER = new BufferLayout(BufferType.TYPE, 32);
53 private static final BufferLayout BIT_BUFFER = new BufferLayout(BufferType.DATA, 1);
56 private static final BufferLayout VALUES_64 = new BufferLayout(BufferType.DATA, 64);
57 private static final BufferLayout VALUES_32 = new BufferLayout(BufferType.DATA, 32);
58 private static final BufferLayout VALUES_16 = new BufferLayout(BufferType.DATA, 16);
59 private static final BufferLayout VALUES_8 = new BufferLayout(BufferType.DATA, 8);
110 private final BufferType type;
112 BufferLayout(BufferType type, int typeBitWidth) { in BufferLayout()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/
H A DBufferLayout.java32 public enum BufferType { enum in BufferLayout
40 BufferType(String name) { in BufferType() method in BufferLayout.BufferType
52 private static final BufferLayout TYPE_BUFFER = new BufferLayout(BufferType.TYPE, 32);
53 private static final BufferLayout BIT_BUFFER = new BufferLayout(BufferType.DATA, 1);
56 private static final BufferLayout VALUES_64 = new BufferLayout(BufferType.DATA, 64);
57 private static final BufferLayout VALUES_32 = new BufferLayout(BufferType.DATA, 32);
58 private static final BufferLayout VALUES_16 = new BufferLayout(BufferType.DATA, 16);
59 private static final BufferLayout VALUES_8 = new BufferLayout(BufferType.DATA, 8);
110 private final BufferType type;
112 BufferLayout(BufferType type, int typeBitWidth) { in BufferLayout()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dserializationbuffer.h18 typedef std::vector<CELL> BufferType; typedef
23 static BufferType create(const REGION& region) in create()
25 return BufferType(region.size()); in create()
28 static ElementType *getData(BufferType& buffer) in getData()
45 typedef std::vector<char> BufferType; typedef
50 static BufferType create(const REGION& region) in create()
55 static ElementType *getData(BufferType& buffer) in getData()
72 typedef std::vector<char> BufferType; typedef
77 static BufferType create(const REGION& region) in create()
79 return BufferType(); in create()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/
H A DBufferLayout.java32 public enum BufferType { enum in BufferLayout
40 BufferType(String name) { in BufferType() method in BufferLayout.BufferType
52 private static final BufferLayout TYPE_BUFFER = new BufferLayout(BufferType.TYPE, 32);
53 private static final BufferLayout BIT_BUFFER = new BufferLayout(BufferType.DATA, 1);
55 private static final BufferLayout VALUES_64 = new BufferLayout(BufferType.DATA, 64);
56 private static final BufferLayout VALUES_32 = new BufferLayout(BufferType.DATA, 32);
57 private static final BufferLayout VALUES_16 = new BufferLayout(BufferType.DATA, 16);
58 private static final BufferLayout VALUES_8 = new BufferLayout(BufferType.DATA, 8);
107 private final BufferType type;
109 BufferLayout(BufferType type, int typeBitWidth) { in BufferLayout()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/
H A Ddata.ts21 import { BufferType, UnionMode, Type } from './enum';
46 [BufferType.OFFSET]: Int32Array;
47 [BufferType.DATA]: T['TArray'];
48 [BufferType.VALIDITY]: Uint8Array;
49 [BufferType.TYPE]: T['TArray'];
74 public readonly values: Buffers<T>[BufferType.DATA];
76 public readonly typeIds: Buffers<T>[BufferType.TYPE];
164 buffers[BufferType.VALIDITY] = bitmap;
171 …(arr = buffers[BufferType.TYPE]) && (buffers[BufferType.TYPE] = arr.subarray(offset, offset + leng…
173 …(arr = buffers[BufferType.OFFSET]) && (buffers[BufferType.OFFSET] = arr.subarray(offset, offset + …
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/js/src/
H A Ddata.ts21 import { BufferType, UnionMode, Type } from './enum';
46 [BufferType.OFFSET]: Int32Array;
47 [BufferType.DATA]: T['TArray'];
48 [BufferType.VALIDITY]: Uint8Array;
49 [BufferType.TYPE]: T['TArray'];
73 public readonly values!: Buffers<T>[BufferType.DATA];
74 public readonly typeIds!: Buffers<T>[BufferType.TYPE];
160 buffers[BufferType.VALIDITY] = bitmap;
168 …(arr = buffers[BufferType.TYPE]) && (buffers[BufferType.TYPE] = arr.subarray(offset, offset + leng…
170 …(arr = buffers[BufferType.OFFSET]) && (buffers[BufferType.OFFSET] = arr.subarray(offset, offset + …
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/
H A Ddata.ts21 import { BufferType, UnionMode, Type } from './enum';
46 [BufferType.OFFSET]: Int32Array;
47 [BufferType.DATA]: T['TArray'];
48 [BufferType.VALIDITY]: Uint8Array;
49 [BufferType.TYPE]: T['TArray'];
73 public readonly values: Buffers<T>[BufferType.DATA];
75 public readonly typeIds: Buffers<T>[BufferType.TYPE];
163 buffers[BufferType.VALIDITY] = bitmap;
170 …(arr = buffers[BufferType.TYPE]) && (buffers[BufferType.TYPE] = arr.subarray(offset, offset + leng…
172 …(arr = buffers[BufferType.OFFSET]) && (buffers[BufferType.OFFSET] = arr.subarray(offset, offset + …
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/components/detournavigator/
H A Drecastallocutils.hpp12 enum BufferType : std::size_t enum
19 inline BufferType* tempPtrBufferType(void* ptr) in tempPtrBufferType()
21 return reinterpret_cast<BufferType*>(static_cast<std::size_t*>(ptr) + 1); in tempPtrBufferType()
24 inline BufferType getTempPtrBufferType(void* ptr) in getTempPtrBufferType()
29 inline void setTempPtrBufferType(void* ptr, BufferType value) in setTempPtrBufferType()
54 inline BufferType* dataPtrBufferType(void* dataPtr) in dataPtrBufferType()
56 return reinterpret_cast<BufferType*>(static_cast<std::size_t*>(dataPtr) - 1); in dataPtrBufferType()
59 inline BufferType getDataPtrBufferType(void* dataPtr) in getDataPtrBufferType()
64 inline void setDataPtrBufferType(void* dataPtr, BufferType value) in setDataPtrBufferType()
79 inline void setPermPtrBufferType(void* ptr, BufferType value) in setPermPtrBufferType()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/Buffer/
H A DEqualsCompareTest.java82 static abstract class BufferType<T extends Buffer, E> { class in EqualsCompareTest
446 {new BufferType.Bytes(BufferKind.HEAP)}, in bufferTypesProvider()
448 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider()
451 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()
454 {new BufferType.Ints(BufferKind.HEAP)}, in bufferTypesProvider()
456 {new BufferType.Ints(BufferKind.DIRECT)}, in bufferTypesProvider()
460 {new BufferType.Longs(BufferKind.HEAP)}, in bufferTypesProvider()
512 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider()
524 void testBuffers(BufferType<Buffer, E> bufferType) { in testBuffers()
555 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/Buffer/
H A DEqualsCompareTest.java82 static abstract class BufferType<T extends Buffer, E> { class in EqualsCompareTest
446 {new BufferType.Bytes(BufferKind.HEAP)}, in bufferTypesProvider()
448 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider()
451 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()
454 {new BufferType.Ints(BufferKind.HEAP)}, in bufferTypesProvider()
456 {new BufferType.Ints(BufferKind.DIRECT)}, in bufferTypesProvider()
460 {new BufferType.Longs(BufferKind.HEAP)}, in bufferTypesProvider()
512 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider()
524 void testBuffers(BufferType<Buffer, E> bufferType) { in testBuffers()
555 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/Buffer/
H A DEqualsCompareTest.java82 static abstract class BufferType<T extends Buffer, E> { class in EqualsCompareTest
446 {new BufferType.Bytes(BufferKind.HEAP)}, in bufferTypesProvider()
448 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider()
451 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()
454 {new BufferType.Ints(BufferKind.HEAP)}, in bufferTypesProvider()
456 {new BufferType.Ints(BufferKind.DIRECT)}, in bufferTypesProvider()
460 {new BufferType.Longs(BufferKind.HEAP)}, in bufferTypesProvider()
512 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider()
524 void testBuffers(BufferType<Buffer, E> bufferType) { in testBuffers()
555 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/Buffer/
H A DEqualsCompareTest.java82 static abstract class BufferType<T extends Buffer, E> { class in EqualsCompareTest
446 {new BufferType.Bytes(BufferKind.HEAP)}, in bufferTypesProvider()
448 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider()
451 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()
454 {new BufferType.Ints(BufferKind.HEAP)}, in bufferTypesProvider()
456 {new BufferType.Ints(BufferKind.DIRECT)}, in bufferTypesProvider()
460 {new BufferType.Longs(BufferKind.HEAP)}, in bufferTypesProvider()
512 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider()
524 void testBuffers(BufferType<Buffer, E> bufferType) { in testBuffers()
555 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/Buffer/
H A DEqualsCompareTest.java82 static abstract class BufferType<T extends Buffer, E> { class in EqualsCompareTest
446 {new BufferType.Bytes(BufferKind.HEAP)}, in bufferTypesProvider()
448 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider()
451 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()
454 {new BufferType.Ints(BufferKind.HEAP)}, in bufferTypesProvider()
456 {new BufferType.Ints(BufferKind.DIRECT)}, in bufferTypesProvider()
460 {new BufferType.Longs(BufferKind.HEAP)}, in bufferTypesProvider()
512 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider()
524 void testBuffers(BufferType<Buffer, E> bufferType) { in testBuffers()
555 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/Buffer/
H A DEqualsCompareTest.java82 static abstract class BufferType<T extends Buffer, E> {
446 {new BufferType.Bytes(BufferKind.HEAP)},
448 {new BufferType.Chars(BufferKind.HEAP)},
451 {new BufferType.Shorts(BufferKind.HEAP)},
454 {new BufferType.Ints(BufferKind.HEAP)},
456 {new BufferType.Ints(BufferKind.DIRECT)},
460 {new BufferType.Longs(BufferKind.HEAP)},
512 {new BufferType.Chars(BufferKind.HEAP)},
524 void testBuffers(BufferType<Buffer, E> bufferType) {
555 BufferType<Buffer, Float> bufferType,
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/Buffer/
H A DEqualsCompareTest.java82 static abstract class BufferType<T extends Buffer, E> { class in EqualsCompareTest
446 {new BufferType.Bytes(BufferKind.HEAP)}, in bufferTypesProvider()
448 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider()
451 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()
454 {new BufferType.Ints(BufferKind.HEAP)}, in bufferTypesProvider()
456 {new BufferType.Ints(BufferKind.DIRECT)}, in bufferTypesProvider()
460 {new BufferType.Longs(BufferKind.HEAP)}, in bufferTypesProvider()
512 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider()
524 void testBuffers(BufferType<Buffer, E> bufferType) { in testBuffers()
555 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/Buffer/
H A DEqualsCompareTest.java82 static abstract class BufferType<T extends Buffer, E> { class in EqualsCompareTest
446 {new BufferType.Bytes(BufferKind.HEAP)}, in bufferTypesProvider()
448 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider()
451 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()
454 {new BufferType.Ints(BufferKind.HEAP)}, in bufferTypesProvider()
456 {new BufferType.Ints(BufferKind.DIRECT)}, in bufferTypesProvider()
460 {new BufferType.Longs(BufferKind.HEAP)}, in bufferTypesProvider()
512 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider()
524 void testBuffers(BufferType<Buffer, E> bufferType) { in testBuffers()
555 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
[all …]
/dports/cad/pcb/pcb-4.2.0/src/
H A Dbuffer.h41 void SetBufferBoundingBox (BufferType *);
42 void ClearBuffer (BufferType *);
43 void AddSelectedToBuffer (BufferType *, Coord, Coord, bool);
44 bool LoadElementToBuffer (BufferType *, char *, bool);
45 bool ConvertBufferToElement (BufferType *);
46 bool SmashBufferElement (BufferType *);
47 bool LoadLayoutToBuffer (BufferType *, char *);
48 void RotateBuffer (BufferType *, BYTE);
51 void MirrorBuffer (BufferType *);
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/codec/hal/dec/shared/bufferMgr/
H A Ddecode_reference_associated_buffer.h38 template<typename BufferType, typename BasicFeature>
51 virtual BufferType *Allocate() = 0;
52 virtual MOS_STATUS Resize(BufferType* &buffer) = 0;
54 virtual bool IsAvailable(BufferType* &buffer) { return true; } in IsAvailable()
55 virtual void Destroy(BufferType* &buffer) = 0;
119 BufferType *buffer = m_bufferOp.Allocate(); in Init()
154 BufferType* GetCurBuffer() { return m_currentBuffer; } in GetCurBuffer()
169 BufferType* buffer = GetBufferByFrameIndex(frameIdx); in GetValidBufferForReference()
186 BufferType* GetBufferByFrameIndex(uint32_t frameIndex) in GetBufferByFrameIndex()
205 BufferType *GetAvailableBuffer() in GetAvailableBuffer()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/caam/
H A Dcaam_aes.c232 buf[0].BufferType = DataBuffer; in wc_AesEcbEncrypt()
236 buf[1].BufferType = DataBuffer; in wc_AesEcbEncrypt()
277 buf[0].BufferType = DataBuffer; in wc_AesEcbDecrypt()
281 buf[1].BufferType = DataBuffer; in wc_AesEcbDecrypt()
527 buf[0].BufferType = DataBuffer; in wc_AesCcmEncrypt()
531 buf[1].BufferType = DataBuffer; in wc_AesCcmEncrypt()
535 buf[2].BufferType = DataBuffer; in wc_AesCcmEncrypt()
539 buf[3].BufferType = DataBuffer; in wc_AesCcmEncrypt()
611 buf[0].BufferType = DataBuffer; in wc_AesCcmDecrypt()
615 buf[1].BufferType = DataBuffer; in wc_AesCcmDecrypt()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/caam/
H A Dcaam_aes.c232 buf[0].BufferType = DataBuffer; in wc_AesEcbEncrypt()
236 buf[1].BufferType = DataBuffer; in wc_AesEcbEncrypt()
277 buf[0].BufferType = DataBuffer; in wc_AesEcbDecrypt()
281 buf[1].BufferType = DataBuffer; in wc_AesEcbDecrypt()
527 buf[0].BufferType = DataBuffer; in wc_AesCcmEncrypt()
531 buf[1].BufferType = DataBuffer; in wc_AesCcmEncrypt()
535 buf[2].BufferType = DataBuffer; in wc_AesCcmEncrypt()
539 buf[3].BufferType = DataBuffer; in wc_AesCcmEncrypt()
611 buf[0].BufferType = DataBuffer; in wc_AesCcmDecrypt()
615 buf[1].BufferType = DataBuffer; in wc_AesCcmDecrypt()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/caam/
H A Dcaam_aes.c232 buf[0].BufferType = DataBuffer;
236 buf[1].BufferType = DataBuffer;
277 buf[0].BufferType = DataBuffer;
281 buf[1].BufferType = DataBuffer;
527 buf[0].BufferType = DataBuffer;
531 buf[1].BufferType = DataBuffer;
535 buf[2].BufferType = DataBuffer;
539 buf[3].BufferType = DataBuffer;
611 buf[0].BufferType = DataBuffer;
615 buf[1].BufferType = DataBuffer;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/caam/
H A Dcaam_aes.c232 buf[0].BufferType = DataBuffer; in wc_AesEcbEncrypt()
236 buf[1].BufferType = DataBuffer; in wc_AesEcbEncrypt()
277 buf[0].BufferType = DataBuffer; in wc_AesEcbDecrypt()
281 buf[1].BufferType = DataBuffer; in wc_AesEcbDecrypt()
527 buf[0].BufferType = DataBuffer; in wc_AesCcmEncrypt()
531 buf[1].BufferType = DataBuffer; in wc_AesCcmEncrypt()
535 buf[2].BufferType = DataBuffer; in wc_AesCcmEncrypt()
539 buf[3].BufferType = DataBuffer; in wc_AesCcmEncrypt()
611 buf[0].BufferType = DataBuffer; in wc_AesCcmDecrypt()
615 buf[1].BufferType = DataBuffer; in wc_AesCcmDecrypt()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/caam/
H A Dcaam_aes.c232 buf[0].BufferType = DataBuffer; in atmel_ecc_translate_err()
236 buf[1].BufferType = DataBuffer; in atmel_ecc_translate_err()
277 buf[0].BufferType = DataBuffer;
281 buf[1].BufferType = DataBuffer;
527 buf[0].BufferType = DataBuffer; in atmel_init()
531 buf[1].BufferType = DataBuffer; in atmel_init()
535 buf[2].BufferType = DataBuffer; in atmel_init()
539 buf[3].BufferType = DataBuffer; in atmel_init()
611 buf[0].BufferType = DataBuffer;
615 buf[1].BufferType = DataBuffer;
[all …]
/dports/security/py-pyspnego/pyspnego-0.3.1/tests/
H A Dtest_sspi.py24 (spnego.iov.BufferType.header, b"\x01"),
25 (spnego.iov.BufferType.data, 5),
26 (spnego.iov.BufferType.padding, True),
27 spnego.iov.BufferType.header,
28 spnego.iov.BufferType.stream,
33 assert actual[0].buffer_type == spnego.iov.BufferType.header
35 assert actual[1].buffer_type == spnego.iov.BufferType.data
39 assert actual[3].buffer_type == spnego.iov.BufferType.header
41 assert actual[4].buffer_type == spnego.iov.BufferType.stream
43 assert actual[5].buffer_type == spnego.iov.BufferType.data
[all …]

12345678910>>...79