Lines Matching refs:fPipelineLayout
27 , fPipelineLayout(VK_NULL_HANDLE) {}
107 CreatePipelineLayout(gpu->device(), &layoutCreateInfo, nullptr, &fPipelineLayout));
130 SkASSERT(fFragShaderModule == VK_NULL_HANDLE && fPipelineLayout == VK_NULL_HANDLE);
136 SkASSERT(fPipelineLayout != VK_NULL_HANDLE);
142 fShaderStageInfo, fPipelineLayout);
192 commandBuffer->bindDescriptorSets(gpu, fPipelineLayout,
203 commandBuffer->bindDescriptorSets(gpu, fPipelineLayout,
230 if (fPipelineLayout != VK_NULL_HANDLE) {
232 DestroyPipelineLayout(gpu->device(), fPipelineLayout, nullptr));
233 fPipelineLayout = VK_NULL_HANDLE;