/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 1206 pub fn size(&self, ctx: &BindgenContext) -> usize { in size() functions
|
/third_party/python/Python/ |
H A D | traceback.c | 1069 const Py_ssize_t size = Py_ARRAY_LENGTH(buffer) - 1; in _Py_DumpHexadecimal() local 1092 Py_ssize_t i, size; in _Py_DumpASCII() local [all...] |
/third_party/openssl/test/ |
H A D | endecode_test.c | 421 static int pass_pw(char *buf, int size, int rwflag, void *userdata) in pass_pw() argument
|
H A D | modes_internal_test.c | 28 size_t size; member 195 size_t tail, size; in execute_cts128() local [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 1608 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) sljit_emit_op_custom() argument [all...] |
/third_party/python/Lib/ |
H A D | tarfile.py | 853 size = 'Size in bytes.', global() variable in TarInfo [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 430 bt_transport_read(pa_bluetooth_transport *t, int fd, void *buffer, size_t size, pa_usec_t *p_timestamp) bt_transport_read() argument [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 145 static int set_period_size(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, snd_pcm_uframes_t size) { in set_period_size() argument 170 static int set_buffer_size(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, snd_pcm_uframes_t size) { in set_buffer_size() argument [all...] |
/third_party/openssl/crypto/evp/ |
H A D | p_lib.c | 64 int size = 0; in EVP_PKEY_get_bits() local 76 int size = 0; in EVP_PKEY_get_security_bits() local 1801 int size = 0; EVP_PKEY_get_size() local [all...] |
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 456 cl_mem clCreateBuffer(cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) in clCreateBuffer() argument 846 void *clSVMAlloc(cl_context context, cl_mem_flags flags, size_t size, cl_uint align) in clSVMAlloc() argument 511 clEnqueueReadBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueReadBuffer() argument 538 clEnqueueWriteBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteBuffer() argument 574 clEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapBuffer() argument 864 clEnqueueSVMMap(cl_command_queue command_queue, cl_bool blocking, cl_map_flags flags, void *host_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueSVMMap() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 2407 initAllocTracker(size_t size, deUint32 intentionalFailIndex = (deUint32)~0) initAllocTracker() argument 2449 allocCallbackFunc(void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) allocCallbackFunc() argument 2498 reallocCallbackFunc(void *pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) reallocCallbackFunc() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 515 SingleTargetRenderInstance(Context& context, const tcu::UVec2& size) SingleTargetRenderInstance() argument 535 createColorAttachment(const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, const tcu::TextureFormat& format, const tcu::UVec2& size, de::MovePtr<vk::Allocation>* outAllocation) createColorAttachment() argument 594 createFramebuffer(const vk::DeviceInterface& vki, vk::VkDevice device, vk::VkRenderPass renderpass, vk::VkImageView colorAttachmentView, const tcu::UVec2& size) createFramebuffer() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 601 void ConditionalRenderingBaseTestInstance::bufferMemoryBarrier (VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, in bufferMemoryBarrier() argument 748 VkDeviceSize size = WIDTH * HEIGHT * mapVkFormat(format).getPixelSize(); in createResultBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 940 cmdBindIndexBufferImpl(vk::VkCommandBuffer commandBuffer, vk::VkBuffer indexBuffer, vk::VkDeviceSize offset, vk::VkDeviceSize size, vk::VkIndexType indexType) cmdBindIndexBufferImpl() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 570 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const VkExtent2D size, const VkImageUsageFlags usage, VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT) in makeImageCreateInfo() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 69 VkDeviceSize size; member 270 VkDeviceSize size; member [all...] |
H A D | vktMemoryBindingTests.cpp | 67 MemoryMappingRAII(const DeviceInterface& deviceInterface, const VkDevice& device, VkDeviceMemory deviceMemory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags) MemoryMappingRAII() argument 112 makeMemoryRange(VkDeviceSize offset, VkDeviceSize size) makeMemoryRange() argument 374 makeMemoryBarrierInfo(VkBuffer buffer, VkDeviceSize size, TransferDirection direction) makeMemoryBarrierInfo() argument 900 pushData(VkDeviceMemory memory, deUint32 dataSeed, VkDeviceSize size) pushData() argument 917 checkData(VkDeviceMemory memory, deUint32 dataSeed, VkDeviceSize size) checkData() argument [all...] |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 248 VkDeviceSize size; member [all...] |
H A D | vktMemoryExternalMemoryHostTests.cpp | 316 void* alignedRealloc (void* ptr, VkDeviceSize size, VkDeviceSize alignment) in alignedRealloc() argument 520 VkDeviceSize size = 10000 * vk::mapVkFormat(m_testParams.m_format).getPixelSize(); createBindMemoryResultBuffer() local 930 prepareBufferForHostAccess(VkDeviceSize size) prepareBufferForHostAccess() argument 948 copyResultBuffertoBuffer(VkDeviceSize size) copyResultBuffertoBuffer() argument 978 createDataBuffer(VkDeviceSize size, VkBufferUsageFlags usage) createDataBuffer() argument 1001 fillBuffer(VkDeviceSize size) fillBuffer() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 255 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture() argument 2398 getImageSize(SamplerViewType viewType, int size) getImageSize() argument [all...] |
H A D | vktPipelineBindPointTests.cpp | 324 void writeSetUpdate (const DeviceInterface& vkd, VkDevice device, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkDescriptorSet set) in writeSetUpdate() argument 351 void pushBufferDescriptor(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, VkPipelineLayout layout, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size) in pushBufferDescriptor() argument 387 VkBufferMemoryBarrier makeBufferBarrier (VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size) in makeBufferBarrier() argument
|
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 115 void copyAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::BufferWithMemory& buffer, size_t offset, const void* src, size_t size) in copyAndFlush() argument 919 vk::VkDeviceSize size = (offset + allocSize * (compCount + stride)) * sizeof(float); createBuffers() local [all...] |
H A D | vktPipelineCacheTests.cpp | 135 Move<VkBuffer> createBufferAndBindMemory (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument 930 const VkDeviceSize size = sizeof(tcu::Vec4) * 128u; in buildBuffers() local [all...] |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 273 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateFlags flags, const VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numLayers, const VkImageUsageFlags usage, const bool multisample) makeImage() argument 1324 const IVec3 size = differentSizeTest ? attachmentSizes[renderTargetIdx] : caseDef.attachmentSize; testMultiAttachments() local [all...] |
H A D | vktPipelineImageSlicedViewOf3DTests.cpp | 176 static uint32_t getMaxMipLevelCountForSize (uint32_t size) in getMaxMipLevelCountForSize() argument 429 const auto size = makeIVec3(extent.width, extent.height, extent.depth); in makeAndFillTransferBuffer() local [all...] |