| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
| D | Diagnostics.cpp | 24 const angle::pp::SourceLocation &loc, in writeInfo() 54 void TDiagnostics::error(const angle::pp::SourceLocation &loc, in error() 61 void TDiagnostics::warning(const angle::pp::SourceLocation &loc, in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 84 void TDiagnostics::print(ID id, const angle::pp::SourceLocation &loc, const std::string &text) in print() 101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
|
| D | DirectiveHandler.cpp | 51 void TDirectiveHandler::handleError(const angle::pp::SourceLocation &loc, const std::string &msg) in handleError() 56 void TDirectiveHandler::handlePragma(const angle::pp::SourceLocation &loc, in handlePragma() 131 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension() 197 void TDirectiveHandler::handleVersion(const angle::pp::SourceLocation &loc, in handleVersion()
|
| D | ParseContext.cpp | 344 void TParseContext::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 349 void TParseContext::error(const TSourceLoc &loc, const char *reason, const ImmutableString &token) in error() 354 void TParseContext::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 360 const TSourceLoc &loc, in outOfRangeError() 1790 int loc = layoutQualifier.location; in checkUniformLocationInRange() local 1881 void TParseContext::handleExtensionDirective(const TSourceLoc &loc, in handleExtensionDirective() 1891 void TParseContext::handlePragmaDirective(const TSourceLoc &loc, in handlePragmaDirective() 2135 const TSourceLoc &loc) in addConditionInitializer() 2226 const TSourceLoc &loc) in addIfElse() 2464 const TSourceLoc &loc, in checkAtomicCounterOffsetDoesNotOverlap() [all …]
|
| D | ValidateSwitch.cpp | 65 const TSourceLoc &loc) in validate() 281 bool ValidateSwitch::validateInternal(const TSourceLoc &loc) in validateInternal() 310 const TSourceLoc &loc) in ValidateSwitchStatementList()
|
| D | ValidateLimitations.cpp | 159 void ValidateLimitationsTraverser::error(TSourceLoc loc, const char *reason, const char *token) in error() 164 void ValidateLimitationsTraverser::error(TSourceLoc loc, in error()
|
| D | QualifierTypes.cpp | 801 TTypeQualifier::TTypeQualifier(TQualifier scope, const TSourceLoc &loc) in TTypeQualifier()
|
| D | IntermNode.cpp | 50 void UndefinedConstantFoldingError(const TSourceLoc &loc, in UndefinedConstantFoldingError() 3118 TSourceLoc loc; in FoldAggregateBuiltIn() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/preprocessor_tests/ |
| D | location_test.cpp | 38 pp::SourceLocation loc(0, 1); in TEST_F() local 47 pp::SourceLocation loc(0, 2); in TEST_F() local 56 pp::SourceLocation loc(1, 1); in TEST_F() local 65 pp::SourceLocation loc(1, 2); in TEST_F() local 74 pp::SourceLocation loc(0, 3); in TEST_F() local 98 pp::SourceLocation loc(0, 1); in TEST_F() local 107 pp::SourceLocation loc(0, 1); in TEST_F() local 172 pp::SourceLocation loc(0, 10); in TEST_F() local 183 pp::SourceLocation loc(20, 10); in TEST_F() local 204 pp::SourceLocation loc(20, 10); in TEST_F() local [all …]
|
| /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/ |
| D | gdbstub-entry.S | 24 .macro SAVE_ reg, loc 32 .macro LOAD_ reg, loc
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/ |
| D | GLDecoderContextData.h | 48 void storePointerData(unsigned int loc, void *data, size_t len) { in storePointerData() 59 void* pointerData(unsigned int loc) const { in pointerData()
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
| D | IntermNode_test.cpp | 106 TSourceLoc loc; in createUniqueSourceLoc() local 117 TSourceLoc loc; in getTestSourceLoc() local 125 static void checkTestSourceLoc(const TSourceLoc &loc) in checkTestSourceLoc()
|
| /device/google/contexthub/firmware/os/inc/ |
| D | toolchain.h | 46 #define PLACE_IN(loc, type, name) _Pragma(PRAGMA_HELPER(location,loc,)) type name argument 47 #define PLACE_IN_NAKED(loc, type, name) _Pragma(PRAGMA_HELPER(location,loc,)) __task type name argument
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/ |
| D | DiagnosticsBase.cpp | 19 void Diagnostics::report(ID id, const SourceLocation &loc, const std::string &text) in report()
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
| D | ProgramData.cpp | 84 GLuint loc = stream->getBe32(); in ProgramData() local 91 GLuint loc = stream->getBe32(); in ProgramData() local 126 int loc = stream->getBe32(); in ProgramData() local 721 void ProgramData::bindAttribLocation(const std::string& var, GLuint loc) { in bindAttribLocation() 725 void ProgramData::linkedAttribLocation(const std::string& var, GLuint loc) { in linkedAttribLocation() 967 if (const auto loc = android::base::find(pData->boundAttribLocs, elt.name)) { in sCheckLimits() local
|
| /device/generic/goldfish-opengl/system/GLESv1_enc/ |
| D | GLEncoder.cpp | 310 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY); in s_glTexCoordPointer() local 318 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES); in s_glMatrixIndexPointerOES() local 326 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES); in s_glWeightPointerOES() local 334 int loc = ctx->m_state->getLocation(state); in s_glEnableClientState() local 342 int loc = ctx->m_state->getLocation(state); in s_glDisableClientState() local 350 int loc = ctx->m_state->getLocation(cap); in s_glIsEnabled() local
|
| /device/generic/goldfish-opengl/android-emu/android/base/ |
| D | StringView.h | 191 size_t loc = find(other, off); variable
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
| D | LinkAndRelinkTest.cpp | 182 GLint loc = glGetUniformLocation(program, "u_uniform"); in TEST_P() local
|
| D | TransformFeedbackTest.cpp | 1113 GLint loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); in TEST_P() local
|
| D | StateChangeTest.cpp | 4377 GLint loc = glGetUniformLocation(program, "us"); in TEST_P() local 4428 GLint loc = glGetUniformLocation(program, "us"); in TEST_P() local
|
| D | RobustResourceInitTest.cpp | 1320 int loc = ii * size + jj; in TEST_P() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | MemoryProgramCache.cpp | 87 for (const auto &loc : locations) in operator <<() local
|
| /device/google/contexthub/firmware/os/cpu/cortexm4/ |
| D | cpu.c | 65 void *loc = platGetPersistentRamStore(&bytes); in getPersistedData() local
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | GLClientState.cpp | 407 int GLClientState::getLocation(GLenum loc) in getLocation()
|