Lines Matching refs:refl
1282 for (const auto& refl : pushConstantReflection) {
1283 push(reflection, refl.type);
1284 push(reflection, static_cast<uint16_t>(refl.offset));
1285 push(reflection, static_cast<uint16_t>(refl.size));
1286 push(reflection, static_cast<uint16_t>(refl.arraySize));
1287 push(reflection, static_cast<uint16_t>(refl.arrayStride));
1288 push(reflection, static_cast<uint16_t>(refl.matrixStride));
1289 push(reflection, static_cast<uint16_t>(refl.name.size()));
1290 reflection.insert(reflection.end(), std::begin(refl.name), std::end(refl.name));