Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp128 const analysis::Constant* last_index_constant = in CombineIndices() local
143 if (last_index_constant && element_constant) { in CombineIndices()
145 uint32_t new_value = GetConstantValue(last_index_constant) + in CombineIndices()
148 constant_mgr->GetConstant(last_index_constant->type(), {new_value}); in CombineIndices()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp128 const analysis::Constant* last_index_constant = in CombineIndices() local
143 if (last_index_constant && element_constant) { in CombineIndices()
145 uint32_t new_value = GetConstantValue(last_index_constant) + in CombineIndices()
148 constant_mgr->GetConstant(last_index_constant->type(), {new_value}); in CombineIndices()