Searched refs:buffer_resource_flags (Results 1 – 2 of 2) sorted by relevance
92 std::vector<uint8_t> buffer_resource_flags; member172 *flags = ctx->buffer_resource_flags.data(); in get_buffer_resource_flags()173 *count = ctx->buffer_resource_flags.size(); in get_buffer_resource_flags()179 if (!(ctx->buffer_resource_flags[set_offset + binding] & buffer_is_restrict)) { in get_buffer_resource_flags()182 *flags = ctx->buffer_resource_flags.data(); in get_buffer_resource_flags()187 *flags = ctx->buffer_resource_flags.data() + set_offset + binding; in get_buffer_resource_flags()
150 ctx->buffer_resource_flags = std::vector<uint8_t>(resource_flag_count); in fill_desc_set_info()155 ctx->buffer_resource_flags[offset + var->data.binding] |= buffer_is_restrict; in fill_desc_set_info()