Home
last modified time | relevance | path

Searched refs:is_push_constant (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_reflect.cpp569 bool is_push_constant = get_storage_class(res.id) == StorageClassPushConstant; in emit_resources() local
573 ID fallback_id = !is_push_constant && is_block ? ID(res.base_type_id) : ID(res.id); in emit_resources()
Dmain.cpp359 bool is_push_constant = compiler.get_storage_class(res.id) == StorageClassPushConstant; in print_resources() local
364 ID fallback_id = !is_push_constant && is_block ? ID(res.base_type_id) : ID(res.id); in print_resources()
Dspirv_hlsl.cpp2073 bool is_push_constant = type.storage == StorageClassPushConstant; in emit_struct_member() local
2075 if ((has_extended_decoration(type.self, SPIRVCrossDecorationExplicitOffset) || is_push_constant) && in emit_struct_member()