Home
last modified time | relevance | path

Searched defs:buffer (Results 7201 - 7225 of 9372) sorted by relevance

1...<<281282283284285286287288289290>>...375

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp55 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.cpp301 Move<VkBuffer> buffer; in readDepthAttachment() local
379 Move<VkBuffer> buffer; readStencilAttachment() local
438 Move<VkBuffer> buffer; uploadTestTextureInternal() local
541 Move<VkBuffer> buffer; uploadTestTextureInternalSparse() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/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
556 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 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/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/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/vulkan/shader_object/
H A DvktShaderObjectRenderingTests.cpp228 vk::Move<vk::VkBuffer> buffer; in readDepthAttachment() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1027 vk::Move<vk::VkBuffer> buffer; global() member
[all...]
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/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp1130 ostringstream buffer; in initPrograms() local
1203 ostringstream buffer; in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp210 createMarkerBufferMemory(const InstanceInterface& vki, const DeviceInterface& vkd, VkPhysicalDevice physicalDevice, VkDevice device, VkBuffer buffer, size_t bufferOffset, MovePtr<Allocator>& allocator, const MemoryRequirement allocRequirement, bool externalHostPtr, MovePtr<ExternalHostMemory>& hostMemory, MovePtr<Allocation>& deviceMemory) createMarkerBufferMemory() argument
[all...]
H A DvktApiBufferMemoryRequirementsTests.cpp904 Move<VkBuffer> buffer = createBuffer(vkd, device, &createInfo); iterate() local
934 Move<VkBuffer> buffer = createBuffer(vkd, device, &createInfo); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp158 VkBuffer getVkBuffer (const de::MovePtr<BufferWithMemory>& buffer) in getVkBuffer() argument
165 VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, VkDeviceSize size) in makeStridedDeviceAddressRegion() argument
386 Move<VkBuffer> buffer; global() member
536 BufferAlloc buffer; global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp151 de::MovePtr<BufferWithMemory> buffer; in runCompute() local
[all...]
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp70 de::MovePtr<BufferWithMemory> buffer; local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp608 Move<VkBuffer> buffer = vk::createBuffer(interface, device, &createInfo); in createBufferAndBind() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp359 const VkBuffer buffer = m_vertexBuffer->object(); in draw() local
H A DvktDrawMultipleClearsWithinRenderPass.cpp416 const VkBuffer buffer = m_vertexBuffer->object(); in drawCommands() local
H A DvktDrawMultipleInterpolationTests.cpp581 const vk::VkBuffer buffer = m_vertexBuffer->object(); in render() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp361 void copyLayeredImageToBuffer(const DeviceInterface& vk, VkCommandBuffer cmdBuffer, VkImage image, VkBuffer buffer, const ImageParams& imageParams) in copyLayeredImageToBuffer() argument

Completed in 45 milliseconds

1...<<281282283284285286287288289290>>...375