/external/elfutils/tests/ |
D | run-funcretval.sh | 34 () fun_char: return value location: {0x50, 0} 35 () fun_short: return value location: {0x50, 0} 36 () fun_int: return value location: {0x50, 0} 37 () fun_ptr: return value location: {0x50, 0} 38 () fun_iptr: return value location: {0x50, 0} 39 () fun_long: return value location: {0x50, 0} 40 () fun_int128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8} 41 () fun_large_struct1: return value location: {0x70, 0} 42 () fun_large_struct2: return value location: {0x70, 0} 43 () fun_float: return value location: {0x90, 0x40} [all …]
|
/external/deqp-deps/glslang/Test/ |
D | 330.frag | 4 layout(location=0, index=0) out vec4 outVar; 44 layout(location = -2) in vec4 v1; // ERROR 45 layout(location = start + 2) in vec4 v2; // ERROR 46 layout(location = 4.7e10) in vec4 v20; // ERROR 47 layout(location = +60) in float v21; // ERROR 48 layout(location = (2)) in float v22; // ERROR 52 layout(location = 3) float f2; // ERROR 55 layout(location = 1) in inblock { // ERROR 57 layout(location = 3) float f2; // ERROR 60 layout(location = 1) uniform ublock { // ERROR [all …]
|
D | 440.vert | 3 // Note 'location' tests for enhanced layouts are in 330.frag 5 layout(location = 2, component = 2) in vec2 a; 6 layout(location = 2, component = 1) in float b; 8 layout(location = 3, component = 2) in vec3 c; // ERROR: c overflows components 2 and 3 10 layout(location = 0, component = 3) in float d[4]; 12 layout(location = 4, component = 0) in vec3 e[5]; 13 layout(location = 4, component = 3) in float f[5]; 15 layout(location = 9, component = 4) in float g[6]; // ERROR, component too big 17 layout(location = 4, component = 2) in vec2 h; // component overlap okay for vertex in 19 layout(location = 3, component = 2) out vec2 i; [all …]
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.c | 186 _mesa_Uniform1f(GLint location, GLfloat v0) in _mesa_Uniform1f() argument 189 _mesa_uniform(location, 1, &v0, ctx, ctx->_Shader->ActiveProgram, GLSL_TYPE_FLOAT, 1); in _mesa_Uniform1f() 193 _mesa_Uniform2f(GLint location, GLfloat v0, GLfloat v1) in _mesa_Uniform2f() argument 199 _mesa_uniform(location, 1, v, ctx, ctx->_Shader->ActiveProgram, GLSL_TYPE_FLOAT, 2); in _mesa_Uniform2f() 203 _mesa_Uniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) in _mesa_Uniform3f() argument 210 _mesa_uniform(location, 1, v, ctx, ctx->_Shader->ActiveProgram, GLSL_TYPE_FLOAT, 3); in _mesa_Uniform3f() 214 _mesa_Uniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, in _mesa_Uniform4f() argument 223 _mesa_uniform(location, 1, v, ctx, ctx->_Shader->ActiveProgram, GLSL_TYPE_FLOAT, 4); in _mesa_Uniform4f() 227 _mesa_Uniform1i(GLint location, GLint v0) in _mesa_Uniform1i() argument 230 _mesa_uniform(location, 1, &v0, ctx, ctx->_Shader->ActiveProgram, GLSL_TYPE_INT, 1); in _mesa_Uniform1i() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 7 <location filename="../addinterface.cpp" line="38"/> 12 <location filename="../addinterface.cpp" line="47"/> 17 <location filename="../addinterface.cpp" line="48"/> 22 <location filename="../addinterface.cpp" line="49"/> 27 <location filename="../addinterface.cpp" line="221"/> 32 <location filename="../addinterface.cpp" line="229"/> 37 <location filename="../addinterface.cpp" line="238"/> 45 <location filename="../wpagui.cpp" line="1621"/> 53 <location filename="../eventhistory.ui" line="13"/> 58 <location filename="../eventhistory.ui" line="48"/> [all …]
|
/external/deqp/external/vulkancts/data/vulkan/glsl/440/ |
D | linkage.test | 20 layout(location = 0) in vec4 dEQP_Position; 21 layout(location = 1, component = 0) in float in0_0; 22 layout(location = 1, component = 1) in float in0_1; 23 layout(location = 0) out vec2 var0; 36 layout(location = 0) in vec2 var0; 37 layout(location = 0) out vec2 dEQP_FragColor; 60 layout(location = 0) in vec4 dEQP_Position; 61 layout(location = 1, component = 0) in float in0_0; 62 layout(location = 1, component = 1) in float in0_1; 63 layout(location = 1, component = 3) in float in0_3; [all …]
|
/external/fonttools/Lib/fontTools/voltLib/ |
D | ast.py | 7 def __init__(self, location=None): argument 8 self.location = location 15 def __init__(self, location=None): argument 16 self.location = location 23 def __init__(self, location=None): argument 24 Statement.__init__(self, location) 34 Block.__init__(self, location=None) 38 def __init__(self, name, location=None): argument 39 Block.__init__(self, location) 43 builder.start_lookup_block(self.location, self.name) [all …]
|
D | parser.py | 56 location = self.cur_token_location_ 85 location 89 location=location) 95 location = self.cur_token_location_ 105 location 108 location=location) 114 location = self.cur_token_location_ 125 location 137 location 143 def_script = ast.ScriptDefinition(name, tag, langs, location=location) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 330.frag.out | 11 ERROR: 0:46: 'location' : location is too large 15 ERROR: 0:57: 'location on block member' : not supported for this version or the enabled extensions 16 ERROR: 0:62: 'location on block member' : can only use in an in/out block 17 ERROR: 0:62: 'location qualifier on uniform or buffer' : not supported for this version or the enab… 18 ERROR: 0:60: 'location qualifier on uniform or buffer' : not supported for this version or the enab… 19 ERROR: 0:60: 'location' : cannot apply to uniform or buffer block 23 ERROR: 0:91: 'location on block member' : can only use in an in/out block 24 ERROR: 0:91: 'location qualifier on uniform or buffer' : not supported for this version or the enab… 25 ERROR: 0:91: 'location' : overlapping use of location 3 26 ERROR: 0:89: 'location qualifier on uniform or buffer' : not supported for this version or the enab… [all …]
|
D | 440.vert.out | 4 ERROR: 0:23: 'location' : overlapping use of location 4 5 ERROR: 0:26: 'location' : overlapping use of location 2 6 ERROR: 0:31: 'location' : overlapping use of location 15 7 ERROR: 0:32: 'location' : overlapping use of location 10 8 ERROR: 0:37: 'location' : overlapping use of location 20 14 ERROR: 0:46: 'component' : must specify 'location' to use 'component' 15 ERROR: 0:52: 'location' : overlapping use of location 40 20 ERROR: 0:61: 'location/component/index' : cannot declare a default, use a full declaration 23 ERROR: 0:71: 'location' : overlapping use of location 55 24 ERROR: 0:75: 'location' : overlapping use of location 57 [all …]
|
D | 300layout.frag.out | 2 ERROR: 0:4: 'location qualifier on input' : not supported in this stage: fragment 3 ERROR: 0:4: 'location qualifier on input' : not supported for this version or the enabled extension… 4 ERROR: 0:17: 'location' : too large for fragment output 5 ERROR: 0:18: 'location' : too large for fragment output 6 ERROR: 0:18: 'location' : overlapping use of location 41 7 ERROR: 0:19: 'location' : too large for fragment output 8 ERROR: 0:19: 'location' : overlapping use of location 40 18 0:12 'c' (layout( location=1) out mediump 4-component vector of float) 19 0:12 'color' (layout( location=2) smooth in mediump 4-component vector of float) 21 0:13 'p' (layout( location=3) out mediump 4-component vector of float) [all …]
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | parser.py | 59 location=self.cur_token_location_)) 95 location = self.cur_token_location_ 114 location=location) 134 location=location) 150 location = self.cur_token_location_ 160 location=location) 167 _, content, location = self.lexer_.scan_anonymous_block(tag) 173 return self.ast.AnonymousBlock(tag, content, location=location) 177 location = self.cur_token_location_ 184 location=location) [all …]
|
D | ast.py | 123 def __init__(self, location=None): argument 124 self.location = location 145 def __init__(self, text, location=None): argument 146 super(Comment, self).__init__(location) 155 def __init__(self, glyph, location=None): argument 156 Expression.__init__(self, location) 168 def __init__(self, glyphs=None, location=None): argument 169 Expression.__init__(self, location) 216 def __init__(self, glyphclass, location=None): argument 217 Expression.__init__(self, location) [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_linking_helpers.c | 40 if (var->data.location < 0) in get_variable_io_mask() 43 unsigned location = var->data.patch ? in get_variable_io_mask() local 44 var->data.location - VARYING_SLOT_PATCH0 : var->data.location; in get_variable_io_mask() 49 assert(var->data.location >= 0); in get_variable_io_mask() 58 return ((1ull << slots) - 1) << location; in get_variable_io_mask() 108 if (var->data.location < VARYING_SLOT_VAR0 && var->data.location >= 0) in remove_unused_io_vars() 118 var->data.location = 0; in remove_unused_io_vars() 212 assert(var->data.location >= 0); in get_slot_component_masks_and_interp_types() 217 if (var->data.location >= VARYING_SLOT_VAR0 && in get_slot_component_masks_and_interp_types() 218 var->data.location - VARYING_SLOT_VAR0 < 32) { in get_slot_component_masks_and_interp_types() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | MutableMethodImplementation.java | 85 final MethodLocation location = instructionList.get(index); in MutableMethodImplementation() local 90 convertAndSetInstruction(location, codeAddressToIndex, instruction); in MutableMethodImplementation() 94 convertAndSetInstruction(location, codeAddressToIndex, instruction); in MutableMethodImplementation() 111 builderDebugItem.location = debugLocation; in MutableMethodImplementation() 218 instruction.location = newLoc; 223 MethodLocation location = instructionList.get(i); 224 location.index++; 225 location.codeAddress = codeAddress; 226 if (location.instruction != null) { 227 codeAddress += location.instruction.getCodeUnits(); [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 149 bool setUniform1fv(GLint location, GLsizei count, const GLfloat *v); 150 bool setUniform2fv(GLint location, GLsizei count, const GLfloat *v); 151 bool setUniform3fv(GLint location, GLsizei count, const GLfloat *v); 152 bool setUniform4fv(GLint location, GLsizei count, const GLfloat *v); 153 …bool setUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 154 …bool setUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… 155 …bool setUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… 156 …bool setUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 157 …bool setUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… 158 …bool setUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… [all …]
|
D | Program.cpp | 364 for(size_t location = 0; location < uniformIndex.size(); location++) in getUniformLocation() local 366 if(uniformIndex[location].name == baseName) in getUniformLocation() 368 const unsigned int index = uniformIndex[location].index; in getUniformLocation() 374 return (GLint)location; in getUniformLocation() 378 if(uniformIndex[location].element == subscript) in getUniformLocation() 380 return (GLint)location; in getUniformLocation() 495 bool Program::setUniformfv(GLint location, GLsizei count, const GLfloat *v, int numElements) in setUniformfv() argument 502 …if(location < 0 || location >= (int)uniformIndex.size() || (uniformIndex[location].index == GL_INV… in setUniformfv() 507 Uniform *targetUniform = uniforms[uniformIndex[location].index]; in setUniformfv() 517 count = std::min(size - (int)uniformIndex[location].element, count); in setUniformfv() [all …]
|
/external/deqp-deps/SPIRV-Tools/ |
D | Android.bp | 21 cmd: "$(location) --spirv-core-grammar=$(location :deqp_spirv.core.grammar.json-1.0) "+ 22 "--extinst-glsl-grammar=$(location :deqp_spirv.glsl.grammar.json) "+ 23 "--extinst-opencl-grammar=$(location :deqp_spirv.opencl.grammar.json) "+ 24 "--extinst-debuginfo-grammar=$(location :deqp_spirv.debuginfo.grammar.json) "+ 25 "--core-insts-output=$(location core.insts-1.0.inc) "+ 26 "--glsl-insts-output=$(location glsl.std.450.insts.inc) "+ 27 "--opencl-insts-output=$(location opencl.std.insts.inc) "+ 28 "--operand-kinds-output=$(location operand.kinds-1.0.inc)", 42 cmd: "$(location) --spirv-core-grammar=$(location :deqp_spirv.core.grammar.json-1.1) "+ 43 "--extinst-debuginfo-grammar=$(location :deqp_spirv.debuginfo.grammar.json) "+ [all …]
|
/external/doclava/src/com/google/doclava/parser/ |
D | JavaParser.java | 471 dbg.location(293, 1); in compilationUnit() 480 dbg.location(298,9); in compilationUnit() 502 dbg.location(298,13); in compilationUnit() 521 dbg.location(298,14); in compilationUnit() 534 dbg.location(300,13); in compilationUnit() 547 dbg.location(302,9); in compilationUnit() 571 dbg.location(302,10); in compilationUnit() 587 dbg.location(304,9); in compilationUnit() 611 dbg.location(304,10); in compilationUnit() 638 dbg.location(306, 5); in compilationUnit() [all …]
|
/external/u-boot/common/ |
D | splash_source.c | 63 static int splash_storage_read_raw(struct splash_location *location, in splash_storage_read_raw() argument 68 if (!location) in splash_storage_read_raw() 71 offset = location->offset; in splash_storage_read_raw() 72 switch (location->storage) { in splash_storage_read_raw() 84 static int splash_load_raw(struct splash_location *location, u32 bmp_load_addr) in splash_load_raw() argument 93 res = splash_storage_read_raw(location, bmp_load_addr, bmp_header_size); in splash_load_raw() 103 return splash_storage_read_raw(location, bmp_load_addr, bmp_size); in splash_load_raw() 111 static int splash_select_fs_dev(struct splash_location *location) in splash_select_fs_dev() argument 115 switch (location->storage) { in splash_select_fs_dev() 117 res = fs_set_blk_dev("mmc", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 282 const char* text, const LocationRecorder* location) { in TryConsumeEndOfDeclaration() argument 292 if (location != NULL) { in TryConsumeEndOfDeclaration() 294 location->AttachComments(&leading, &trailing, &detached); in TryConsumeEndOfDeclaration() 313 const char* text, const LocationRecorder* location) { in ConsumeEndOfDeclaration() argument 314 if (TryConsumeEndOfDeclaration(text, location)) { in ConsumeEndOfDeclaration() 398 DescriptorPool::ErrorCollector::ErrorLocation location) { in RecordLegacyLocation() argument 401 descriptor, location, location_->span(0), location_->span(1)); in RecordLegacyLocation() 609 LocationRecorder location(root_location, in ParseTopLevelStatement() local 611 return ParseMessageDefinition(file->add_message_type(), location, file); in ParseTopLevelStatement() 613 LocationRecorder location(root_location, in ParseTopLevelStatement() local [all …]
|
/external/deqp/data/gles31/shaders/es31/ |
D | uniform_location.test | 9 layout(location = 0) uniform float uni0; 10 layout(location = 0) uniform float uni1; 29 layout(location = 0) uniform float uni0; 30 layout(location = 0) uniform float uni1; 49 layout(location = 0) uniform float uni0; 62 layout(location = 0) uniform float uni1; 64 layout(location = 0) out mediump vec4 dEQP_FragColor; 81 layout(location = 0) uniform float uni0[8]; 82 layout(location = 5) uniform float uni1; 101 layout(location = 0) uniform float uni0[8]; [all …]
|
/external/llvm/test/DebugInfo/MIR/X86/ |
D | live-debug-values-3preds.mir | 30 # CHECK-DAG: DBG_VALUE debug-use %edi, debug-use _, !11, !16, debug-location !17 31 # CHECK-DAG: DBG_VALUE debug-use %edx, debug-use _, !13, !16, debug-location !20 32 # CHECK-DAG: DBG_VALUE debug-use %esi, debug-use _, !12, !16, debug-location !18 189 DBG_VALUE debug-use %edi, debug-use _, !9, !17, debug-location !18 190 DBG_VALUE debug-use %esi, debug-use _, !10, !17, debug-location !19 191 DBG_VALUE debug-use %edx, debug-use _, !11, !17, debug-location !21 192 DBG_VALUE debug-use %ecx, debug-use _, !12, !17, debug-location !23 193 DBG_VALUE 0, 0, !13, !17, debug-location !25 194 %r8d = MOV32rr %esi, debug-location !26 195 %r8d = IMUL32rr killed %r8d, %edi, implicit-def dead %eflags, debug-location !26 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/X86/ |
D | live-debug-values-3preds.mir | 34 …DBG_VALUE debug-use $edi, debug-use $noreg, ![[X_VAR]], !DIExpression(), debug-location !{{[0-9]+}} 35 …DBG_VALUE debug-use $esi, debug-use $noreg, ![[Y_VAR]], !DIExpression(), debug-location !{{[0-9]+}} 36 …DBG_VALUE debug-use $edx, debug-use $noreg, ![[Z_VAR]], !DIExpression(), debug-location !{{[0-9]+}} 189 DBG_VALUE debug-use $edi, debug-use _, !9, !17, debug-location !18 190 DBG_VALUE debug-use $esi, debug-use _, !10, !17, debug-location !19 191 DBG_VALUE debug-use $edx, debug-use _, !11, !17, debug-location !21 192 DBG_VALUE debug-use $ecx, debug-use _, !12, !17, debug-location !23 193 DBG_VALUE 0, 0, !13, !17, debug-location !25 194 $r8d = MOV32rr $esi, debug-location !26 195 $r8d = IMUL32rr killed $r8d, $edi, implicit-def dead $eflags, debug-location !26 [all …]
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | Analyzer.java | 124 public void analyzeClass(final byte[] buffer, final String location) in analyzeClass() argument 129 throw analyzerError(location, cause); in analyzeClass() 144 public void analyzeClass(final InputStream input, final String location) in analyzeClass() argument 150 throw analyzerError(location, e); in analyzeClass() 152 analyzeClass(buffer, location); in analyzeClass() 155 private IOException analyzerError(final String location, in analyzerError() argument 158 String.format("Error while analyzing %s.", location)); in analyzerError() 178 public int analyzeAll(final InputStream input, final String location) in analyzeAll() argument 184 throw analyzerError(location, e); in analyzeAll() 188 analyzeClass(detector.getInputStream(), location); in analyzeAll() local [all …]
|