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

1 2 3 4 5

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
TypedConstant.java 36 public final int getBasicType() {
37 return getType().getBasicType();
Zeroes.java 39 switch (type.getBasicType()) {
  /dalvik/dx/src/com/android/dx/rop/cst/
TypedConstant.java 36 public final int getBasicType() {
37 return getType().getBasicType();
Zeroes.java 39 switch (type.getBasicType()) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
TypedConstant.java 36 public final int getBasicType() {
37 return getType().getBasicType();
Zeroes.java 39 switch (type.getBasicType()) {
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
TypeBearer.java 50 public int getBasicType();
54 * is equivalent to {@code getFrameType().getBasicType()}, and
59 * @see #getBasicType
  /dalvik/dx/src/com/android/dx/rop/type/
TypeBearer.java 50 public int getBasicType();
54 * is equivalent to {@code getFrameType().getBasicType()}, and
59 * @see #getBasicType
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
TypeBearer.java 50 public int getBasicType();
54 * is equivalent to {@code getFrameType().getBasicType()}, and
59 * @see #getBasicType
  /dalvik/dx/src/com/android/dx/cf/code/
ReturnAddress.java 70 public int getBasicType() {
71 return Type.RETURN_ADDRESS.getBasicType();
Merger.java 229 int superBt = supertype.getBasicType();
230 int subBt = subtype.getBasicType();
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 140 else if (curType.isBasicType() && isDataTypeMatrix(curType.getBasicType()))
142 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeMatrixNumColumns(curType.getBasicType())));
145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType()))
147 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeScalarSize(curType.getBasicType())));
gluVarTypeUtil.hpp 189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && isDataTypeScalar(type.getBasicType()); } };
190 struct IsVectorOrScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && isDataTypeScalarOrVector(type.getBasicType()); } };
247 DE_ASSERT(isDataTypeMatrix(parentType.getBasicType()));
248 if (curComp.index+1 < getDataTypeMatrixNumColumns(parentType.getBasicType()))
253 DE_ASSERT(isDataTypeVector(parentType.getBasicType()));
254 if (curComp.index+1 < getDataTypeScalarSize(parentType.getBasicType()))
294 DataType basicType = curType.getBasicType();
349 DataType basicType = curType->getBasicType();
396 DataType basicType = curType->getBasicType();
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 61 if (varType.isBasicType() && predicate(varType.getBasicType()))
120 if (glu::isDataTypeBoolOrBVec(varType.getBasicType()))
131 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
133 if (glu::isDataTypeBoolOrBVec(varType.getBasicType()))
177 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
179 if (glu::isDataTypeBoolOrBVec(varType.getBasicType()) || isOpaqueType || glu::isDataTypeMatrix(varType.getBasicType())
    [all...]
es31fShaderCommonFunctionTests.cpp 368 const glu::DataType basicType = varValue.type.getBasicType();
524 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
536 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
606 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
629 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
706 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
736 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
818 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
827 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
881 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
    [all...]
es31fShaderIntegerFunctionTests.cpp 81 const glu::DataType basicType = varValue.type.getBasicType();
371 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
425 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
467 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
519 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
561 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
611 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
651 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
702 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
742 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 73 && (definsn.getResult().getBasicType() == Type.BT_VOID)) {
139 if (rs.getBasicType() != Type.BT_VOID) {
161 if (rs.getBasicType() == Type.BT_VOID){
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
PhiTypeResolver.java 74 && (definsn.getResult().getBasicType() == Type.BT_VOID)) {
140 if (rs.getBasicType() != Type.BT_VOID) {
162 if (rs.getBasicType() == Type.BT_VOID){
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 117 if (glu::isDataTypeBoolOrBVec(output->varType.getBasicType()))
119 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
155 if (glu::isDataTypeBoolOrBVec(output->varType.getBasicType()))
157 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
196 if (glu::isDataTypeBoolOrBVec(output->varType.getBasicType()))
198 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
235 if (glu::isDataTypeBoolOrBVec(output->varType.getBasicType()))
237 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
311 if (useIntOutputs && glu::isDataTypeFloatOrVec(output.varType.getBasicType()))
313 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType());
    [all...]
glsShaderLibraryCase.cpp 154 const DataType basicType = val.type.getBasicType();
178 if (getDataTypeScalarType(val.type.getBasicType()) == TYPE_FLOAT)
210 if (getDataTypeScalarType(val.type.getBasicType()) == TYPE_FLOAT)
254 const DataType basicType = val.type.getBasicType();
300 const DataType basicType = val.type.getBasicType();
321 const DataType basicType = val.type.getBasicType();
375 const DataType basicType = val.type.getBasicType();
395 const DataType basicType = val.type.getBasicType();
423 const char* const typeStr = getDataTypeName(val.type.getBasicType());
443 const DataType basicType = val.type.getBasicType();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 83 const glu::DataType basicType = varValue.type.getBasicType();
474 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
528 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
585 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
637 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
694 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
744 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
799 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
850 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
905 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
    [all...]
vktShaderCommonFunctionTests.cpp 311 const glu::DataType basicType = varValue.type.getBasicType();
610 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
622 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
707 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
730 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
822 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
852 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
948 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
957 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
    [all...]
vktShaderExecutor.cpp 151 if (glu::isDataTypeBoolOrBVec(output->varType.getBasicType()))
153 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
189 if (glu::isDataTypeBoolOrBVec(output->varType.getBasicType()))
191 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
222 if (useIntOutputs && glu::isDataTypeFloatOrVec(output.varType.getBasicType()))
224 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType());
231 else if (glu::isDataTypeBoolOrBVec(output.varType.getBasicType()))
233 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType());
240 else if (glu::isDataTypeMatrix(output.varType.getBasicType()))
242 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 294 const glu::DataType basicType = varValue.type.getBasicType();
446 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
458 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
528 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
551 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
628 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
658 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
740 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
749 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
803 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 330 switch (resultReg.getBasicType()) {
353 int basicType = ref.getBasicType();
366 int basicType = ref.getBasicType();
379 int basicType = ref.getBasicType();
392 int basicType = ref.getBasicType();

Completed in 794 milliseconds

1 2 3 4 5