HomeSort by relevance Sort by last modified time
    Searched refs:vkPipeline (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/vk/
GrVkCopyPipeline.cpp 176 VkPipeline vkPipeline;
180 nullptr, &vkPipeline));
185 return new GrVkCopyPipeline(vkPipeline, &renderPass);
GrVkPipelineState.h 34 * and other similar objects that are used along with the VkPipeline in the draw. This includes both
43 GrVkPipeline* vkPipeline() const { return fPipeline; }
60 * For Vulkan we want to cache the entire VkPipeline for reuse of draws. The Desc here holds all
GrVkPipeline.cpp 470 VkPipeline vkPipeline;
474 nullptr, &vkPipeline));
479 return new GrVkPipeline(vkPipeline);

Completed in 137 milliseconds