Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.cpp2466 auto &scopeObj = getObject(id); in GetConstScalarInt() local
2467 ASSERT(scopeObj.kind == Object::Kind::Constant); in GetConstScalarInt()
2468 ASSERT(getType(scopeObj).componentCount == 1); in GetConstScalarInt()
2469 return scopeObj.constantValue[0]; in GetConstScalarInt()