Home
last modified time | relevance | path

Searched defs:operandType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDOperand.cpp35 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; in EDOperand() local
59 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; in EDOperand() local
127 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in evaluate() local
262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in isMemory() local
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp96 …se (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataT… in ShaderAtomicOpCase()
258 …ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAddCase()
412 …ShaderAtomicMinCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMinCase()
493 …ShaderAtomicMaxCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMaxCase()
575 …ShaderAtomicAndCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAndCase()
651 …ShaderAtomicOrCase (Context& context, const char* name, AtomicOperandType operandType, DataType ty… in ShaderAtomicOrCase()
722 …ShaderAtomicXorCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicXorCase()
806 …ShaderAtomicExchangeCase (Context& context, const char* name, AtomicOperandType operandType, DataT… in ShaderAtomicExchangeCase()
891 …ShaderAtomicCompSwapCase (Context& context, const char* name, AtomicOperandType operandType, DataT… in ShaderAtomicCompSwapCase()
1087 …micOpTests::ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType) in ShaderAtomicOpTests()
[all …]
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1952 const Type& operandType, SpvId lhs, in writeBinaryOperation()
1992 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SkWStream& out) { in foldToBool()
2030 const Type* operandType; in writeBinaryExpression() local