Home
last modified time | relevance | path

Searched refs:buffer (Results 5901 - 5925 of 13896) sorted by relevance

1...<<231232233234235236237238239240>>...556

/third_party/libdrm/exynos/
H A Dexynos_drm.c78 * Create a exynos buffer object to exynos drm device.
88 * if true, return a exynos buffer object else NULL.
166 * Destroy a exynos buffer object.
168 * @bo: a exynos buffer object to be destroyed.
187 * Get a exynos buffer object from a gem global object name.
192 * this interface is used to get a exynos buffer object from a gem
193 * global object name sent by another process for buffer sharing.
195 * if true, return a exynos buffer object else NULL.
233 * @bo: a exynos buffer object including gem handle.
237 * handle to a buffer tha
396 char buffer[1024]; exynos_handle_event() local
[all...]
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs24 public override int Read(byte[] buffer, int offset, int count) in Read() argument
31 int num = s1.Read(buffer, offset, count); in Read()
40 numTotal += s2.Read(buffer, offset, count); in Read()
46 public override void Write(byte[] buffer, int offset, int count) in Write() argument
/third_party/lzma/Java/SevenZip/
H A DLzmaBench.java146 public MyOutputStream(byte[] buffer) in MyOutputStream() argument
148 _buffer = buffer; in MyOutputStream()
176 public MyInputStream(byte[] buffer, int size) in MyInputStream() argument
178 _buffer = buffer; in MyInputStream()
/third_party/mesa3d/src/compiler/spirv/
H A Dnir_load_libclc.c319 uint8_t *buffer = disk_cache_get(disk_cache, cache_key, &buffer_size); in nir_load_libclc_shader() local
320 if (buffer) { in nir_load_libclc_shader()
322 blob_reader_init(&blob, buffer, buffer_size); in nir_load_libclc_shader()
324 free(buffer); in nir_load_libclc_shader()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c113 FREE(softpipe->tgsi.buffer[i]); in softpipe_destroy()
214 softpipe->tgsi.buffer[i] = sp_create_tgsi_buffer(); in softpipe_create_context()
308 softpipe->tgsi.buffer[PIPE_SHADER_VERTEX]); in softpipe_create_context()
313 softpipe->tgsi.buffer[PIPE_SHADER_GEOMETRY]); in softpipe_create_context()
/third_party/node/lib/internal/crypto/
H A Ddiffiehellman.js10 const { Buffer } = require('buffer');
94 keyEncoding !== 'buffer') {
268 function encode(buffer, encoding) {
269 if (encoding && encoding !== 'buffer')
270 buffer = buffer.toString(encoding);
271 return buffer;
H A Dcipher.js67 return (options, buffer) => {
79 buffer = getArrayBufferOrView(buffer, 'buffer', encoding);
80 return method(data, format, type, passphrase, buffer, padding, oaepHash,
188 if (outputEncoding && outputEncoding !== 'buffer') {
201 if (outputEncoding && outputEncoding !== 'buffer') {
225 tagbuf = getArrayBufferOrView(tagbuf, 'buffer', encoding);
/third_party/node/deps/icu-small/source/common/
H A Dustrenum.cpp110 char16_t *buffer=unistr.getBuffer(length+1); in setChars() local
111 if(buffer!=nullptr) { in setChars()
112 u_charsToUChars(s, buffer, length); in setChars()
113 buffer[length]=0; in setChars()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.c97 pipe_resource_reference(&llvmpipe->ssbos[s][i].buffer, NULL); in llvmpipe_destroy()
100 pipe_resource_reference(&llvmpipe->constants[s][i].buffer, NULL); in llvmpipe_destroy()
152 struct pipe_resource *buffer, in llvmpipe_render_condition_mem()
158 llvmpipe->render_cond_buffer = llvmpipe_resource(buffer); in llvmpipe_render_condition_mem()
151 llvmpipe_render_condition_mem(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned offset, bool condition) llvmpipe_render_condition_mem() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_push.c213 struct nv04_resource *res = nv04_resource(vb->buffer.resource); in nv30_push_vbo()
215 if (!vb->buffer.resource) { in nv30_push_vbo()
285 if (nv30->vtxbuf[i].buffer.resource) { in nv30_push_vbo()
286 nouveau_resource_unmap(nv04_resource(nv30->vtxbuf[i].buffer.resource)); in nv30_push_vbo()
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp196 DecimalFormatTest::getPath(char *buffer, const char *filename) { in getPath() argument
201 strcpy(buffer, testDataDirectory); in getPath()
202 strcat(buffer, filename); in getPath()
203 return buffer; in getPath()
/third_party/icu/icu4c/source/test/letest/
H A Dgendata.cpp71 const char *getPath(char buffer[2048], const char *filename) { in getPath() argument
74 strcpy(buffer, testDataDirectory); in getPath()
75 strcat(buffer, filename); in getPath()
77 return buffer; in getPath()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h86 * As stopgap to prevent buffer read overflows, we allocate an extra bit of
108 * Represents the mapped vertex buffer.
221 /** vertex element/index buffer (ex: glDrawElements) */
319 struct tgsi_buffer *buffer; member
341 struct tgsi_buffer *buffer; member
356 struct tgsi_buffer *buffer; member
372 struct tgsi_buffer *buffer; member
558 #define DRAW_FLUSH_BACKEND 0x4 /**< Flush the output buffer */
580 * Return index i from the index buffer.
581 * If the index buffer woul
[all...]
H A Ddraw_context.h60 * to the buffer contents, and internal offset stores
62 * out buffer is used (in bytes).
181 struct tgsi_buffer *buffer);
301 unsigned attr, const void *buffer,
308 const void *buffer,
315 const void *buffer,
/third_party/mesa3d/src/util/
H A Dblob.c129 blob_finish_get_buffer(struct blob *blob, void **buffer, size_t *size) in blob_finish_get_buffer() argument
131 *buffer = blob->data; in blob_finish_get_buffer()
135 /* Trim the buffer. */ in blob_finish_get_buffer()
136 *buffer = realloc(*buffer, *size); in blob_finish_get_buffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_prim_restart.c49 assert(indirect->buffer->width0 > 3 * sizeof(uint32_t)); in read_indirect_elements()
50 map = pipe_buffer_map_range(context, indirect->buffer, in read_indirect_elements()
94 * Translate an index buffer for primitive restart.
95 * Create a new index buffer which is a copy of the original index buffer
120 if (indirect_info && indirect_info->buffer) { in util_translate_prim_restart_ib()
126 /* Create new index buffer */ in util_translate_prim_restart_ib()
133 /* Map new / dest index buffer */ in util_translate_prim_restart_ib()
142 /* Map original / src index buffer */ in util_translate_prim_restart_ib()
315 if (indirect_info && indirect_info->buffer) { in util_draw_vbo_without_prim_restart()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c59 bool buffer; member
87 img->buffer = true; in translate_image()
106 img->buffer = false; in translate_image()
174 COND(img->buffer, A4XX_TEX_CONST_2_BUFFER)); in emit_image_tex()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c255 /* Constant buffer 0 may be a system memory pointer, in vc4_write_uniforms()
259 if (!cb->cb[0].buffer) { in vc4_write_uniforms()
264 &cb->cb[0].buffer); in vc4_write_uniforms()
269 vc4_resource(cb->cb[0].buffer)->bo, in vc4_write_uniforms()
276 vc4_resource(cb->cb[1].buffer); in vc4_write_uniforms()
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c75 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
82 if (buffer == NULL || size == NULL || *size == 0) in uv_exepath()
100 memcpy(buffer, abspath, *size); in uv_exepath()
101 buffer[*size] = '\0'; in uv_exepath()
/third_party/python/Tools/scripts/
H A Dfixdiv.py322 self.buffer = []
335 self.buffer.append(line)
340 bufstart = self.lineno - len(self.buffer)
343 return self.buffer[index - bufstart]
/third_party/python/Lib/multiprocessing/
H A Dheap.py50 self.buffer = buf
60 self.buffer = mmap.mmap(-1, self.size, tagname=self.name)
89 self.buffer = mmap.mmap(self.fd, self.size)
337 return memoryview(arena.buffer)[start:start+size]
/third_party/pulseaudio/sonic/
H A Dwave.c327 short *buffer, in readFromWaveFile()
343 *buffer++ = sample; in readFromWaveFile()
351 short *buffer, in writeToWaveFile()
365 sample = buffer[i]; in writeToWaveFile()
325 readFromWaveFile( waveFile file, short *buffer, int maxSamples) readFromWaveFile() argument
349 writeToWaveFile( waveFile file, short *buffer, int numSamples) writeToWaveFile() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.hpp24 * \brief Protected content buffer validator helper
105 const vk::VkBuffer buffer) const;
177 const vk::VkBuffer buffer) const in validateBuffer()
244 buffer, // VkBuffer buffer in validateBuffer()
257 vk::VkDescriptorBufferInfo descTestBuffer = makeDescriptorBufferInfo(buffer, 0, testBufferSize); in validateBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.h185 void getSource(GLsizei bufSize, GLsizei *length, char *buffer) const;
189 void getTranslatedSource(GLsizei bufSize, GLsizei *length, char *buffer);
190 void getTranslatedSourceWithDebugInfo(GLsizei bufSize, GLsizei *length, char *buffer);
259 char *buffer);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DFrameBufferMtl.h50 GLenum buffer,
54 GLenum buffer,
58 GLenum buffer,
62 GLenum buffer,

Completed in 19 milliseconds

1...<<231232233234235236237238239240>>...556