/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | EDOperand.cpp | 35 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/ |
D | es31fShaderAtomicOpTests.cpp | 68 …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 …]
|
D | es31fShaderAtomicOpTests.hpp | 47 ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType);
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 899 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 …]
|
D | SkSLSPIRVCodeGenerator.h | 212 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/ |
D | SkSLSPIRVCodeGenerator.cpp | 906 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 …]
|
D | SkSLSPIRVCodeGenerator.h | 260 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/ |
D | svga_tgsi_vgpu10.c | 347 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/ |
D | VGPU10ShaderTokens.h | 403 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */ member
|