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

  /external/skia/src/gpu/vk/
GrVkResourceProvider.cpp 39 VkPipelineCache GrVkResourceProvider::pipelineCache() {
106 this->pipelineCache());
125 this->pipelineCache());
544 this->pipelineCache(),
551 this->pipelineCache(),
  /external/skqp/src/gpu/vk/
GrVkResourceProvider.cpp 39 VkPipelineCache GrVkResourceProvider::pipelineCache() {
106 this->pipelineCache());
125 this->pipelineCache());
532 this->pipelineCache(),
539 this->pipelineCache(),
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp 447 ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout,
450 , m_pipelineCache (pipelineCache)
548 CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipelineCreateInfo>& pipelineInfo,
551 : ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersExecutions)
578 CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipelineCreateInfo>& pipelineInfo,
581 : ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersExecutions)
639 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo);
640 Move<VkPipeline> pipeline = createComputePipeline(vk, device, *pipelineCache, &pipelineInfo[0]);
648 m_context, *pipelineCache, pipelineInfo, *pipelineLayout, *descriptorSetLayout, *queues, m_shadersExecutions)));
751 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo)
    [all...]
vktSynchronizationSmokeTests.cpp 559 vk::Move<VkPipelineCache> pipelineCache;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/swiftshader/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan.hpp     [all...]

Completed in 721 milliseconds