HomeSort by relevance Sort by last modified time
    Searched defs:registerIndex (Results 1 - 5 of 5) sorted by null

  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 214 bool TaskCase::registerIndex(const android::String8& name, int value)
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.cpp 273 unsigned registerIndex;
275 for (registerIndex = 0; registerIndex < numRegisters; ++registerIndex) {
276 const char* registerName = registerInfo.get(registerIndex).Name;
279 RegRMap[registerName] = registerIndex;
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 60 Uniform(GLenum type, GLenum precision, const std::string &name, int arraySize, int registerIndex, int blockId, const BlockMemberInfo& blockMemberInfo);
67 int registerIndex;
78 TLayoutBlockStorage layout, bool isRowMajorLayout, int registerIndex, int blockId);
87 int registerIndex;
141 Attribute(GLenum type, const std::string &name, int arraySize, int location, int registerIndex);
148 int registerIndex;
279 unsigned int registerIndex(TIntermTyped *operand);
300 int blockMemberLookup(const TType &type, const TString &name, int registerIndex);
304 void declareUniform(const TType &type, const TString &name, int registerIndex, int blockId = -1, BlockLayoutEncoder* encoder = nullptr);
OutputASM.cpp 84 Uniform::Uniform(GLenum type, GLenum precision, const std::string &name, int arraySize, int registerIndex, int blockId, const BlockMemberInfo& blockMemberInfo) :
85 type(type), precision(precision), name(name), arraySize(arraySize), registerIndex(registerIndex), blockId(blockId), blockInfo(blockMemberInfo)
90 TLayoutBlockStorage layout, bool isRowMajorLayout, int registerIndex, int blockId) :
92 isRowMajorLayout(isRowMajorLayout), registerIndex(registerIndex), blockId(blockId)
205 registerIndex = 0;
208 Attribute::Attribute(GLenum type, const std::string &name, int arraySize, int location, int registerIndex)
214 this->registerIndex = registerIndex;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h     [all...]

Completed in 112 milliseconds