Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dshader_validation.cpp276 auto value = src->get_def(id); in GetConstantValue()
289 auto insn = src->get_def(type); in DescribeTypeInner()
367 auto a_insn = a->get_def(a_type); in TypesMatch()
368 auto b_insn = b->get_def(b_type); in TypesMatch()
413 if (relaxed && IsNarrowNumericType(a->get_def(a_insn.word(2)))) { in TypesMatch()
457 auto insn = src->get_def(type); in GetLocationsConsumedByType()
475 auto scalar_type = src->get_def(insn.word(2)); in GetLocationsConsumedByType()
491 auto insn = src->get_def(type); in GetComponentsConsumedByType()
516 auto scalar_type = src->get_def(insn.word(2)); in GetComponentsConsumedByType()
563 auto insn = src->get_def(type); in GetFundamentalType()
[all …]
Dshader_validation.h196 spirv_inst_iter get_def(unsigned id) const { in get_def() function