Home
last modified time | relevance | path

Searched defs:vkp (Results 1 – 25 of 57) sorted by relevance

123

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFeatureTest.inl10 const PlatformInterface& vkp = context.getPlatformInterface(); local
52 const PlatformInterface& vkp = context.getPlatformInterface(); local
96 const PlatformInterface& vkp = context.getPlatformInterface(); local
138 const PlatformInterface& vkp = context.getPlatformInterface(); local
181 const PlatformInterface& vkp = context.getPlatformInterface(); local
225 const PlatformInterface& vkp = context.getPlatformInterface(); local
267 const PlatformInterface& vkp = context.getPlatformInterface(); local
309 const PlatformInterface& vkp = context.getPlatformInterface(); local
354 const PlatformInterface& vkp = context.getPlatformInterface(); local
396 const PlatformInterface& vkp = context.getPlatformInterface(); local
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceFeatureTest.inl10 const PlatformInterface& vkp = context.getPlatformInterface(); local
53 const PlatformInterface& vkp = context.getPlatformInterface(); local
96 const PlatformInterface& vkp = context.getPlatformInterface(); local
141 const PlatformInterface& vkp = context.getPlatformInterface(); local
186 const PlatformInterface& vkp = context.getPlatformInterface(); local
230 const PlatformInterface& vkp = context.getPlatformInterface(); local
275 const PlatformInterface& vkp = context.getPlatformInterface(); local
317 const PlatformInterface& vkp = context.getPlatformInterface(); local
359 const PlatformInterface& vkp = context.getPlatformInterface(); local
401 const PlatformInterface& vkp = context.getPlatformInterface(); local
[all …]
DvkRefUtilImpl.inl108 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp217 vk::Move<vk::VkDevice> createTestDevice(const Context &context, const vk::PlatformInterface &vkp, in createTestDevice()
890 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreWin32Create() local
955 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreImportTwice() local
1015 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreImportReimport() local
1073 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreSignalExportImportWait() local
1118 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreExportSignalImportWait() local
1160 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreExportImportSignalWait() local
1200 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreSignalImport() local
1258 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreSignalWaitImport() local
1301 const vk::PlatformInterface &vkp(context.getPlatformInterface()); in testSemaphoreImportSyncFdSignaled() local
[all …]
DvktApiDebugUtilsTests.cpp50 const PlatformInterface &vkp = context.getPlatformInterface(); in testLongDebugLabelsTest() local
DvktApiExtensionDuplicatesTests.cpp206 const vk::PlatformInterface &vkp = m_context.getPlatformInterface(); in iterate() local
DvktApiVersionCheck.cpp391 const PlatformInterface &vkp = context.getPlatformInterface(); in createTestDevice() local
630 const vk::PlatformInterface &vkp = m_context.getPlatformInterface(); in iterate() local
DvktApiDeviceInitializationTests.cpp1326 const PlatformInterface &vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local
1408 void checkFeatures(const PlatformInterface &vkp, const VkInstance &instance, const InstanceDriver &… in checkFeatures()
1621 const PlatformInterface &vkp = context.getPlatformInterface(); in createDeviceWithUnsupportedFeaturesTest() local
2603 const PlatformInterface &vkp = context.getPlatformInterface(); in createInstanceDeviceIntentionalAllocFail() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp89 vector<const char *> getValidationLayers(const vk::PlatformInterface &vkp) in getValidationLayers()
306 const vk::PlatformInterface &vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() local
383 vector<const char *> addDebugReportExt(const vk::PlatformInterface &vkp, const vk::VkInstanceCreate… in addDebugReportExt()
408 const vk::PlatformInterface &vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() local
470 const vk::PlatformInterface &vkp = context.getPlatformInterface(); in createUncheckedInstance() local
527 vk::Move<vk::VkDevice> createCustomDevice(bool validationEnabled, const vk::PlatformInterface &vkp, in createCustomDevice()
814 const vk::PlatformInterface &vkp = m_context.getPlatformInterface(); in createDeviceSupportingQueue() local
DvktTestCase.cpp181 uint32_t getTargetInstanceVersion(const PlatformInterface &vkp) in getTargetInstanceVersion()
194 std::pair<uint32_t, uint32_t> determineDeviceVersions(const PlatformInterface &vkp, uint32_t apiVer… in determineDeviceVersions()
232 Move<VkInstance> createInstance(const PlatformInterface &vkp, uint32_t apiVersion, in createInstance()
272 Move<VkDevice> createDefaultDevice(const PlatformInterface &vkp, VkInstance instance, const Instanc… in createDefaultDevice()
668 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder(const vk::PlatformInterface &vkp, in createDebugReportRecorder()
DvktTestCase.hpp62 const vk::PlatformInterface &vkp; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp162 bool isDebugUtilsSupported(const PlatformInterface &vkp) in isDebugUtilsSupported()
DvkQueryUtil.cpp421 vector<VkLayerProperties> enumerateInstanceLayerProperties(const PlatformInterface &vkp) in enumerateInstanceLayerProperties()
438 vector<VkExtensionProperties> enumerateInstanceExtensionProperties(const PlatformInterface &vkp, co… in enumerateInstanceExtensionProperties()
DvkResourceInterface.cpp944 void ResourceInterfaceStandard::importPipelineCacheData(const PlatformInterface &vkp, VkInstance in… in importPipelineCacheData()
1131 void ResourceInterfaceVKSC::importPipelineCacheData(const PlatformInterface &vkp, VkInstance instan… in importPipelineCacheData()
/external/deqp/external/vulkancts/vkscserver/
DvksServices.cpp46 const vk::PlatformInterface &vkp; member
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktPipelineIdentifierTests.cpp134 const vk::PlatformInterface &vkp = context.getPlatformInterface(); in testGraphicsPipelineIdentifier() local
370 const vk::PlatformInterface &vkp = context.getPlatformInterface(); in testComputePipelineIdentifier() local
DvktPipelineCacheSCTests.cpp105 const vk::PlatformInterface &vkp = context.getPlatformInterface(); in createPipelineCacheTest() local
/external/deqp/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectApiTests.cpp66 const vk::PlatformInterface &vkp = m_context.getPlatformInterface(); in iterate() local
DvktShaderObjectBinaryTests.cpp272 const auto &vkp = m_context.getPlatformInterface(); in iterate() local
637 const auto &vkp = m_context.getPlatformInterface(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp56 const PlatformInterface &vkp = context.getPlatformInterface(); in makeProtectedMemInstance() local
135 vk::Move<vk::VkDevice> makeProtectedMemDevice(const vk::PlatformInterface &vkp, vk::VkInstance inst… in makeProtectedMemDevice()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicVertexAttributeTests.cpp233 const vk::PlatformInterface &vkp = m_context.getPlatformInterface(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingProceduralGeometryTests.cpp74 const auto &vkp = context.getPlatformInterface(); in DeviceHelper() local
DvktRayTracingNullASTests.cpp172 const auto &vkp = context.getPlatformInterface(); in DeviceHelper() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp121 const PlatformInterface &vkp; member
165 …Move<VkDevice> createDeviceWithMemoryReport(bool isValidationEnabled, const PlatformInterface &vkp, in createDeviceWithMemoryReport()
1770 const PlatformInterface &vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() local
1907 …c Move<VkDevice> createExternalMemoryDevice(bool isValidationEnabled, const PlatformInterface &vkp, in createExternalMemoryDevice()
2024 const PlatformInterface &vkp(context.getPlatformInterface()); in testImportAndUnimportExternalMemory() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp104 Move<VkDevice> createDeviceWithWsi(const vk::PlatformInterface &vkp, vk::VkInstance instance, in createDeviceWithWsi()

123