Searched refs:GetOrCreateAttachmentState (Results 1 – 5 of 5) sorted by relevance
188 Ref<AttachmentState> GetOrCreateAttachmentState(AttachmentStateBlueprint* blueprint);189 Ref<AttachmentState> GetOrCreateAttachmentState(191 Ref<AttachmentState> GetOrCreateAttachmentState(const RenderPipelineDescriptor* descriptor);192 Ref<AttachmentState> GetOrCreateAttachmentState(const RenderPassDescriptor* descriptor);
872 Ref<AttachmentState> DeviceBase::GetOrCreateAttachmentState( in GetOrCreateAttachmentState() function in dawn_native::DeviceBase886 Ref<AttachmentState> DeviceBase::GetOrCreateAttachmentState( in GetOrCreateAttachmentState() function in dawn_native::DeviceBase889 return GetOrCreateAttachmentState(&blueprint); in GetOrCreateAttachmentState()892 Ref<AttachmentState> DeviceBase::GetOrCreateAttachmentState( in GetOrCreateAttachmentState() function in dawn_native::DeviceBase895 return GetOrCreateAttachmentState(&blueprint); in GetOrCreateAttachmentState()898 Ref<AttachmentState> DeviceBase::GetOrCreateAttachmentState( in GetOrCreateAttachmentState() function in dawn_native::DeviceBase901 return GetOrCreateAttachmentState(&blueprint); in GetOrCreateAttachmentState()
93 device->GetOrCreateAttachmentState(descriptor), in RenderBundleEncoder()
573 mAttachmentState(device->GetOrCreateAttachmentState(descriptor)) { in RenderPipelineBase()
565 cmd->attachmentState = device->GetOrCreateAttachmentState(descriptor); in APIBeginRenderPass()