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/skia/src/sksl/ |
| D | SkSLSPIRVCodeGenerator.cpp | 906 const Type& operandType = c.fArguments[0]->fType; in writeSpecialIntrinsic() local 1919 const Type& operandType, SpvId lhs, in writeBinaryOperation() 1942 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SpvOp op, in foldToBool() 1952 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison() 1987 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary() 2031 const Type* operandType; in writeBinaryExpression() local
|
| /external/skqp/src/sksl/ |
| D | SkSLSPIRVCodeGenerator.cpp | 899 const Type& operandType = c.fArguments[0]->fType; in writeSpecialIntrinsic() local 1834 const Type& operandType, SpvId lhs, in writeBinaryOperation() 1874 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SpvOp op, in foldToBool() 1884 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison() 1919 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary() 1980 const Type* operandType; in writeBinaryExpression() local
|
| /external/mesa3d/src/gallium/drivers/svga/ |
| D | svga_tgsi_vgpu10.c | 347 unsigned operandType, unsigned index) in check_register_index() 2056 unsigned opcodeType, unsigned operandType, in emit_input_declaration() 2414 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
|