Lines Matching defs:attachmentCount
75 for (uint32_t idx = 0; idx < beginRenderPass.renderPassDesc.attachmentCount; ++idx) {
191 for (uint32_t idx = 0; idx < rc.renderPassDesc.attachmentCount; ++idx) {
224 const uint32_t attachmentCount = beginRenderPass.renderPassDesc.attachmentCount;
225 for (uint32_t attachmentIdx = 0; attachmentIdx < attachmentCount; ++attachmentIdx) {
244 const uint32_t attachmentCount = firstRenderPass->renderPassDesc.attachmentCount;
258 for (uint32_t idx = 0; idx < attachmentCount; ++idx) {
266 for (uint32_t idx = 0; idx < firstRenderPass->renderPassDesc.attachmentCount; ++idx) {
297 if (!CloneData(store.renderPasses[idx]->inputResourceStates.states, sizeof(GpuResourceState) * attachmentCount,
298 firstRenderPass->inputResourceStates.states, sizeof(GpuResourceState) * attachmentCount)) {
927 for (uint32_t attachmentIdx = 0; attachmentIdx < params.rc.renderPassDesc.attachmentCount; ++attachmentIdx) {
982 PLUGIN_ASSERT(attachmentIndex < renderPassDesc.attachmentCount);