HomeSort by relevance Sort by last modified time
    Searched refs:resultId (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SendToClientBlockingTest.java 30 private int resultId = 0;
51 resultId = mID;
77 assertTrue("testSendToClientBlocking1Params fail the result is:" + resultId,
78 resultId == id);
97 assertTrue("testSendToClientBlocking3Params fail the ID is:" + resultId +
98 "The data is:" + data, resultId == id && resultData == data);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 114 Id getTypeId(Id resultId) const { return module.getTypeId(resultId); }
115 Id getDerefTypeId(Id resultId) const;
119 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); }
128 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); }
129 bool isScalar(Id resultId) const { return isScalarType(getTypeId(resultId)); }
130 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId));
    [all...]
disassemble.cpp 94 void disassembleInstruction(Id resultId, Id typeId, Op opCode, int numOperands);
177 Id resultId = 0;
179 resultId = stream[word++];
183 idInstruction[resultId] = instructionStart;
186 outputResultId(resultId);
191 disassembleInstruction(resultId, typeId, opCode, numOperands);
308 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands)
322 idDescriptor[resultId] = (const char*)(&stream[word]);
325 if (idDescriptor[resultId].size() == 0) {
328 idDescriptor[resultId] = "int"
    [all...]
spvIR.h 83 Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode), block(nullptr) { }
84 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }
119 Id getResultId() const { return resultId; }
132 if (resultId)
140 if (resultId)
141 out.push_back(resultId);
150 Id resultId;
317 spv::Id resultId = instruction->getResultId()
    [all...]
SpvBuilder.cpp 472 Id Builder::getDerefTypeId(Id resultId) const
474 Id typeId = getTypeId(resultId);
    [all...]
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 114 Id getTypeId(Id resultId) const { return module.getTypeId(resultId); }
115 Id getDerefTypeId(Id resultId) const;
119 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); }
128 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); }
129 bool isScalar(Id resultId) const { return isScalarType(getTypeId(resultId)); }
130 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId));
    [all...]
disassemble.cpp 94 void disassembleInstruction(Id resultId, Id typeId, Op opCode, int numOperands);
177 Id resultId = 0;
179 resultId = stream[word++];
183 idInstruction[resultId] = instructionStart;
186 outputResultId(resultId);
191 disassembleInstruction(resultId, typeId, opCode, numOperands);
308 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands)
322 idDescriptor[resultId] = (const char*)(&stream[word]);
325 if (idDescriptor[resultId].size() == 0) {
328 idDescriptor[resultId] = "int"
    [all...]
spvIR.h 83 Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode), block(nullptr) { }
84 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }
119 Id getResultId() const { return resultId; }
132 if (resultId)
140 if (resultId)
141 out.push_back(resultId);
150 Id resultId;
317 spv::Id resultId = instruction->getResultId()
    [all...]
SpvBuilder.cpp 472 Id Builder::getDerefTypeId(Id resultId) const
474 Id typeId = getTypeId(resultId);
    [all...]
GlslangToSpv.cpp     [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.h 122 void writeStruct(const Type& type, const MemoryLayout& layout, SpvId resultId);
SkSLSPIRVCodeGenerator.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 166 milliseconds