Searched defs:operandType (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | EDOperand.cpp | 35 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/ |
D | es31fShaderAtomicOpTests.cpp | 96 …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/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 891 const Type& operandType = c.fArguments[0]->fType; in writeSpecialIntrinsic() local 1757 const Type& operandType, SpvId lhs, in writeBinaryOperation() 1797 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, OutputStream& out) { in foldToBool() 1806 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison() 1873 const Type* operandType; in writeBinaryExpression() local
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 899 const Type& operandType = c.fArguments[0]->fType; in writeSpecialIntrinsic() local 1765 const Type& operandType, SpvId lhs, in writeBinaryOperation() 1805 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, OutputStream& out) { in foldToBool() 1814 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison() 1881 const Type* operandType; in writeBinaryExpression() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 343 unsigned operandType, unsigned index) in check_register_index() 2050 unsigned opcodeType, unsigned operandType, in emit_input_declaration() 2407 unsigned opcodeType, operandType; in emit_input_declarations() local
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | VGPU10ShaderTokens.h | 403 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */ member
|