/third_party/backends/backend/ |
H A D | matsushita.h | 291 size_t buffer_size; /* size of the buffer */ 292 SANE_Byte *buffer; /* for SCSI transfer. */ member
|
/third_party/libdrm/include/drm/ |
H A D | vmwgfx_drm.h | 282 * Submit a command buffer for execution on the host, and return a 283 * fence seqno that when signaled, indicates that the command buffer has 290 * @commands: User-space address of a command buffer cast to an __u64. 291 * @command-size: Size in bytes of the command buffer. 361 * Allocate a DMA buffer that is visible also to the host. 362 * NOTE: The buffer is 369 * The DMA buffer may stay user-space mapped in the guest at all times, 378 * @size: Required minimum size of the buffer. 391 * @map_handle: Offset to use in the mmap() call used to map the buffer. 392 * @handle: Handle unique to this buffer 584 __u64 buffer; global() member [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_xfb_varying.c | 172 new_variable->data.xfb.buffer = -1; in gl_nir_lower_xfb_varying()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 71 struct pipe_vertex_buffer *buffer, 144 * \param ret pointer to a preallocated buffer that will be 584 * local tile buffer for every tile thus making partial tile update 722 * Vertex state CSO functions for precomputing vertex and index buffer
|
/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()
|