/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp.h | 74 * stencil buffer packets. Instead, the driver guarantees that all depth 84 * color buffer. 108 void *buffer; member 114 * True if this buffer is intended to live in device-local memory. 116 * if eviction has temporarily forced the buffer to system memory.
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | State.h | 153 bool buffer; member
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | tri-gs.c | 98 vbuf.buffer.resource = pipe_buffer_create_with_data(ctx, in set_vertices()
|
H A D | shader-leak.c | 97 vbuf.buffer.resource = pipe_buffer_create_with_data(ctx, in set_vertices()
|
/third_party/node/lib/ |
H A D | tls.js | 64 const { Buffer } = require('buffer'); 146 // If protocols is Array - translate it into buffer 150 // Copy new buffer not to be modified by user. 153 out.ALPNProtocols = Buffer.from(protocols.buffer.slice(
|
/third_party/nghttp2/script/ |
H A D | fetch-ocsp-response | 65 stdout_bwrite = sys.stdout.buffer.write
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.h | 76 ubyte *buffer; member
|
/third_party/lwip/src/include/lwip/ |
H A D | pbuf.h | 185 /** Main packet buffer struct */ 190 /** pointer to the actual data in the buffer */ 194 * total length of this buffer and all next buffers in chain 202 /** length of this buffer */ 236 /** pointer to the actual data in the buffer */ 301 void *pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset);
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.h | 140 void Start(std::vector<uint8_t>* buffer);
|
/third_party/node/deps/v8/src/strings/ |
H A D | unicode.h | 186 Utf8IncrementalBuffer* buffer);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.h | 51 * Resources represent a GPU buffer object or image (mipmap tree). 89 * This is a conservative estimate of what part of the buffer contains 90 * valid data that we have to preserve. The rest of the buffer is 97 * Auxiliary buffer information (CCS, MCS, or HiZ). 100 /** The surface layout for the auxiliary buffer. */ 103 /** The buffer object containing the auxiliary data. */ 178 * piece of state stored in a GPU buffer object. 214 /** A reference to the GPU buffer holding our uploaded SURFACE_STATE */ 271 * Transfer object - information about a buffer mapping. 276 void *buffer; member [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_context.h | 133 const void *buffer; member
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_rogue_pds_disasm.h | 279 void pvr_pds_disassemble_instruction(char *buffer,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.h | 72 VkBuffer buffer; member
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_d2i_fp.c | 14 #include <openssl/buffer.h>
|
H A D | a_verify.c | 19 #include <openssl/buffer.h>
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 30 #include <openssl/buffer.h>
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | by_file.c | 15 #include <openssl/buffer.h>
|
H A D | t_req.c | 12 #include <openssl/buffer.h>
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | randfile.c | 28 #include <openssl/buffer.h> 87 * The load buffer size exceeds the chunk size by the comfortable amount in RAND_load_file() 138 * Don't buffer, because even if |file| is regular file, we have in RAND_load_file() 139 * no control over the buffer, so why would we want a copy of its in RAND_load_file()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | UnknownFieldSet.cs | 304 ParsingPrimitivesMessages.SkipLastField(ref ctx.buffer, ref ctx.state); in MergeFieldFrom()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_verify.c | 19 #include <openssl/buffer.h>
|
H A D | a_d2i_fp.c | 14 #include <openssl/buffer.h>
|
/third_party/openssl/crypto/rand/ |
H A D | randfile.c | 29 #include <openssl/buffer.h> 88 * The load buffer size exceeds the chunk size by the comfortable amount in RAND_load_file() 139 * Don't buffer, because even if |file| is regular file, we have in RAND_load_file() 140 * no control over the buffer, so why would we want a copy of its in RAND_load_file()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.hpp | 206 vk::Move<vk::VkBuffer> buffer, 281 // Throws OperationInvalidResourceError when resource and operation combination is not possible (e.g. buffer-specific op on an image).
|