Home
last modified time | relevance | path

Searched refs:type_def (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/tools/
Dasn1_compiler.c682 struct type *type_def; member
820 type->element->type_def = type; in parse()
1213 const struct type *t = e->type_def; in dump_element()
1449 if ((e->type_def && e->type_def->ref_count > 1) || in render_element()
1453 if (e->type_def && out) { in render_element()
1454 render_more(out, "\t// %s\n", e->type_def->name->content); in render_element()
1536 if (e->type_def && e->type_def->name) in render_element()
1538 e->type_def->name->content); in render_element()
1562 if (e->type_def && e->type_def->name) in render_element()
1564 e->type_def->name->content); in render_element()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp322 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyVariableShaders() local
326 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyVariableShaders()
327 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyVariableShaders()
332 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyVariableShaders()
/external/angle/third_party/spirv-tools/src/source/opt/
Dinstruction.cpp414 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyVariableShaders() local
418 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyVariableShaders()
419 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyVariableShaders()
424 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyVariableShaders()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp395 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyVariableShaders() local
399 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyVariableShaders()
400 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyVariableShaders()
405 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyVariableShaders()
/external/selinux/checkpolicy/
Dpolicy_parse.y324 | type_def
341 type_def : TYPE identifier alias_def opt_attr_list ';'