OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBasicType
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/chromium_org/third_party/angle/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/src/compiler/
Intermediate.cpp
161
if (left->isMatrix() || left->isArray() || left->isVector() || left->
getBasicType
() == EbtStruct) {
168
if (left->
getBasicType
() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) {
176
if (left->
getBasicType
() == EbtStruct || left->
getBasicType
() == EbtBool)
290
if (child->getType().
getBasicType
() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) {
300
if (child->getType().
getBasicType
() == EbtStruct || child->getType().isArray())
414
switch (node->
getBasicType
()) {
459
if (type.
getBasicType
() != node->getType().
getBasicType
())
481
switch (node->
getBasicType
()) {
[
all
...]
VariableInfo.cpp
21
switch (type.
getBasicType
()) {
92
if (type.
getBasicType
() == EbtStruct) {
112
ASSERT(type.
getBasicType
() != EbtStruct);
135
ASSERT(type.
getBasicType
() == EbtStruct);
OutputHLSL.cpp
167
if (mOutputType == SH_HLSL11_OUTPUT && IsSampler(type.
getBasicType
())) // Also declare the texture
[
all
...]
ParseContext.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/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 474 milliseconds
1
2
3