Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Ddesc_sroa.cpp101 bool has_offset_decoration = false; in IsTypeOfStructuredBuffer() local
104 [&has_offset_decoration](const Instruction&) { in IsTypeOfStructuredBuffer()
105 has_offset_decoration = true; in IsTypeOfStructuredBuffer()
107 return has_offset_decoration; in IsTypeOfStructuredBuffer()