Searched refs:is_push_constant (Results 1 – 3 of 3) sorted by relevance
569 bool is_push_constant = get_storage_class(res.id) == StorageClassPushConstant; in emit_resources() local573 ID fallback_id = !is_push_constant && is_block ? ID(res.base_type_id) : ID(res.id); in emit_resources()
359 bool is_push_constant = compiler.get_storage_class(res.id) == StorageClassPushConstant; in print_resources() local364 ID fallback_id = !is_push_constant && is_block ? ID(res.base_type_id) : ID(res.id); in print_resources()
2073 bool is_push_constant = type.storage == StorageClassPushConstant; in emit_struct_member() local2075 if ((has_extended_decoration(type.self, SPIRVCrossDecorationExplicitOffset) || is_push_constant) && in emit_struct_member()