Home | History | Annotate | Download | only in layers

Lines Matching defs:reqs

799                     auto reqs = binding_pair.second;
813 if ((reqs & DESCRIPTOR_REQ_ALL_VIEW_TYPE_BITS) && (~reqs & (1 << image_view_ci.viewType))) {
817 << " requires an image view of type " << StringDescriptorReqViewType(reqs) << " but got "
824 if (!(reqs & format_bits)) {
828 << StringDescriptorReqComponentType(reqs) << " component type, but bound descriptor format is "
859 if ((reqs & DESCRIPTOR_REQ_SINGLE_SAMPLE) && image_node->createInfo.samples != VK_SAMPLE_COUNT_1_BIT) {
867 if ((reqs & DESCRIPTOR_REQ_MULTI_SAMPLE) && image_node->createInfo.samples == VK_SAMPLE_COUNT_1_BIT) {
878 auto reqs = binding_pair.second;
881 if (!(reqs & format_bits)) {
885 << StringDescriptorReqComponentType(reqs) << " component type, but bound descriptor format is "