Home
last modified time | relevance | path

Searched defs:instance (Results 1676 - 1700 of 1952) sorted by relevance

1...<<61626364656667686970>>...79

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp180 createDisplaySurface(const InstanceInterface& vki, VkInstance instance, VkDisplayKHR display, const tcu::CommandLine& cmdLine, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) createDisplaySurface() argument
249 createSurface(const InstanceInterface& vki, VkInstance instance, Type wsiType, const Display& nativeDisplay, const Window& nativeWindow, const tcu::CommandLine& cmdLine, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) createSurface() argument
407 createSurface(const InstanceInterface& vki, VkInstance instance, Type wsiType, const Display& nativeDisplay, const Window& nativeWindow, const tcu::CommandLine& cmdLine, const VkAllocationCallbacks* pAllocator) createSurface() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp95 const VkInstance instance = context.getInstance(); in createDeviceWithExtension() local
H A DvktApiVersionCheck.cpp120 VkInstance instance; member
147 CustomInstance instance = createCustomInstanceFromContext(m_context, DE_NULL, false); in iterate() local
212 CustomInstance instance = createCustomInstanceWithExtensions(m_context, getSupportedInstanceExtensions(instanceApiVersion), DE_NULL, false); in iterate() local
337 createTestDevice(const Context& context, VkInstance instance, vector<string> extensions = vector<string>(), bool allowLayers = true) createTestDevice() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp91 Move<VkDevice> createImageRobustnessDevice(Context& context, const vk::VkInstance& instance, const InstanceInterface& vki) in createImageRobustnessDevice() argument
484 const VkInstance instance = m_context.getInstance(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp175 const VkInstance instance = m_context.getInstance(); in createTestDevice() local
291 const VkInstance instance = m_context.getInstance(); in createDeviceGroup() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp501 checkSparseImageFormatSupport(const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, const VkImageCreateInfo& imageCreateInfo) checkSparseImageFormatSupport() argument
518 uploadTestTextureInternalSparse(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, const VkImageCreateInfo& imageCreateInfo, VkQueue universalQueue, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, Allocator& allocator, std::vector<de::SharedPtr<Allocation> >& allocations, const TestTexture& srcTexture, const TestTexture* srcStencilTexture, tcu::TextureFormat format, VkImage destImage) uploadTestTextureInternalSparse() argument
652 uploadTestTextureSparse(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, const VkImageCreateInfo& imageCreateInfo, VkQueue universalQueue, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, Allocator& allocator, std::vector<de::SharedPtr<Allocation> >& allocations, const TestTexture& srcTexture, VkImage destImage) uploadTestTextureSparse() argument
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp225 const auto instance = m_context.getInstance(); in SingletonDevice() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp137 makeProtectedMemDevice(const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceDriver& vkd, vk::VkPhysicalDevice physicalDevice, const deUint32 queueFamilyIndex, const deUint32 apiVersion, const std::vector<std::string>& extraExtensions, de::SharedPtr<vk::ResourceInterface> resourceInterface, const tcu::CommandLine& cmdLine) makeProtectedMemDevice() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp881 const auto instance = context.getInstance(); in BufferAccessInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp176 const vk::VkInstance instance = m_context.getInstance(); in iterate() local
631 const vk::VkInstance instance = m_context.getInstance(); in iterate() local
H A DvktShaderObjectRenderingTests.cpp551 const vk::VkInstance instance = m_context.getInstance(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp217 static InputGenerator instance; in getInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp297 void LoopUniformSetup::setup (ShaderRenderCaseInstance& instance, const tcu::Vec4&) const in setup() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp135 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport() local
198 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate() local
H A DvktSparseResourcesImageSparseResidency.cpp254 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport() local
332 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp209 const InstanceInterface& instance = context.getInstanceInterface(); in createAllocator() local
234 MovePtr<MultiQueues> createQueues (Context& context, const VkQueueFlags& queueFlag, const VkInstance& instance, const InstanceInterface& vki) in createQueues() argument
[all...]
H A DvktSynchronizationOperationMultiQueueTests.cpp126 const VkInstance instance = m_instance; in MultiQueues() local
911 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp102 CustomInstance::CustomInstance(Context& context, Move<VkInstance> instance, std::unique_ptr<vk::DebugReportRecorder>& recorder) in CustomInstance() argument
198 UncheckedInstance::UncheckedInstance (Context& context, vk::VkInstance instance, const vk::VkAllocationCallbacks* pAllocator, std::unique_ptr<DebugReportRecorder>& recorder) in UncheckedInstance() argument
328 Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExtensionsVec, cmdLine, debugReportRecorder.get(), pAllocator); in createCustomInstanceWithExtensions() local
415 createUncheckedInstance(Context& context, const vk::VkInstanceCreateInfo* instanceCreateInfo, const vk::VkAllocationCallbacks* pAllocator, UncheckedInstance* instance, bool allowLayers) createUncheckedInstance() argument
466 createCustomDevice(bool validationEnabled, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkDeviceCreateInfo* pCreateInfo, const vk::VkAllocationCallbacks* pAllocator) createCustomDevice() argument
745 const vk::VkInstance instance = m_context.getInstance(); createDeviceSupportingQueue() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp185 const CustomInstance instance; member
134 createDeviceWithWsi(const vk::PlatformInterface& vkp, vk::VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const deUint32 queueFamilyIndex, const VkAllocationCallbacks* pAllocator, bool validationEnabled) createDeviceWithWsi() argument
[all...]
H A DvktWsiDisplayTests.cpp1676 const VkInstance instance = m_context.getInstance(); in testDisplaySurface() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp95 const VkInstance instance = context.getInstance(); in createDeviceWithExtension() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp91 Move<VkDevice> createImageRobustnessDevice(Context& context, const vk::VkInstance& instance, const InstanceInterface& vki) in createImageRobustnessDevice() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp156 static void WaitForDebugger(HINSTANCE instance) in WaitForDebugger() argument
167 extern "C" BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) in DllMain() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h95 static AAudioExtensions instance; in getInstance() local
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp72 ThreadContext& instance = ThreadContext::Instance(); in ReleaseProgram() local
[all...]

Completed in 45 milliseconds

1...<<61626364656667686970>>...79