Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dshader_validation.cpp304 static bool IsNarrowNumericType(spirv_inst_iter type) { in IsNarrowNumericType() function
328 if (a_insn.opcode() == spv::OpTypeVector && relaxed && IsNarrowNumericType(b_insn)) { in TypesMatch()
358 if (relaxed && IsNarrowNumericType(a->get_def(a_insn.word(2)))) { in TypesMatch()