Home
last modified time | relevance | path

Searched refs:buffer (Results 8351 - 8375 of 12656) sorted by relevance

1...<<331332333334335336337338339340>>...507

/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c486 .buffer = VK_NULL_HANDLE, in wsi_create_native_image_mem()
580 .memory = image->buffer.memory, in wsi_create_prime_image_mem()
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h169 char buffer[kIntToCStringBufferSize]; in AppendInt() local
171 IntToCString(i, base::Vector<char>(buffer, kIntToCStringBufferSize)); in AppendInt()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_emit.c255 i915->validation_buffers[i915->num_validation_buffers++] = tex->buffer; in validate_map()
274 struct i915_winsys_buffer *buf = texture->buffer; in emit_map()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_synchronization2.c75 .buffer = barrier->buffer, in upgrade_buffer_memory_barrier()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c254 pipe_resource_reference(&t->buffer, res); in noop_create_stream_output_target()
263 pipe_resource_reference(&t->buffer, NULL); in noop_stream_output_target_destroy()
/third_party/musl/Benchmark/musl/
H A Dlibc_unistd.cpp157 // Stores the destination path of the symbolic link file into a buffer and returns the length of the destination path
316 struct utsname buffer; in Bm_function_Uname() local
317 benchmark::DoNotOptimize(uname(&buffer)); in Bm_function_Uname()
/third_party/mesa3d/src/gbm/main/
H A Dgbm.c71 * \param gbm The created buffer manager
147 /** Get the width of the buffer object
149 * \param bo The buffer object
150 * \return The width of the allocated buffer object
159 /** Get the height of the buffer object
161 * \param bo The buffer object
162 * \return The height of the allocated buffer object
170 /** Get the stride of the buffer object
175 * \param bo The buffer object
176 * \return The stride of the allocated buffer objec
580 gbm_bo_import(struct gbm_device *gbm, uint32_t type, void *buffer, uint32_t flags) gbm_bo_import() argument
[all...]
/third_party/node/deps/undici/src/lib/core/
H A Drequest.js141 this.body = body.buffer.byteLength ? Buffer.from(body.buffer, body.byteOffset, body.byteLength) : null
/third_party/node/deps/undici/src/lib/fetch/
H A Dwebidl.js564 if (opts.allowShared === false && types.isSharedArrayBuffer(V.buffer)) {
596 if (opts.allowShared === false && types.isSharedArrayBuffer(V.buffer)) {
/third_party/openssl/test/
H A Dct_test.c109 char *buffer, int buffer_length) in read_text_file()
118 len = BIO_read(file_io, buffer, buffer_length); in read_text_file()
138 /* Append \0 because we're about to use the buffer contents as a string. */ in STACK_OF()
168 /* Append \0 because we're about to use the buffer contents as a string. */ in compare_extension_printout()
108 read_text_file(const char *dir, const char *file, char *buffer, int buffer_length) read_text_file() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs457 } while (ParsingPrimitives.MaybeConsumeTag(ref ctx.buffer, ref ctx.state, codec.MapTag)); in AddEntriesFrom()
710 ParsingPrimitivesMessages.SkipLastField(ref ctx.buffer, ref ctx.state); in InternalMergeFrom()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-aptx-gst.c99 if (can_accept_capabilities(a2dp_capabilities->buffer, a2dp_capabilities->size, for_encoding)) in choose_remote_endpoint()
113 if (can_accept_capabilities_hd(a2dp_capabilities->buffer, a2dp_capabilities->size, for_encoding)) in choose_remote_endpoint_hd()
167 pa_log_error("Invalid size of config buffer"); in is_configuration_valid()
178 pa_log_error("Invalid size of config buffer"); in is_configuration_valid_hd()
242 pa_log_error("Invalid size of capabilities buffer"); in fill_preferred_configuration()
259 pa_log_error("Invalid size of capabilities buffer"); in fill_preferred_configuration_hd()
531 /* Due to aptX latency, aptx_decode starts filling output buffer after 90 input samples. in decode_buffer()
532 * If input buffer contains less than 90 samples, aptx_decode returns zero (=no output) in decode_buffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() argument
44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp75 Buffer (vk::Move<vk::VkBuffer> buffer, in Buffer() argument
77 : m_buffer (buffer) in Buffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() argument
44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp231 EGLClientBuffer buffer, in createExternalImageSibling()
235 return mRenderer->createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling()
229 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h183 EGLClientBuffer buffer,
246 static EGLClientBuffer GetNativeClientBuffer(const struct AHardwareBuffer *buffer);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp184 EGLint buffer) in bindTexImage()
223 egl::Error DXGISwapChainWindowSurfaceWGL::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
182 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.h26 #include "src/buffer.h"
180 /// Information on a buffer attached to the pipeline.
186 explicit BufferInfo(Buffer* buf) : buffer(buf) {} in BufferInfo()
188 Buffer* buffer = nullptr; member
310 /// Sets |buf| as the depth/stencil buffer for this pipeline.
312 /// Returns information on the depth/stencil buffer bound to the pipeline. If
313 /// no depth buffer is bound the |BufferInfo::buffer| parameter will be
326 /// Adds |buf| as a vertex buffer at |location| in the pipeline using |rate|
328 /// offset for the vertex buffer dat
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h49 small_data_(reinterpret_cast<T*>(buffer)), in SmallVector()
454 buffer[small_size]; member in spvtools::utils::SmallVector
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp121 // For D3D dynamic draw, we still return invalid operation. Once we force the index buffer in runIndexOutOfRangeTests()
146 // buffer object and will not result in GL interruption or termination when
159 // buffer object and will not result in GL interruption or termination when
300 // Test that robust access works even if there's no data uploaded to the vertex buffer at all.
330 // The valid buffer range is filled with this value.
352 // Test buffer with interleaved (3+2) float vectors. Adapted from WebGL test
369 // Create a buffer of 200 valid sets of quad lists. in TEST_P()
427 // Tests redefining an empty buffer. Adapted from WebGL test
450 // Create a buffer of 200 valid sets of quad lists. in TEST_P()
466 // Define empty buffer in TEST_P()
467 GLBuffer buffer; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs_autogen.h44 EGLClientBuffer buffer,
72 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer);
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp441 hwbImportInfo.buffer = hardwareBuffer; in make_vk_backend_texture()
447 dedicatedAllocInfo.buffer = VK_NULL_HANDLE; in make_vk_backend_texture()
H A DGrThreadSafeCache.cpp257 sk_sp<GrThreadSafeCache::VertexData> GrThreadSafeCache::MakeVertexData(sk_sp<GrGpuBuffer> buffer, in MakeVertexData() argument
260 return sk_sp<VertexData>(new VertexData(std::move(buffer), vertexCount, vertexSize)); in MakeVertexData()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp258 VkResult GrVkAMDMemoryAllocator::allocateBufferMemory(VkBuffer buffer, BufferUsage usage, in allocateBufferMemory() argument
320 VkResult result = vmaAllocateMemoryForBuffer(fAllocator, buffer, &info, &allocation, nullptr); in allocateBufferMemory()

Completed in 24 milliseconds

1...<<331332333334335336337338339340>>...507