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.cpp221 auto value = src->get_def(id); in GetConstantValue()
234 auto insn = src->get_def(type); in DescribeTypeInner()
312 auto a_insn = a->get_def(a_type); in TypesMatch()
313 auto b_insn = b->get_def(b_type); in TypesMatch()
358 if (relaxed && IsNarrowNumericType(a->get_def(a_insn.word(2)))) { in TypesMatch()
402 auto insn = src->get_def(type); in GetLocationsConsumedByType()
420 auto scalar_type = src->get_def(insn.word(2)); in GetLocationsConsumedByType()
436 auto insn = src->get_def(type); in GetComponentsConsumedByType()
462 auto scalar_type = src->get_def(insn.word(2)); in GetComponentsConsumedByType()
509 auto insn = src->get_def(type); in GetFundamentalType()
[all …]
Dshader_validation.h108 spirv_inst_iter get_def(unsigned id) const { in get_def() function