Home
last modified time | relevance | path

Searched refs:VkPipelineCacheCreateFlags (Results 1 - 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.h159 VkPipelineCacheCreateFlags flags;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMatchedAttachmentsTests.cpp192 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in testMatchedAttachments()
197 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in testMatchedAttachments()
H A DvktPipelineEarlyDestroyTests.cpp183 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in testEarlyDestroy()
188 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in testEarlyDestroy()
H A DvktPipelineCacheTests.cpp93 VkPipelineCacheCreateFlags pipelineCacheCreateFlags = 0u);
98 VkPipelineCacheCreateFlags getPipelineCacheCreateFlags (void) const { return m_pipelineCacheCreateFlags; } in getPipelineCacheCreateFlags()
105 VkPipelineCacheCreateFlags m_pipelineCacheCreateFlags;
109 CacheTestParam::CacheTestParam (PipelineConstructionType pipelineConstructionType, const VkShaderStageFlags shaders, bool compileCacheMissShaders, VkPipelineCacheCreateFlags pipelineCacheCreateFlags) in CacheTestParam()
259 m_param->getPipelineCacheCreateFlags(), // VkPipelineCacheCreateFlags flags; in CacheTestInstance()
1175 0u, // VkPipelineCacheCreateFlags flags; in PipelineFromCacheTestInstance()
1250 0u, // VkPipelineCacheCreateFlags flags; in PipelineFromIncompleteCacheTestInstance()
1395 0u, // VkPipelineCacheCreateFlags flags; in createPipelineCache()
1701 0u, // VkPipelineCacheCreateFlags flags; in ZeroSizeTestInstance()
1795 0u, // VkPipelineCacheCreateFlags flag in InvalidBlobTestInstance()
[all...]
H A DvktPipelineCreationCacheControlTests.cpp426 VkPipelineCacheCreateFlags{}, //flags in createPipelineCache()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMatchedAttachmentsTests.cpp188 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in testMatchedAttachments()
193 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in testMatchedAttachments()
H A DvktPipelineEarlyDestroyTests.cpp176 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in testEarlyDestroy()
181 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in testEarlyDestroy()
H A DvktPipelineCacheTests.cpp91 VkPipelineCacheCreateFlags pipelineCacheCreateFlags = 0u);
97 VkPipelineCacheCreateFlags getPipelineCacheCreateFlags (void) const { return m_pipelineCacheCreateFlags; } in getPipelineCacheCreateFlags()
104 VkPipelineCacheCreateFlags m_pipelineCacheCreateFlags;
108 CacheTestParam::CacheTestParam (PipelineConstructionType pipelineConstructionType, const VkShaderStageFlags shaders, bool compileCacheMissShaders, VkPipelineCacheCreateFlags pipelineCacheCreateFlags) in CacheTestParam()
269 m_param->getPipelineCacheCreateFlags(), // VkPipelineCacheCreateFlags flags; in CacheTestInstance()
1180 0u, // VkPipelineCacheCreateFlags flags; in PipelineFromCacheTestInstance()
1255 0u, // VkPipelineCacheCreateFlags flags; in PipelineFromIncompleteCacheTestInstance()
1399 0u, // VkPipelineCacheCreateFlags flags; in createPipelineCache()
1706 0u, // VkPipelineCacheCreateFlags flags; in ZeroSizeTestInstance()
1800 0u, // VkPipelineCacheCreateFlags flag in InvalidBlobTestInstance()
[all...]
H A DvktPipelineCreationCacheControlTests.cpp423 VkPipelineCacheCreateFlags{}, //flags in createPipelineCache()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c204 VkPipelineCacheCreateFlags flags, in v3dv_pipeline_cache_init()
H A Dv3dv_private.h2227 VkPipelineCacheCreateFlags,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp859 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in createSimpleGraphicsPipeline()
864 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in createSimpleGraphicsPipeline()
1562 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in createSimpleGraphicsPipelineInvalidPointers()
1567 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in createSimpleGraphicsPipelineInvalidPointers()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiPipelineTests.cpp859 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in createSimpleGraphicsPipeline()
864 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in createSimpleGraphicsPipeline()
1562 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in createSimpleGraphicsPipelineInvalidPointers()
1567 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in createSimpleGraphicsPipelineInvalidPointers()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp1163 (vk::VkPipelineCacheCreateFlags)0, in createPipelineCache()
H A DvktSynchronizationSmokeTests.cpp184 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in createTestDevice()
932 cacheState.flags = (VkPipelineCacheCreateFlags)0u; in generateWork()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp1163 (vk::VkPipelineCacheCreateFlags)0, in createPipelineCache()
H A DvktSynchronizationSmokeTests.cpp185 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags; in createTestDevice()
933 cacheState.flags = (VkPipelineCacheCreateFlags)0u; in generateWork()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp608 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags; in buildPipelineCache()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp764 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags;
H A DvktMemoryDeviceMemoryReportTests.cpp743 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags;
748 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp725 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags;
H A DvktMemoryDeviceMemoryReportTests.cpp737 (VkPipelineCacheCreateFlags)0u, // VkPipelineCacheCreateFlags flags;
742 VK_PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT, // VkPipelineCacheCreateFlags flags;
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h385 VkPipelineCacheCreateFlags flags;
/third_party/glfw/deps/glad/
H A Dvulkan.h2614 typedef VkFlags VkPipelineCacheCreateFlags; typedef
3195 VkPipelineCacheCreateFlags flags;
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1420 typedef VkFlags VkPipelineCacheCreateFlags; typedef
2127 VkPipelineCacheCreateFlags flags;

Completed in 99 milliseconds

12