Searched refs:attachmentIdx (Results 1 – 5 of 5) sorted by relevance
403 size_t attachmentIdx = 0;415 desc.colorAttachments[attachmentIdx++];459 uint32_t attachmentIdx = static_cast<uint32_t>(attachmentCount++);461 tempDesc.colorAttachments[attachmentIdx];470 encoder->setColorStoreAction(MTLStoreActionDontCare, attachmentIdx);479 encoder->setColorStoreAction(MTLStoreActionStore, attachmentIdx);
232 for (deUint32 attachmentIdx = 0; attachmentIdx < numAttachments; attachmentIdx++) in makeGraphicsPipeline() local
3133 for (deUint32 attachmentIdx = 0; attachmentIdx < attachmentCount; attachmentIdx++) in initialize() local
731 for (deUint32 attachmentIdx = 0; attachmentIdx < m_attachmentsCount; ++attachmentIdx) in verify() local733 void* const ptr = m_bufferMemory[attachmentIdx]->getHostPtr(); in verify()
1370 size_t attachmentIdx = in syncClearBufferState() local1372 attachment = &colorAttachments[attachmentIdx]; in syncClearBufferState()