Lines Matching refs:bind_groups
1312 for (uint32_t i = 0; i < render_pipeline->bind_groups.size(); i++) { in DoDrawRect()
1313 if (render_pipeline->bind_groups[i]) { in DoDrawRect()
1314 pass.SetBindGroup(i, render_pipeline->bind_groups[i], 0, nullptr); in DoDrawRect()
1386 for (uint32_t i = 0; i < render_pipeline->bind_groups.size(); i++) { in DoDrawArrays()
1387 if (render_pipeline->bind_groups[i]) { in DoDrawArrays()
1388 pass.SetBindGroup(i, render_pipeline->bind_groups[i], 0, nullptr); in DoDrawArrays()
1436 for (uint32_t i = 0; i < compute_pipeline->bind_groups.size(); i++) { in DoCompute()
1437 if (compute_pipeline->bind_groups[i]) { in DoCompute()
1438 pass.SetBindGroup(i, compute_pipeline->bind_groups[i], 0, nullptr); in DoCompute()
1679 render_pipeline->bind_groups.push_back(bindGroup); in AttachBuffersAndTextures()
1688 render_pipeline->bind_groups.push_back(bindGroup); in AttachBuffersAndTextures()
1778 compute_pipeline->bind_groups.push_back(bindGroup); in AttachBuffers()
1787 compute_pipeline->bind_groups.push_back(bindGroup); in AttachBuffers()