Lines Matching defs:out
474 // TODO: Unify string helper functions, this should really come out of a string helper if not there already
860 // Early out if info is not requested
920 // Early out if info is not requested
1434 std::map<location_t, interface_var> *out,
1478 (*out)[std::make_pair(location + offset, component)] = v;
1528 terminator, to fill out the rest of the word - so we only need to look at the last byte in
1536 std::map<location_t, interface_var> out;
1571 out[std::make_pair(location + offset, component)] = v;
1575 collect_interface_block_members(src, &out, blocks, is_array_of_verts, id, type, is_patch);
1580 return out;
1587 std::vector<std::pair<uint32_t, interface_var>> out;
1608 out.emplace_back(attachment_index + offset, v);
1616 return out;
1641 std::vector<std::pair<descriptor_slot_t, interface_var>> out;
1658 out.emplace_back(std::make_pair(set, binding), v);
1662 return out;
2795 /*out*/ required_descriptor_count)) {
3319 "is out of range for this renderpass (0..%u)",
4343 // TODO: This is not called out as an invalid use in the spec so make more informative recommendation.
6745 // TODO : This check combines VALIDATION_ERROR_00877 & 880, need to break out separately
6747 // This is a pain just to adapt the log message to the caller, but better to sort it out only when there is a problem.
6765 // TODO : This check combines VALIDATION_ERROR_00878 & 879, need to break out separately
6870 "Out of memory while attempting to allocate DESCRIPTOR_POOL_STATE in vkCreateDescriptorPool()"))
6993 // Really we'll want to break out these functions to separate files but
6994 // keeping it all together here to prove out design
8513 "vkCmdClearAttachments() color attachment index %d out of range for active subpass %d; ignored",