Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderInstructions.inl19 #ifndef DECORATE_OP
20 # error "SpirvShaderInstructions.inl must be included after defining DECORATE_OP()"
27 DECORATE_OP(T, OpNop)
28 DECORATE_OP(T, OpUndef)
29 DECORATE_OP(F, OpSourceContinued)
30 DECORATE_OP(F, OpSource)
31 DECORATE_OP(F, OpSourceExtension)
32 DECORATE_OP(F, OpName)
33 DECORATE_OP(F, OpMemberName)
34 DECORATE_OP(F, OpString)
[all …]
DSpirvShaderInstructions.cpp37 #define DECORATE_OP(isStatement, op) \ in checkForNoMissingOps() macro
41 #undef DECORATE_OP in checkForNoMissingOps()
61 #define DECORATE_OP(isStatement, op) \ in IsStatement() macro
67 #undef DECORATE_OP in IsStatement()