Searched refs:type_def (Results 1 – 5 of 5) sorted by relevance
682 struct type *type_def; member820 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()
322 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyVariableShaders() local326 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyVariableShaders()327 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyVariableShaders()332 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyVariableShaders()
414 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyVariableShaders() local418 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyVariableShaders()419 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyVariableShaders()424 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyVariableShaders()
395 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyVariableShaders() local399 if (!type_def->IsVulkanStorageImage() && in IsReadOnlyVariableShaders()400 !type_def->IsVulkanStorageTexelBuffer()) { in IsReadOnlyVariableShaders()405 if (!type_def->IsVulkanStorageBuffer()) { in IsReadOnlyVariableShaders()
324 | type_def341 type_def : TYPE identifier alias_def opt_attr_list ';'