Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp211 Object::ID initializerId = insn.word(4); in EmitVariable() local
212 if(getObject(initializerId).kind != Object::Kind::Constant) in EmitVariable()
225 Operand initialValue(this, state, initializerId); in EmitVariable()
235 …ASSERT_MSG(initializerId == 0, "Vulkan does not permit variables of storage class %d to have initi… in EmitVariable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp225 Object::ID initializerId = insn.word(4); in EmitVariable() local
226 if(getObject(initializerId).kind != Object::Kind::Constant) in EmitVariable()
239 GenericValue initialValue(this, state, initializerId); in EmitVariable()
249 …ASSERT_MSG(initializerId == 0, "Vulkan does not permit variables of storage class %d to have initi… in EmitVariable()