| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_drm.c | 486 .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 D | string-builder-inl.h | 169 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 D | i915_state_emit.c | 255 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 D | vk_synchronization2.c | 75 .buffer = barrier->buffer, in upgrade_buffer_memory_barrier()
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_state.c | 254 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 D | libc_unistd.cpp | 157 // 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 D | gbm.c | 71 * \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 D | request.js | 141 this.body = body.buffer.byteLength ? Buffer.from(body.buffer, body.byteOffset, body.byteLength) : null
|
| /third_party/node/deps/undici/src/lib/fetch/ |
| H A D | webidl.js | 564 if (opts.allowShared === false && types.isSharedArrayBuffer(V.buffer)) { 596 if (opts.allowShared === false && types.isSharedArrayBuffer(V.buffer)) {
|
| /third_party/openssl/test/ |
| H A D | ct_test.c | 109 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 D | MapField.cs | 457 } 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 D | a2dp-codec-aptx-gst.c | 99 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 D | vktApiNullHandleTests.cpp | 42 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 D | vktSynchronizationUtil.hpp | 75 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 D | vktApiNullHandleTests.cpp | 42 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 D | DisplayD3D.cpp | 231 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 D | Display.h | 183 EGLClientBuffer buffer, 246 static EGLClientBuffer GetNativeClientBuffer(const struct AHardwareBuffer *buffer);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | DXGISwapChainWindowSurfaceWGL.cpp | 184 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 D | pipeline.h | 26 #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 D | small_vector.h | 49 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 D | RobustBufferAccessBehaviorTest.cpp | 121 // 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 D | egl_ext_stubs_autogen.h | 44 EGLClientBuffer buffer, 72 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer);
|
| /third_party/skia/src/gpu/ |
| H A D | GrAHardwareBufferUtils.cpp | 441 hwbImportInfo.buffer = hardwareBuffer; in make_vk_backend_texture() 447 dedicatedAllocInfo.buffer = VK_NULL_HANDLE; in make_vk_backend_texture()
|
| H A D | GrThreadSafeCache.cpp | 257 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 D | GrVkAMDMemoryAllocator.cpp | 258 VkResult GrVkAMDMemoryAllocator::allocateBufferMemory(VkBuffer buffer, BufferUsage usage, in allocateBufferMemory() argument 320 VkResult result = vmaAllocateMemoryForBuffer(fAllocator, buffer, &info, &allocation, nullptr); in allocateBufferMemory()
|