Searched refs:fPipelineLayout (Results 1 – 2 of 2) sorted by relevance
40 , fPipelineLayout(layout) in GrVkProgram()65 SkASSERT(!fPipelineLayout); in ~GrVkProgram()99 if (fPipelineLayout) { in freeGPUResources()101 fPipelineLayout, in freeGPUResources()103 fPipelineLayout = nullptr; in freeGPUResources()132 fPipelineLayout = nullptr; in abandonGPUResources()342 commandBuffer->bindDescriptorSets(gpu, this, fPipelineLayout, 0, 2, fDescriptorSets, 0, in bind()
121 VkPipelineLayout fPipelineLayout; variable