/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMakeUtil.cpp | 43 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkImage image, const MemoryRequirement requirement) in bindImageDedicated() argument 50 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkBuffer buffer, const MemoryRequirement requirement) in bindBufferDedicated() argument
|
H A D | vktPipelineDynamicControlPoints.cpp | 239 std::unique_ptr<vk::BufferWithMemory> makeBufferForImage(const vk::DeviceInterface& vkd, const vk::VkDevice device, vk::Allocator& allocator, tcu::TextureFormat tcuFormat, vk::VkExtent3D imageExtent) in makeBufferForImage() argument 252 const auto& vkd = m_context.getDeviceInterface(); in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMakeUtil.cpp | 43 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkImage image, const MemoryRequirement requirement) in bindImageDedicated() argument 50 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkBuffer buffer, const MemoryRequirement requirement) in bindBufferDedicated() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 70 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in forbiddenCoreCommands() local 197 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in forbiddenPromotedCommands() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 70 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in forbiddenCoreCommands() local 197 const vk::DeviceInterface& vkd = context.getDeviceInterface(); in forbiddenPromotedCommands() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 99 void mapMemoryWrapper(const DeviceInterface& vkd, VkDevice device, vk::VkDeviceMemory memory, VkDeviceSize mappingOffset, VkDeviceSize mappingSize, void** ptr, bool useMap2) in mapMemoryWrapper() argument 120 void unmapMemoryWrapper(const DeviceInterface& vkd, VkDevice device, vk::VkDeviceMemory memory, bool useMap2) in unmapMemoryWrapper() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationBasicFenceTests.cpp | 135 const DeviceInterface& vkd = getSyncDeviceInterface(videoDevice, context); in basicSignaledCase() local
|
H A D | vktGlobalPriorityQueueUtils.cpp | 124 const DeviceInterface& vkd = ctx.getDeviceInterface(); in SpecialDevice() local 246 BufferWithMemory(const vk::InstanceInterface& vki, const DeviceInterface& vkd, const vk::VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkBufferCreateInfo& bufferCreateInfo, const MemoryRequirement memoryRequirement, const VkQueue sparseQueue) BufferWithMemory() argument 344 ImageWithMemory(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkImageCreateInfo& imageCreateInfo, const VkQueue sparseQueue, const MemoryRequirement memoryRequirement) ImageWithMemory() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.hpp | 63 const vk::DeviceInterface& vkd; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 67 vk::Move<vk::VkImage> createImage (const vk::DeviceInterface& vkd, in createImage() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationBasicFenceTests.cpp | 135 const DeviceInterface& vkd = getSyncDeviceInterface(videoDevice, context); in basicSignaledCase() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCase.hpp | 58 const vk::DeviceInterface& vkd; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 67 vk::Move<vk::VkImage> createImage (const vk::DeviceInterface& vkd, in createImage() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDescriptorPoolTests.cpp | 85 const DeviceInterface& vkd = context.getDeviceInterface(); in resetDescriptorPoolTest() local 179 const DeviceInterface& vkd = context.getDeviceInterface(); in outOfPoolMemoryTest() local 298 const DeviceInterface& vkd = context.getDeviceInterface(); zeroPoolSizeCount() local [all...] |
H A D | vktApiGetMemoryCommitment.cpp | 120 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local 382 const DeviceInterface& vkd = m_context.getDeviceInterface(); iterate() local 451 const DeviceInterface& vkd = m_context.getDeviceInterface(); createCommandPool() local 460 const DeviceInterface& vkd = m_context.getDeviceInterface(); allocatePrimaryCommandBuffer() local 486 const DeviceInterface& vkd = m_context.getDeviceInterface(); isDeviceMemoryCommitmentOk() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalIgnoreTests.cpp | 115 std::unique_ptr<BufferWithMemory> makeBufferForImage(const DeviceInterface& vkd, const VkDevice device, Allocator& allocator, VkFormat imageFormat, VkExtent3D imageExtent) in makeBufferForImage() argument 129 const auto& vkd = m_context.getDeviceInterface(); in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelPadding.cpp | 231 const auto& vkd = m_context.getDeviceInterface(); in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryProceduralGeometryTests.cpp | 95 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local 226 const DeviceInterface& vkd = m_context.getDeviceInterface(); clearBuffer() local 250 const DeviceInterface& vkd = m_context.getDeviceInterface(); setupAccelerationStructures() local 310 const DeviceInterface& vkd = m_context.getDeviceInterface(); setupAccelerationStructures() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 118 const vk::DeviceInterface &vkd = context.getDeviceInterface(); in allocateAndBindMemory() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 188 void setImageLayout(const DeviceInterface &vkd, in setImageLayout() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDescriptorPoolTests.cpp | 85 const DeviceInterface& vkd = context.getDeviceInterface(); in resetDescriptorPoolTest() local 179 const DeviceInterface& vkd = context.getDeviceInterface(); in outOfPoolMemoryTest() local 298 const DeviceInterface& vkd = context.getDeviceInterface(); zeroPoolSizeCount() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkCmdUtil.cpp | 44 void beginSecondaryCommandBuffer (const DeviceInterface& vkd, in beginSecondaryCommandBuffer() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryProceduralGeometryTests.cpp | 95 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate() local 226 const DeviceInterface& vkd = m_context.getDeviceInterface(); clearBuffer() local 250 const DeviceInterface& vkd = m_context.getDeviceInterface(); setupAccelerationStructures() local 310 const DeviceInterface& vkd = m_context.getDeviceInterface(); setupAccelerationStructures() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 118 const vk::DeviceInterface &vkd = context.getDeviceInterface(); in allocateAndBindMemory() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolFragInvocationTests.cpp | 114 void recordRenderPassCommands (const DeviceInterface& vkd, const VkCommandBuffer cmdBuffer, const VkPipelineBindPoint bindPoint, const VkPipeline pipeline) in recordRenderPassCommands() argument [all...] |