Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1258 unsigned get_constant_value(shader_module const *src, unsigned id) { in get_constant_value() function
1296 ss << "arr[" << get_constant_value(src, insn.word(3)) << "] of "; in describe_type_inner()
1375 get_constant_value(a, a_insn.word(3)) == get_constant_value(b, b_insn.word(3)); in types_match()
1429 …return get_constant_value(src, insn.word(3)) * get_locations_consumed_by_type(src, insn.word(2), f… in get_locations_consumed_by_type()
2426 descriptor_count *= get_constant_value(module, type.word(3)); in descriptor_type_match()