Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp272 uint32_t cst_id = it.second; in ReplaceValues() local
273 if (!IsVaryingValue(cst_id) && id != cst_id) { in ReplaceValues()
275 retval |= context()->ReplaceAllUsesWith(id, cst_id); in ReplaceValues()
/external/angle/third_party/spirv-tools/src/source/opt/
Dccp_pass.cpp272 uint32_t cst_id = it.second; in ReplaceValues() local
273 if (!IsVaryingValue(cst_id) && id != cst_id) { in ReplaceValues()
275 retval |= context()->ReplaceAllUsesWith(id, cst_id); in ReplaceValues()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp272 uint32_t cst_id = it.second; in ReplaceValues() local
273 if (!IsVaryingValue(cst_id) && id != cst_id) { in ReplaceValues()
275 retval |= context()->ReplaceAllUsesWith(id, cst_id); in ReplaceValues()