Searched refs:get_locations_consumed_by_type (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp352 static unsigned get_locations_consumed_by_type(shader_module const *src, unsigned type, bool strip_array_level) { function
360 return get_locations_consumed_by_type(src, insn.word(3), strip_array_level);
363 return get_locations_consumed_by_type(src, insn.word(2), false);
365 return get_constant_value(src, insn.word(3)) * get_locations_consumed_by_type(src, insn.word(2), false);
369 return insn.word(3) * get_locations_consumed_by_type(src, insn.word(2), false);
499 unsigned num_locations = get_locations_consumed_by_type(src, member_type_id, false);
595 unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts && !is_patch);
627 auto num_locations = get_locations_consumed_by_type(src, def.word(1), false);

Completed in 65 milliseconds