HomeSort by relevance Sort by last modified time
    Searched refs:get_locations_consumed_by_type (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/layers/
shader_validation.cpp 352 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);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.cpp 1341 static unsigned get_locations_consumed_by_type(shader_module const *src, unsigned type, bool strip_array_level) { function in struct:core_validation::spirv_inst_iter
    [all...]

Completed in 160 milliseconds