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

/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp180 unsigned get_constant_value(shader_module const *src, unsigned id) { function
216 ss << "arr[" << get_constant_value(src, insn.word(3)) << "] of ";
322 get_constant_value(a, a_insn.word(3)) == get_constant_value(b, b_insn.word(3));
365 return get_constant_value(src, insn.word(3)) * get_locations_consumed_by_type(src, insn.word(2), false);
1045 descriptor_count *= get_constant_value(module, type.word(3));

Completed in 301 milliseconds