Home
last modified time | relevance | path

Searched refs:operandType (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDOperand.cpp35 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; in EDOperand() local
37 switch (operandType) { in EDOperand()
59 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; in EDOperand() local
61 switch (operandType) { in EDOperand()
127 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in evaluate() local
134 switch (operandType) { in evaluate()
206 switch (operandType) { in evaluate()
262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in isMemory() local
264 switch (operandType) { in isMemory()
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp68 …xt& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type,…
96 …xt& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type,… in ShaderAtomicOpCase() argument
99 , m_operandType (operandType) in ShaderAtomicOpCase()
258 …ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAddCase() argument
259 : ShaderAtomicOpCase(context, name, "atomicAdd", operandType, type, precision, UVec3(3,2,1)) in ShaderAtomicAddCase()
412 …ShaderAtomicMinCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMinCase() argument
413 : ShaderAtomicOpCase(context, name, "atomicMin", operandType, type, precision, UVec3(3,2,1)) in ShaderAtomicMinCase()
493 …ShaderAtomicMaxCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMaxCase() argument
494 : ShaderAtomicOpCase(context, name, "atomicMax", operandType, type, precision, UVec3(3,2,1)) in ShaderAtomicMaxCase()
575 …ShaderAtomicAndCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAndCase() argument
[all …]
Des31fShaderAtomicOpTests.hpp47 ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType);
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp899 const Type& operandType = c.fArguments[0]->fType; in writeSpecialIntrinsic() local
901 if (is_float(fContext, operandType)) { in writeSpecialIntrinsic()
903 } else if (is_signed(fContext, operandType)) { in writeSpecialIntrinsic()
905 } else if (is_unsigned(fContext, operandType)) { in writeSpecialIntrinsic()
912 this->writeWord(this->getType(operandType), out); in writeSpecialIntrinsic()
1834 const Type& operandType, SpvId lhs, in writeBinaryOperation() argument
1838 if (is_float(fContext, operandType)) { in writeBinaryOperation()
1840 } else if (is_signed(fContext, operandType)) { in writeBinaryOperation()
1842 } else if (is_unsigned(fContext, operandType)) { in writeBinaryOperation()
1844 } else if (operandType == *fContext.fBool_Type) { in writeBinaryOperation()
[all …]
DSkSLSPIRVCodeGenerator.h212 SpvId foldToBool(SpvId id, const Type& operandType, SpvOp op, OutputStream& out);
214 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
218 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs,
222 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp906 const Type& operandType = c.fArguments[0]->fType; in writeSpecialIntrinsic() local
908 if (is_float(fContext, operandType)) { in writeSpecialIntrinsic()
910 } else if (is_signed(fContext, operandType)) { in writeSpecialIntrinsic()
912 } else if (is_unsigned(fContext, operandType)) { in writeSpecialIntrinsic()
919 this->writeWord(this->getType(operandType), out); in writeSpecialIntrinsic()
1919 const Type& operandType, SpvId lhs, in writeBinaryOperation() argument
1923 if (is_float(fContext, operandType)) { in writeBinaryOperation()
1925 } else if (is_signed(fContext, operandType)) { in writeBinaryOperation()
1927 } else if (is_unsigned(fContext, operandType)) { in writeBinaryOperation()
1929 } else if (operandType == *fContext.fBool_Type) { in writeBinaryOperation()
[all …]
DSkSLSPIRVCodeGenerator.h260 SpvId foldToBool(SpvId id, const Type& operandType, SpvOp op, OutputStream& out);
262 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
266 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs,
270 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c347 unsigned operandType, unsigned index) in check_register_index() argument
351 switch (operandType) { in check_register_index()
419 operandType, index); in check_register_index()
698 operand.operandType = VGPU10_OPERAND_TYPE_NULL; in emit_null_dst_register()
755 if (operand0.operandType == VGPU10_OPERAND_TYPE_IMMEDIATE32 || in setup_operand0_indexing()
756 operand0.operandType == VGPU10_OPERAND_TYPE_INPUT_PRIMITIVEID) { in setup_operand0_indexing()
764 operand0.operandType == VGPU10_OPERAND_TYPE_CONSTANT_BUFFER) { in setup_operand0_indexing()
830 operand0.operandType = VGPU10_OPERAND_TYPE_TEMP; in emit_indirect_register()
899 operand0.operandType = VGPU10_OPERAND_TYPE_OUTPUT_DEPTH; in emit_dst_register()
944 operand0.operandType = translate_register_file(file, tempArrayId > 0); in emit_dst_register()
[all …]
/external/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h403 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */ member