| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineImageSamplingInstance.cpp | 55 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 D | vktPipelineImageUtil.cpp | 301 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 D | vktRayTracingBuildIndirectTests.cpp | 442 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 D | vktRayTracingBuildLargeTests.cpp | 393 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 D | vktRayTracingBuildTests.cpp | 467 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 D | vktRayTracingMemGuaranteeTests.cpp | 663 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 D | vktRayTracingTraversalControlTests.cpp | 713 const de::MovePtr<BufferWithMemory> buffer = runTest(); in iterate() local
|
| H A D | vktRayTracingWatertightnessTests.cpp | 634 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 D | vktRenderPassSampleReadTests.cpp | 65 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| H A D | vktObjectRefreshTests.cpp | 139 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 D | vktShaderObjectRenderingTests.cpp | 228 vk::Move<vk::VkBuffer> buffer; in readDepthAttachment() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm64bitCompareTests.cpp | 1027 vk::Move<vk::VkBuffer> buffer; global() member [all...] |
| H A D | vktSpvAsmComputeShaderCase.cpp | 511 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 D | vktSpvAsmCrossStageInterfaceTests.cpp | 533 Move<VkBuffer> buffer; in checkImage() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 1130 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 D | vktApiBufferMarkerTests.cpp | 210 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 D | vktApiBufferMemoryRequirementsTests.cpp | 904 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 D | vktBindingDescriptorBufferTests.cpp | 158 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 D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 151 de::MovePtr<BufferWithMemory> buffer; in runCompute() local [all...] |
| H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 70 de::MovePtr<BufferWithMemory> buffer; local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
| H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 608 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 D | vktDrawInvertedDepthRangesTests.cpp | 359 const VkBuffer buffer = m_vertexBuffer->object(); in draw() local
|
| H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 416 const VkBuffer buffer = m_vertexBuffer->object(); in drawCommands() local
|
| H A D | vktDrawMultipleInterpolationTests.cpp | 581 const vk::VkBuffer buffer = m_vertexBuffer->object(); in render() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
| H A D | vktGeometryLayeredRenderingTests.cpp | 361 void copyLayeredImageToBuffer(const DeviceInterface& vk, VkCommandBuffer cmdBuffer, VkImage image, VkBuffer buffer, const ImageParams& imageParams) in copyLayeredImageToBuffer() argument
|