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

1 2 3

  /external/chromium_org/third_party/angle_dx11/src/compiler/timing/
RestrictVertexShaderTiming.cpp 11 if (IsSampler(node->getBasicType())) {
  /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/chromium_org/third_party/angle_dx11/src/compiler/
Intermediate.cpp 159 if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) {
166 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) {
174 if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool)
288 if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) {
298 if (child->getType().getBasicType() == EbtStruct || child->getType().isArray())
412 switch (node->getBasicType()) {
457 if (type.getBasicType() != node->getType().getBasicType())
479 switch (node->getBasicType()) {
    [all...]
VariableInfo.cpp 19 switch (type.getBasicType()) {
90 if (type.getBasicType() == EbtStruct) {
110 ASSERT(type.getBasicType() != EbtStruct);
132 ASSERT(type.getBasicType() == EbtStruct);
OutputHLSL.cpp 165 if (mOutputType == SH_HLSL11_OUTPUT && IsSampler(type.getBasicType())) // Also declare the texture
    [all...]
ParseHelper.cpp 330 switch (node->getBasicType()) {
399 if (node->getBasicType() == EbtInt && node->getNominalSize() == 1)
556 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
560 if (typed->getBasicType() == EbtVoid) {
588 if (type->getBasicType() != EbtBool || type->isArray() || type->isMatrix() || type->isVector()) {
647 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) {
657 if (IsSampler(type.getBasicType()))
660 if (type.getBasicType() == EbtStruct) {
679 if (constant == 0 || constant->getBasicType() != EbtInt)
    [all...]
OutputGLSLBase.cpp 82 if ((type.getBasicType() == EbtStruct) && !structDeclared(type.getStruct()))
123 if (type.getBasicType() == EbtStruct)
275 ASSERT(element->getBasicType() == EbtInt);
589 ASSERT(type.getBasicType() == EbtStruct);
747 switch (type.getBasicType())
758 if (type.getBasicType() == EbtStruct)
ValidateLimitations.cpp 78 switch (symbol->getBasicType()) {
126 if (IsSampler(symbol->getBasicType()) && symbol->isArray()) {
271 TBasicType type = symbol->getBasicType();
495 if (!index->isScalar() || (index->getBasicType() != EbtInt)) {
ForLoopUnroll.cpp 31 TBasicType type = symbol->getBasicType();
57 ASSERT(symbol->getBasicType() == EbtInt);
  /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/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
DependencyGraph.cpp 60 if (IsSampler(intermSymbol->getBasicType()))
  /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();
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 501 switch (resultReg.getBasicType()) {
524 int basicType = ref.getBasicType();
537 int basicType = ref.getBasicType();
550 int basicType = ref.getBasicType();
563 int basicType = ref.getBasicType();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 502 switch (resultReg.getBasicType()) {
525 int basicType = ref.getBasicType();
538 int basicType = ref.getBasicType();
551 int basicType = ref.getBasicType();
564 int basicType = ref.getBasicType();

Completed in 286 milliseconds

1 2 3