/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radv_radix_sort.c | 212 vkCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) in vkCmdDispatchIndirect() argument 215 cmd_buffer->device->vk.dispatch_table.CmdDispatchIndirect(commandBuffer, buffer, offset); in vkCmdDispatchIndirect()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.hpp | 179 buffer *buf; 206 buffer *buf;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uloc.h | 404 * @param languageCapacity the size of the language buffer to store the 407 * @return the actual buffer size needed for the language code. If it's greater 422 * @param scriptCapacity the size of the language buffer to store the 425 * @return the actual buffer size needed for the language code. If it's greater 440 * @param countryCapacity the size of the country buffer to store the 443 * @return the actual buffer size needed for the country code. If it's greater 458 * @param variantCapacity the size of the variant buffer to store the 461 * @return the actual buffer size needed for the variant code. If it's greater 481 * @param name fill in buffer for the name without keywords. 482 * @param nameCapacity capacity of the fill in buffer [all...] |
/third_party/node/benchmark/napi/function_args/ |
H A D | binding.cc | 106 Local<ArrayBuffer> buffer = view->Buffer(); in CallWithTypedarray() local 107 std::shared_ptr<BackingStore> bs = buffer->GetBackingStore(); in CallWithTypedarray()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_shader_cache.c | 147 uint8_t *buffer = (uint8_t *) prog->driver_cache_blob; in st_deserialise_nir_program() local 160 blob_reader_init(&blob_reader, buffer, size); in st_deserialise_nir_program()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-utils.h | 308 // Helper class for building result strings in a character buffer. The 310 // buffer bounds on all operations in debug mode. 313 StringBuilder(char* buffer, int buffer_size) 314 : buffer_(buffer, buffer_size), position_(0) { } 362 // Finalize the string by 0-terminating it and returning the buffer. 367 // buffer while building the string.
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_private.h | 55 /* For buffer blit images, the linear stride in bytes */ 58 /* For buffer blit images, the size of the buffer in bytes */ 82 VkBuffer buffer; member 85 } buffer; member 119 /* If the driver wants to use a special queue to execute the buffer blit, 122 * buffer blit instead of using the present queue.
|
/third_party/ltp/testcases/kernel/syscalls/io_uring/ |
H A D | io_uring01.c | 10 * submission queue and a completion queue using io_uring_setup(). User buffer 88 /* Submission queue ring buffer mapping */ in setup_io_uring_test() 102 /* Submission queue entries ring buffer mapping */ in setup_io_uring_test() 111 /* Completion queue ring buffer mapping */ in setup_io_uring_test() 127 static void check_buffer(char *buffer, size_t len) in check_buffer() argument 132 if (buffer[i] != 'a') { in check_buffer() 198 /* Submission queue entry addition to SQE ring buffer tail */ in submit_to_uring_sq()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_file_test.c | 80 const char buffer[] = "32768 61000"; in stage_file_test() local 84 show_result(write_sysctl(TEST_SYSCTL_PATH, buffer)); in stage_file_test()
|
/third_party/node/deps/v8/src/base/utils/ |
H A D | random-number-generator.cc | 126 void RandomNumberGenerator::NextBytes(void* buffer, size_t buflen) { in NextBytes() argument 128 static_cast<uint8_t*>(buffer)[n] = static_cast<uint8_t>(Next(8)); in NextBytes()
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.h | 28 // Allocate a larger number of bytes and copy the old buffer to the new one. 29 // bytes is an input and output parameter passing the old size of the buffer 31 // buffer and do not increase the size. 48 FixedStringAllocator(char* buffer, unsigned length) in FixedStringAllocator() argument 49 : buffer_(buffer), length_(length) {} in FixedStringAllocator()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_image.c | 145 fd6_emit_single_plane_descriptor(ring, pbuf->buffer, descriptor); in fd6_emit_ssbo_tex() 166 fd6_emit_single_plane_descriptor(state, bufso->sb[i].buffer, descriptor); in fd6_build_ibo_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | gen4_blorp_exec.h | 30 .buffer = batch->state.bo, in dynamic_state_address() 42 .buffer = batch->ice->shaders.cache_bo, in instruction_state_address()
|
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-info-stats-print.h | 54 int stats_to_buffer(char *buffer) in stats_to_buffer() argument 67 read(err_pipe[0], buffer, STATS_BUFFER_SIZE); in stats_to_buffer()
|
/third_party/node/deps/undici/src/lib/api/ |
H A D | readable.js | 250 for (const chunk of state.buffer) { 286 resolve(dst.buffer) 289 Blob = require('buffer').Blob
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | file.js | 3 const { Blob, File: NativeFile } = require('buffer') 290 // bytes held by the buffer source, and append those 292 if (!element.buffer) { // ArrayBuffer 296 new Uint8Array(element.buffer, element.byteOffset, element.byteLength)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ExternalImageSiblingImpl11.cpp | 21 EGLClientBuffer buffer, in ExternalImageSiblingImpl11() 23 : mRenderer(renderer), mBuffer(buffer), mAttribs(attribs) in ExternalImageSiblingImpl11() 20 ExternalImageSiblingImpl11(Renderer11 *renderer, EGLClientBuffer buffer, const egl::AttributeMap &attribs) ExternalImageSiblingImpl11() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_unittest.cpp | 85 std::vector<uint8_t> buffer(bufferSize, 1); in TEST() 87 memset(buffer.data(), 0, bufferSize); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | BufferMtl.h | 50 // The conversion is stored in a dynamic buffer. 52 // These properties are to be filled by user of this buffer conversion 203 // Client side shadow buffer 225 void set(const mtl::BufferRef &buffer) { mBufferWeakRef = buffer; } in set() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | WindowSurfaceGLX.cpp | 109 // the subwindow in a different buffer) in initialize() 155 // We need to swap before resizing as some drivers clobber the back buffer in swap() 190 EGLint buffer) in bindTexImage() 196 egl::Error WindowSurfaceGLX::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument 188 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.hpp | 164 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer buffer, MemoryRequirement requirement); 194 const VkBuffer buffer,
|
/third_party/skia/src/core/ |
H A D | SkData.cpp | 59 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() 70 memcpy(buffer, this->bytes() + offset, length); in copyRange()
|
/third_party/skia/src/gpu/ |
H A D | GrAHardwareBufferImageGenerator.cpp | 129 [direct, buffer = AutoAHBRelease(hardwareBuffer)]( in makeView() 140 buffer.get(), in makeView() 215 return false; //CPU backend is not supported, because hardware buffer can be swizzled in onIsValid()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.h | 66 // The srcBuffer comes from a staging buffer so we don't need to take any refs to it. Instead, 67 // we ref the whole buffer during sumbit. 93 // We don't take a ref to the src buffer because we assume the src buffer is coming from a 94 // staging buffer which will get ref'd during submit. 99 void addGrBuffer(sk_sp<const GrBuffer> buffer) { in addGrBuffer() argument 100 fTrackedGpuBuffers.push_back(std::move(buffer)); in addGrBuffer() 103 // Add ref-counted resource that will be tracked and released when this command buffer finishes 122 // Add ref-counted resource that will be tracked and released when this command buffer finishes
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Util.cpp | 117 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer buffer, vk::Image image, uint32_t width, uint32_t height) in copyBufferToImage() argument 132 commandBuffer.copyBufferToImage(buffer, image, vk::ImageLayout::eTransferDstOptimal, 1, ®ion); in copyBufferToImage()
|