HomeSort by relevance Sort by last modified time
    Searched defs:pipelineCache (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp 496 ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout,
499 , m_pipelineCache (pipelineCache)
597 CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipelineCreateInfo>& pipelineInfo,
600 : ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersExecutions)
627 CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipelineCreateInfo>& pipelineInfo,
630 : ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersExecutions)
688 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo);
689 Move<VkPipeline> pipeline = createComputePipeline(vk, device, *pipelineCache, &pipelineInfo[0]);
697 m_context, *pipelineCache, pipelineInfo, *pipelineLayout, *descriptorSetLayout, *queues, m_shadersExecutions)));
800 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo)
    [all...]
vktSynchronizationSmokeTests.cpp 578 vk::Move<VkPipelineCache> pipelineCache;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 1119 struct PipelineCache
1135 return getSafeObjectCount<PipelineCache>(context, params, MAX_CONCURRENT_PIPELINE_CACHES);
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 385 VkPipelineCache pipelineCache;
    [all...]
cube.cpp 313 device.destroyPipelineCache(pipelineCache, nullptr);
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 353 milliseconds