Home
last modified time | relevance | path

Searched defs:vkd (Results 1 - 25 of 334) sorted by relevance

12345678910>>...14

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMakeUtil.cpp43 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 DvktPipelineDynamicControlPoints.cpp239 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 DvktPipelineMakeUtil.cpp43 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 DvktSafetyCriticalApiTests.cpp70 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 DvktSafetyCriticalApiTests.cpp70 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 DvktMemoryMappingTests.cpp99 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 DvktSynchronizationBasicFenceTests.cpp135 const DeviceInterface& vkd = getSyncDeviceInterface(videoDevice, context); in basicSignaledCase() local
H A DvktGlobalPriorityQueueUtils.cpp124 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 DvktTestCase.hpp63 const vk::DeviceInterface& vkd; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp67 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 DvktSynchronizationBasicFenceTests.cpp135 const DeviceInterface& vkd = getSyncDeviceInterface(videoDevice, context); in basicSignaledCase() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.hpp58 const vk::DeviceInterface& vkd; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp67 vk::Move<vk::VkImage> createImage (const vk::DeviceInterface& vkd, in createImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp85 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 DvktApiGetMemoryCommitment.cpp120 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 DvktConditionalIgnoreTests.cpp115 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 DvktMemoryModelPadding.cpp231 const auto& vkd = m_context.getDeviceInterface(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp95 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 DvktSSBOCornerCase.cpp118 const vk::DeviceInterface &vkd = context.getDeviceInterface(); in allocateAndBindMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp188 void setImageLayout(const DeviceInterface &vkd, in setImageLayout() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp85 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 DvkCmdUtil.cpp44 void beginSecondaryCommandBuffer (const DeviceInterface& vkd, in beginSecondaryCommandBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp95 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 DvktSSBOCornerCase.cpp118 const vk::DeviceInterface &vkd = context.getDeviceInterface(); in allocateAndBindMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolFragInvocationTests.cpp114 void recordRenderPassCommands (const DeviceInterface& vkd, const VkCommandBuffer cmdBuffer, const VkPipelineBindPoint bindPoint, const VkPipeline pipeline) in recordRenderPassCommands() argument
[all...]

Completed in 19 milliseconds

12345678910>>...14