/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 338 TryConsumeEndOfDeclaration(const char* text, const LocationRecorder* location) TryConsumeEndOfDeclaration() argument 369 ConsumeEndOfDeclaration(const char* text, const LocationRecorder* location) ConsumeEndOfDeclaration() argument 472 RecordLegacyLocation( const Message* descriptor, DescriptorPool::ErrorCollector::ErrorLocation location) RecordLegacyLocation() argument 2382 Find( const Message* descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, int* line, int* column) const Find() argument 2415 Add( const Message* descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, int line, int column) Add() argument [all...] |
H A D | command_line_interface.cc | 968 const std::string& location = pair.first; in Run() local 307 AddError(const std::string& filename, const std::string& element_name, const Message* descriptor, ErrorLocation location, const std::string& message) AddError() argument 313 AddWarning(const std::string& filename, const std::string& element_name, const Message* descriptor, ErrorLocation location, const std::string& message) AddWarning() argument 2114 const std::string& location = pair.first; GenerateDependencyManifestFile() local [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item.rs | 531 pub fn location(&self) -> Option<&clang::SourceLocation> { in location() functions [all...] |
/third_party/rust/crates/proc-macro2/src/ |
H A D | lib.rs | 160 mod location; modules
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFragmentOutputTests.cpp | 113 int location; member 851 const int location = output.location+vecNdx; iterate() local [all...] |
H A D | es3fShaderStateQueryTests.cpp | 257 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x) in verifyUniformValue1f() argument 282 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y) in verifyUniformValue2f() argument 310 void verifyUniformValue3f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z) in verifyUniformValue3f() argument 341 void verifyUniformValue4f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z, float w) in verifyUniformValue4f() argument 375 void verifyUniformValue1i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLin argument 400 verifyUniformValue2i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y) verifyUniformValue2i() argument 428 verifyUniformValue3i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y, GLint z) verifyUniformValue3i() argument 459 verifyUniformValue4i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w) verifyUniformValue4i() argument 493 verifyUniformValue1ui(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x) verifyUniformValue1ui() argument 518 verifyUniformValue2ui(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y) verifyUniformValue2ui() argument 546 verifyUniformValue3ui(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y, GLuint z) verifyUniformValue3ui() argument 577 verifyUniformValue4ui(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w) verifyUniformValue4ui() argument 612 verifyUniformValues(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values) verifyUniformValues() argument 635 verifyUniformMatrixValues(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values, bool transpose) verifyUniformMatrixValues() argument 3048 GLint location; test() local 3119 GLint location; test() local 3190 GLint location; test() local 3262 GLint location; test() local 3350 GLint location; test() local 3413 GLint location; test() local 3520 GLint location; test() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSRGBDecodeTests.cpp | 219 glw::GLuint location; member 643 glw::GLint size, location; in SRGBTestProgram() local 685 void SRGBTestProgram::setUniformToggle (int location, bool toggleDecodeValue) in setUniformToggle() argument [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 771 const int location = glGetUniformLocation(m_programGL, mangleShaderNames(spec.name, shaderNameManglingSuffix).c_str()); in setRandomUniforms() local [all...] |
H A D | glsShaderExecUtil.cpp | 305 const int location = de::lookup(outLocationMap, output.name); in generateFragShaderOutputDecl() local 497 int location = 0; in computeFragmentOutputLayout() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSyncTests.cpp | 883 const auto location = DescriptorSetUpdateBuilder::Location::binding(0u); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 610 deUint32 location; member 632 deUint32 location; member in vkt::sr::ShaderRenderCaseInstance::UniformInfo
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 433 deUint32 location; member
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 716 void GLContext::uniform1f (deInt32 location, float v0) in uniform1f() argument 721 void GLContext::uniform1i (deInt32 location, deInt32 v0) in uniform1i() argument 726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value) in uniform1fv() argument 731 void GLContext::uniform2fv (deInt32 location, deInt32 count, const float* value) in uniform2fv() argument 736 void GLContext::uniform3fv (deInt32 location, deInt32 count, const float* value) in uniform3fv() argument 741 uniform4fv(deInt32 location, deInt32 count, const float* value) uniform4fv() argument 746 uniform1iv(deInt32 location, deInt32 count, const deInt32* value) uniform1iv() argument 751 uniform2iv(deInt32 location, deInt32 count, const deInt32* value) uniform2iv() argument 756 uniform3iv(deInt32 location, deInt32 count, const deInt32* value) uniform3iv() argument 761 uniform4iv(deInt32 location, deInt32 count, const deInt32* value) uniform4iv() argument 766 uniformMatrix3fv(deInt32 location, deInt32 count, deBool transpose, const float *value) uniformMatrix3fv() argument 771 uniformMatrix4fv(deInt32 location, deInt32 count, deBool transpose, const float *value) uniformMatrix4fv() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | http.c | 77 char *location; member [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 741 load_opt_strings_catalog(const char *location, cups_array_t *options) in load_opt_strings_catalog() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 225 int location:13; member [all...] |
H A D | nir.c | 340 nir_find_variable_with_location(nir_shader *shader, nir_variable_mode mode, unsigned location) nir_find_variable_with_location() argument 353 nir_find_variable_with_driver_location(nir_shader *shader, nir_variable_mode mode, unsigned location) nir_find_variable_with_driver_location() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast.h | 130 } location; global() member in ast_node 700 ast_expression *location; global() member [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 234 spirv_builder_emit_location(struct spirv_builder *b, SpvId target, uint32_t location) spirv_builder_emit_location() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 3099 _mesa_GetUniformSubroutineuiv(GLenum shadertype, GLint location, in _mesa_GetUniformSubroutineuiv() argument
|
H A D | get.c | 221 GLubyte location; /**< enum value_location */ member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_shader.h | 519 unsigned location; member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 238 GenerateCheckMaybeObjectIsObject(TNode<MaybeObject> node, const char* location) GenerateCheckMaybeObjectIsObject() argument
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 968 VariableLocation location; in LookupInScopeInfo() local [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 507 BreakLocation location = BreakLocation::FromFrame(debug_info, frame); in Break() local 607 IsBreakOnInstrumentation(Handle<DebugInfo> debug_info, const BreakLocation& location) IsBreakOnInstrumentation() argument 639 CheckBreakPoints(Handle<DebugInfo> debug_info, BreakLocation* location, bool* has_break_points) CheckBreakPoints() argument 1192 BreakLocation location = BreakLocation::Invalid(); PrepareStep() local 2084 BreakLocation location = BreakLocation::FromFrame(debug_info, frame); IsBreakAtReturn() local [all...] |