Home
last modified time | relevance | path

Searched refs:INVALID_INDEX (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/lld/wasm/
DSymbols.cpp150 assert(outputSymbolIndex != INVALID_INDEX); in getOutputSymbolIndex()
157 assert(outputSymbolIndex == INVALID_INDEX); in setOutputSymbolIndex()
163 assert(gotIndex == INVALID_INDEX); in setGOTIndex()
218 assert(functionIndex != INVALID_INDEX); in getFunctionIndex()
224 assert(functionIndex == INVALID_INDEX); in setFunctionIndex()
231 return functionIndex != INVALID_INDEX; in hasFunctionIndex()
237 assert(tableIndex != INVALID_INDEX); in getTableIndex()
244 return tableIndex != INVALID_INDEX; in hasTableIndex()
256 assert(tableIndex == INVALID_INDEX); in setTableIndex()
292 assert(globalIndex != INVALID_INDEX); in getGlobalIndex()
[all …]
DSymbols.h40 #define INVALID_INDEX UINT32_MAX macro
116 assert(gotIndex != INVALID_INDEX); in getGOTIndex()
121 bool hasGOTIndex() const { return gotIndex != INVALID_INDEX; } in hasGOTIndex()
131 uint32_t outputSymbolIndex = INVALID_INDEX;
132 uint32_t gotIndex = INVALID_INDEX;
195 uint32_t tableIndex = INVALID_INDEX;
196 uint32_t functionIndex = INVALID_INDEX;
330 uint32_t globalIndex = INVALID_INDEX;
393 uint32_t eventIndex = INVALID_INDEX;
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c42 #define INVALID_INDEX 9999 macro
184 if (ts->point_size_out != INVALID_INDEX) in psprite_prolog()
189 assert(ts->point_pos_out != INVALID_INDEX); in psprite_prolog()
191 ts->out_tmp_index[ts->point_pos_out] = INVALID_INDEX; in psprite_prolog()
250 if (ts->point_size_out == INVALID_INDEX) { in psprite_prolog()
283 if (ts->point_pos_sout != INVALID_INDEX) { in psprite_emit_vertex_inst()
345 if (ts->out_tmp_index[j] != INVALID_INDEX) { in psprite_emit_vertex_inst()
521 transform.point_size_in = INVALID_INDEX; in tgsi_add_point_sprite()
522 transform.point_size_out = INVALID_INDEX; in tgsi_add_point_sprite()
523 transform.point_size_tmp = INVALID_INDEX; in tgsi_add_point_sprite()
[all …]
Dtgsi_two_side.c47 #define INVALID_INDEX 9999 macro
108 if (ts->front_color_input[i] != INVALID_INDEX) { in emit_prolog()
133 if (ts->face_input == INVALID_INDEX) { in emit_prolog()
149 if (ts->front_color_input[i] != INVALID_INDEX) { in emit_prolog()
212 transform.face_input = INVALID_INDEX; in tgsi_add_two_side()
213 transform.front_color_input[0] = INVALID_INDEX; in tgsi_add_two_side()
214 transform.front_color_input[1] = INVALID_INDEX; in tgsi_add_two_side()
217 transform.back_color_input[0] = INVALID_INDEX; in tgsi_add_two_side()
218 transform.back_color_input[1] = INVALID_INDEX; in tgsi_add_two_side()
Dtgsi_aa_point.c37 #define INVALID_INDEX 9999 macro
238 assert(ts->color_out != INVALID_INDEX); in aa_epilog()
239 assert(ts->color_tmp != INVALID_INDEX); in aa_epilog()
294 transform.tmp = INVALID_INDEX; in tgsi_add_aa_point()
295 transform.color_out = INVALID_INDEX; in tgsi_add_aa_point()
296 transform.color_tmp = INVALID_INDEX; in tgsi_add_aa_point()
Dtgsi_dynamic_indexing.c116 unsigned INVALID_INDEX = 99999; in remove_dynamic_indexes() local
117 unsigned file = TGSI_FILE_NULL, index = INVALID_INDEX; in remove_dynamic_indexes()
118 unsigned imm_swz_index = INVALID_INDEX; in remove_dynamic_indexes()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_link.c33 #define INVALID_INDEX 255 macro
50 linkage->input_map[i] = INVALID_INDEX; in svga_link_shaders()
54 linkage->prevShader.output_map[i] = INVALID_INDEX; in svga_link_shaders()
113 if (linkage->input_map[i] == INVALID_INDEX) { in svga_link_shaders()
133 assert(linkage->input_map[i] != INVALID_INDEX); in svga_link_shaders()
Dsvga_tgsi_vgpu10.c62 #define INVALID_INDEX 99999 macro
1212 emit->vposition.tmp_index != INVALID_INDEX) { in emit_dst_register()
1221 emit->clip_dist_tmp_index != INVALID_INDEX) { in emit_dst_register()
1231 emit->clip_vertex_tmp_index != INVALID_INDEX) { in emit_dst_register()
1249 emit->gs.viewport_index_out_index != INVALID_INDEX) { in emit_dst_register()
1274 emit->fs.color_tmp_index != INVALID_INDEX) { in emit_dst_register()
1380 emit->clip_dist_tmp_index != INVALID_INDEX) { in emit_dst_register()
1390 emit->clip_vertex_tmp_index != INVALID_INDEX) { in emit_dst_register()
1584 emit->vs.vertex_id_tmp_index != INVALID_INDEX) { in emit_src_register()
3286 if (emit->tcs.invocation_id_sys_index == INVALID_INDEX) { in emit_hull_shader_control_point_phase()
[all …]
/external/autotest/client/cros/cellular/pseudomodem/
Dpm_errors.py115 INVALID_INDEX = 321 variable in MMMessageError
144 self.INVALID_INDEX : '.InvalidIndex',
175 INVALID_INDEX = 21 variable in MMMobileEquipmentError
231 self.INVALID_INDEX : '.InvalidIndex',
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/AArch64/
Dplt.test22 # RUN: llvm-objdump -d %tindex 2>&1 | FileCheck %s --check-prefix=INVALID_INDEX -DFILE=%tindex
24 # INVALID_INDEX: warning: '[[FILE]]': PLT entry at 0x210030 references an invalid symbol{{$}}
25 # INVALID_INDEX: Disassembly of section .text:
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java489 public static final int INVALID_INDEX = 503; field in JDWPConstants.Error
612 case INVALID_INDEX: in getName()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DJDWPException.java57 case JDWP.Error.INVALID_INDEX: in toJDIException()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValues003Test.java36 private static final int INVALID_INDEX = SetValues003Debuggee.ARRAY_LENGTH; field in SetValues003Test
103 ReplyPacket checkedReply = setArrayValue(checkedObjectID, INVALID_INDEX, in testSetValues003_InvalidIndex()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java153 if (err == JDWPConstants.Error.INVALID_INDEX) { in testFrames004()
160 + JDWPConstants.Error.getName(JDWPConstants.Error.INVALID_INDEX) in testFrames004()
161 + "(" + JDWPConstants.Error.INVALID_INDEX + ")"); in testFrames004()
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp100 INVALID_INDEX, enumerator
200 indices[ndx] = (deUint16)((m_op == INVALID_INDEX) ? (overBoundDrawCount + ndx) : (ndx)); in iterate()
588 …yond the array end are accessed", InvalidDrawCase::DRAW_ELEMENTS, InvalidDrawCase::INVALID_INDEX)); in init()
/external/oj-libjdwp/src/share/back/
DArrayReferenceImpl.c257 outStream_setError(out, JDWP_ERROR(INVALID_INDEX)); in getValues()
501 outStream_setError(out, JDWP_ERROR(INVALID_INDEX)); in setValues()
Derror_messages.c300 CASE_RETURN_JDWP_ERROR_TEXT(INVALID_INDEX) in jdwpErrorText()
DThreadReferenceImpl.c265 outStream_setError(out, JDWP_ERROR(INVALID_INDEX)); in frames()
Dutil.c1965 case JDWP_ERROR(INVALID_INDEX): in map2jvmtiError()
2282 return JDWP_ERROR(INVALID_INDEX); in map2jdwpError()
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec3135 (Constant INVALID_INDEX =503 "Index is invalid.")