Searched refs:is_array_of_verts (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 1453 …_inst_iter get_struct_type(shader_module const *src, spirv_inst_iter def, bool is_array_of_verts) { in get_struct_type() argument 1458 } else if (def.opcode() == spv::OpTypeArray && is_array_of_verts) { in get_struct_type() 1460 is_array_of_verts = false; in get_struct_type() 1471 … std::unordered_map<unsigned, unsigned> const &blocks, bool is_array_of_verts, in collect_interface_block_members() argument 1474 auto type = get_struct_type(src, src->get_def(type_id), is_array_of_verts); in collect_interface_block_members() 1521 bool is_array_of_verts) { in collect_interface_by_location() argument 1588 … unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts); in collect_interface_by_location() 1598 … collect_interface_block_members(my_data, dev, src, out, blocks, is_array_of_verts, id, type); in collect_interface_by_location()
|