HomeSort by relevance Sort by last modified time
    Searched refs:operandType (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.hpp 47 ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType);
es31fShaderAtomicOpTests.cpp 68 ShaderAtomicOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize);
96 ShaderAtomicOpCase::ShaderAtomicOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize)
99 , m_operandType (operandType)
258 ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
259 : ShaderAtomicOpCase(context, name, "atomicAdd", operandType, type, precision, UVec3(3,2,1))
412 ShaderAtomicMinCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
413 : ShaderAtomicOpCase(context, name, "atomicMin", operandType, type, precision, UVec3(3,2,1))
493 ShaderAtomicMaxCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision)
494 : ShaderAtomicOpCase(context, name, "atomicMax", operandType, type, precision, UVec3(3,2,1))
575 ShaderAtomicAndCase (Context& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDOperand.cpp 35 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex];
37 switch (operandType) {
59 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex];
61 switch (operandType) {
127 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex];
134 switch (operandType) {
202 } // switch (operandType)
206 switch (operandType) {
262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex];
264 switch (operandType) {
    [all...]
  /frameworks/ml/nn/runtime/test/
TestUnknownDimensions.cpp 116 OperandType matrixTypeWithPotentiallyUnknownDims(
139 OperandType scalarType(Type::INT32, {});
170 OperandType matrixTypeIntended(Type::TENSOR_QUANT8_ASYMM, {INTENDED_SIZE, INTENDED_SIZE}, 1.0f);
171 OperandType matrixTypeFirstOther(Type::TENSOR_QUANT8_ASYMM, {OTHER_SIZE, INTENDED_SIZE}, 1.0f);
172 OperandType matrixTypeSecondOther(Type::TENSOR_QUANT8_ASYMM, {INTENDED_SIZE, OTHER_SIZE}, 1.0f);
173 OperandType matrixTypeBothOther(Type::TENSOR_QUANT8_ASYMM, {OTHER_SIZE, OTHER_SIZE}, 1.0f);
183 return &matrixTypeBothOther.operandType;
186 return &matrixTypeFirstOther.operandType;
189 return &matrixTypeSecondOther.operandType;
192 return &matrixTypeIntended.operandType;
    [all...]
TestPartitioningRandom.cpp 109 using WrapperOperandType = nn::wrapper::OperandType;
462 assert(operand.type == OperandType::INT32);
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp     [all...]
SkSLSPIRVCodeGenerator.h 208 * operandType is a vector type, assumes that the intermediate result in id is a bvec of the
212 SpvId foldToBool(SpvId id, const Type& operandType, OutputStream& out);
214 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
217 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.cpp     [all...]
SkSLSPIRVCodeGenerator.h 208 * operandType is a vector type, assumes that the intermediate result in id is a bvec of the
212 SpvId foldToBool(SpvId id, const Type& operandType, OutputStream& out);
214 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
217 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
  /frameworks/ml/nn/runtime/include/
NeuralNetworksWrapper.h 57 struct OperandType {
58 ANeuralNetworksOperandType operandType;
61 OperandType(Type type, std::vector<uint32_t> d, float scale = 0.0f, int32_t zeroPoint = 0)
63 operandType = {
154 uint32_t addOperand(const OperandType* type) {
155 if (ANeuralNetworksModel_addOperand(mModel, &(type->operandType)) !=
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 343 unsigned operandType, unsigned index)
347 switch (operandType) {
415 operandType, index);
696 operand.operandType = VGPU10_OPERAND_TYPE_NULL;
739 * Note: the operandType field must already be initialized.
753 if (operand0.operandType == VGPU10_OPERAND_TYPE_IMMEDIATE32 ||
754 operand0.operandType == VGPU10_OPERAND_TYPE_INPUT_PRIMITIVEID) {
762 operand0.operandType == VGPU10_OPERAND_TYPE_CONSTANT_BUFFER) {
828 operand0.operandType = VGPU10_OPERAND_TYPE_TEMP;
897 operand0.operandType = VGPU10_OPERAND_TYPE_OUTPUT_DEPTH
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
VGPU10ShaderTokens.h 403 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonModel.cpp 169 operandInfo.type == OperandType::TENSOR_QUANT8_ASYMM
181 operandInfo.type == OperandType::TENSOR_QUANT8_ASYMM
205 if (getShape(operand).type == OperandType::TENSOR_FLOAT32) {
238 if (getShape(operand).type == OperandType::TENSOR_FLOAT32) {
299 if (operand.type == OperandType::TENSOR_QUANT8_ASYMM) {
314 if (operand.type == OperandType::TENSOR_QUANT8_ASYMM) {
518 OperandType operandType = mOperands[operation.inputs[0]].type;
520 OperationTuple opTuple = std::make_pair(operationType, operandType);
539 if (operand.type == OperandType::TENSOR_QUANT8_ASYMM)
    [all...]
  /frameworks/ml/nn/runtime/
ExecutionPlan.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 845 milliseconds

1 2 3 4