Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DShaderCore.hpp82 UndefinedValue, // Only for load operations. Not secure. No program termination. enumerator
344 case OutOfBoundsBehavior::UndefinedValue: in Load()
378 case OutOfBoundsBehavior::UndefinedValue: in Load()
436 …case OutOfBoundsBehavior::UndefinedValue: // Should not be used for store operations. Tr… in Store()
DShaderCore.cpp1038 case OutOfBoundsBehavior::UndefinedValue: in isStaticallyInBounds()
DSpirvShader.cpp1579 return OutOfBoundsBehavior::UndefinedValue; in getOutOfBoundsBehavior()