Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp317 uint32_t cst_id = it.second; in ReplaceValues() local
318 if (!IsVaryingValue(cst_id) && id != cst_id) { in ReplaceValues()
320 changed_ir |= context()->ReplaceAllUsesWith(id, cst_id); in ReplaceValues()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp314 uint32_t cst_id = it.second; in ReplaceValues() local
315 if (!IsVaryingValue(cst_id) && id != cst_id) { in ReplaceValues()
317 changed_ir |= context()->ReplaceAllUsesWith(id, cst_id); in ReplaceValues()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dccp_pass.cpp313 uint32_t cst_id = it.second; in ReplaceValues() local
314 if (!IsVaryingValue(cst_id) && id != cst_id) { in ReplaceValues()
316 changed_ir |= context()->ReplaceAllUsesWith(id, cst_id); in ReplaceValues()