Home
last modified time | relevance | path

Searched defs:buffer (Results 4526 - 4550 of 5503) sorted by relevance

1...<<181182183184185186187188189190>>...221

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc516 char buffer[integral_size + /* . */ 1 + /* max digits uint128 */ 128]; in FormatFFast() local
[all...]
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs65 let mut buffer = [0_u8; 16]; in name() variables
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp557 void AtomicCounterTest::splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const in splitBuffer() argument
[all...]
H A Des31fTextureLevelStateQueryTests.cpp774 static const deUint8 buffer[64 * 8] = { 0 }; in applyTextureGenerationSpec() local
784 static const deUint8 buffer[64 * 8 * 2] = { 0 }; in applyTextureGenerationSpec() local
[all...]
H A Des31fVertexAttributeBindingTests.cpp659 const glw::GLuint buffer = (m_spec.aliasingBuffers) ? (m_primitiveBuf) : (m_colorOffsetBuf); renderTo() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp89 copyImageLayerToBuffer(const DeviceInterface& vk, VkCommandBuffer cmdBuffer, VkImage image, VkBuffer buffer, tcu::IVec2 size, VkAccessFlags srcAccessMask, VkImageLayout oldLayout, deUint32 layerToCopy, uint32_t mipLevel) copyImageLayerToBuffer() argument
[all...]
H A DvktPipelineImageSamplingInstance.cpp53 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
H A DvktPipelineImageUtil.cpp291 Move<VkBuffer> buffer; in readDepthAttachment() local
369 Move<VkBuffer> buffer; readStencilAttachment() local
428 Move<VkBuffer> buffer; uploadTestTextureInternal() local
531 Move<VkBuffer> buffer; uploadTestTextureInternalSparse() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp442 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible | MemoryRequirement::DeviceAddress)); in prepareBuffer() local
537 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
647 const de::MovePtr<BufferWithMemory> buffer = runTest(indirectAccelerationStructureBottom, indirectAccelerationStructureTop); iterate() local
[all...]
H A DvktRayTracingBuildLargeTests.cpp393 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
483 deUint32 RayTracingBuildLargeTestInstance::validateBuffer (de::MovePtr<BufferWithMemory> buffer) in validateBuffer() argument
505 de::MovePtr<BufferWithMemory> buffer = runTest(0); in iterateNoWorkers() local
[all...]
H A DvktRayTracingBuildTests.cpp467 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
555 deUint32 RayTracingBuildTestInstance::validateBuffer (de::MovePtr<BufferWithMemory> buffer) in validateBuffer() argument
H A DvktRayTracingMemGuaranteeTests.cpp663 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
757 const de::MovePtr<BufferWithMemory> buffer = runTest(); in iterate() local
H A DvktRayTracingPipelineLibraryTests.cpp686 const de::MovePtr<BufferWithMemory> buffer = runTest(deviceHelper); in iterate() local
H A DvktRayTracingTraversalControlTests.cpp713 const de::MovePtr<BufferWithMemory> buffer = runTest(); in iterate() local
H A DvktRayTracingWatertightnessTests.cpp634 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp65 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktObjectRefreshTests.cpp139 vk::Move<vk::VkBuffer> buffer = createBuffer(vkd, device, &bufferCreateInfo); in refreshObjects() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp511 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descType, allocator, numBytes, &bufferAlloc, m_shaderSpec.usesPhysStorageBuffer, m_shaderSpec.coherentMemory)); iterate() local
528 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descType, allocator, numBytes, &bufferAlloc, m_shaderSpec.usesPhysStorageBuffer)); iterate() local
726 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descriptorTypes.back(), allocator, numBytes, &alloc, m_shaderSpec.usesPhysStorageBuffer, m_shaderSpec.coherentMemory)); iterate() local
767 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, iterate() local
[all...]
H A DvktSpvAsmCrossStageInterfaceTests.cpp533 Move<VkBuffer> buffer; in checkImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp1131 ostringstream buffer; in initPrograms() local
1205 ostringstream buffer; in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.cpp170 NativeHandle::NativeHandle (vk::pt::AndroidHardwareBufferPtr buffer) in NativeHandle() argument
256 NativeHandle& NativeHandle::operator= (vk::pt::AndroidHardwareBufferPtr buffer) in operator =() argument
1058 allocateExportableMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceSize allocationSize, deUint32 memoryTypeIndex, vk::VkExternalMemoryHandleTypeFlagBits externalType, vk::VkBuffer buffer) allocateExportableMemory() argument
1120 importMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkBuffer buffer, vk::VkImage image, const vk::VkMemoryRequirements& requirements, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 memoryTypeIndex, NativeHandle& handle) importMemory() argument
1317 importDedicatedMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkBuffer buffer, const vk::VkMemoryRequirements& requirements, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 memoryTypeIndex, NativeHandle& handle) importDedicatedMemory() argument
1584 acquire(vk::pt::AndroidHardwareBufferPtr buffer) acquire() argument
1589 release(vk::pt::AndroidHardwareBufferPtr buffer) release() argument
1594 describe( const vk::pt::AndroidHardwareBufferPtr buffer, deUint32* width, deUint32* height, deUint32* layers, deUint32* format, deUint64* usage, deUint32* stride) describe() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp1209 deUint8 buffer [sizeof(VkDeviceGroupPresentCapabilitiesKHR) + GUARD_SIZE]; in queryDevGroupSurfacePresentCapabilitiesTest() local
1314 deUint8 buffer [sizeof(VkDeviceGroupPresentModeFlagsKHR) + GUARD_SIZE]; in queryDevGroupSurfacePresentModesTest() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dtncs.c261 TNC_TNCS_GetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer, TNC_UInt32 *pOutValueLength) TNC_TNCS_GetAttribute() argument
275 TNC_TNCS_SetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer) TNC_TNCS_SetAttribute() argument
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp224 void ContextWrapper::glBindBuffer (deUint32 target, deUint32 buffer) in glBindBuffer() argument
269 void ContextWrapper::glClearBufferiv (deUint32 buffer, int drawbuffer, const int* value) in glClearBufferiv() argument
274 void ContextWrapper::glClearBufferfv (deUint32 buffer, int drawbuffer, const float* value) in glClearBufferfv() argument
279 void ContextWrapper::glClearBufferuiv (deUint32 buffer, int drawbuffer, const deUint32* value) in glClearBufferuiv() argument
284 void ContextWrapper::glClearBufferfi (deUint32 buffer, int drawbuffer, float depth, int stencil) in glClearBufferfi() argument
[all...]
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp716 GLW_APICALL void GLW_APIENTRY glBindBuffer (GLenum target, GLuint buffer) in glBindBuffer() argument

Completed in 46 milliseconds

1...<<181182183184185186187188189190>>...221