/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTests.cpp | 1091 const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, referenceResources[ndx].c_str()); 1092 GLU_EXPECT_NO_ERROR(gl.getError(), "query resource index"); 1094 if (index == GL_INVALID_INDEX) 1096 m_testCtx.getLog() << tcu::TestLog::Message << "Error, for active resource \"" << referenceResources[ndx] << "\" got index GL_INVALID_INDEX." << tcu::TestLog::EndMessage; 1099 else if ((int)index >= (int)resourceList.size()) 1101 m_testCtx.getLog() << tcu::TestLog::Message << "Error, for active resource \"" << referenceResources[ndx] << "\" got index " << index << " (larger or equal to GL_ACTIVE_RESOURCES)." << tcu::TestLog::EndMessage; 1104 else if (resourceList[index] != referenceResources[ndx]) 1106 m_testCtx.getLog() << tcu::TestLog::Message << "Error, for active resource \"" << referenceResources[ndx] << "\" got index (index [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 681 klv_packet.stream_index = ctx->klv_st->index; in handle_klv() 969 pkt.stream_index = ctx->video_st->index; in VideoInputFrameArrived() 1038 txt_pkt.stream_index = ctx->teletext_st->index; in VideoInputFrameArrived() 1071 pkt.stream_index = ctx->audio_st->index; in VideoInputFrameArrived()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Constant.cpp | 1330 TIntermTyped* TIntermediate::foldDereference(TIntermTyped* node, int index, const TSourceLoc& loc) in foldDereference() argument 1332 TType dereferencedType(node->getType(), index); in foldDereference() 1343 start = size * index; in foldDereference() 1348 for (int i = 0; i < index; ++i) in foldDereference()
|
/third_party/backends/backend/ |
H A D | mustek_pp_cis.c | 312 static int index = 0; in Mustek_PP_1015_show_val() local 314 char* current = (char*)buf[index++]; in Mustek_PP_1015_show_val() 316 if (index >= Mustek_PP_1015_RING_BUFFER_SIZE) index = 0; in Mustek_PP_1015_show_val()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 1754 * \param group 0-based group index 1855 * \param group 0-based group index 3067 * \brief Get the index of subscriber of a query_subscribe container 3069 * \return subscriber's index 3076 return info->index; in snd_seq_query_subscribe_get_index() 3210 * \brief Set the subscriber's index to be queried 3212 * \param index index to be queried 3216 void snd_seq_query_subscribe_set_index(snd_seq_query_subscribe_t *info, int index) in snd_seq_query_subscribe_set_index() argument 3219 info->index in snd_seq_query_subscribe_set_index() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 317 public ICUResourceBundle at(int index) { in at() argument 318 return (ICUResourceBundle) handleGet(index, null, this); in at() 330 public ICUResourceBundle findTopLevel(int index) { in findTopLevel() argument 331 return (ICUResourceBundle) super.findTopLevel(index); in findTopLevel() 891 // When there's no prebuilt index, we iterate through the jar files in getFullLocaleNameSet() 1102 * Writes the top-level key into index 0 and increments from there. 1135 * @param start index where the first path key is stored
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uregex.cpp | 805 int32_t index, in uregex_reset() 807 uregex_reset64( regexp2, (int64_t)index, status); in uregex_reset() 812 int64_t index, in uregex_reset64() 818 regexp->fMatcher->reset(index, *status); in uregex_reset64() 1324 // Move a character to an output buffer, with bounds checking on the index. 1695 // Look back to the end of the last find() that succeeded for src index. in appendTail() 804 uregex_reset(URegularExpression *regexp2, int32_t index, UErrorCode *status) uregex_reset() argument 811 uregex_reset64(URegularExpression *regexp2, int64_t index, UErrorCode *status) uregex_reset64() argument
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hub.c | 1915 * having index "slot" by "len" bytes. "len" can be negative. If the 3053 usbd_start_set_config(struct usb_device *udev, uint8_t index) in usbd_start_set_config() argument 3056 if (udev->curr_config_index == index) { in usbd_start_set_config() 3060 udev->next_config_index = index; in usbd_start_set_config() 3065 if (udev->next_config_index == index) { in usbd_start_set_config()
|
/third_party/NuttX/fs/tmpfs/ |
H A D | fs_tmpfs.c | 1539 unsigned int index; in tmpfs_readdir() local 1565 index = tmp->tf_index; in tmpfs_readdir() 1567 while (node != &tdo->tdo_entry && index != 0) in tmpfs_readdir() 1570 index--; in tmpfs_readdir() 1641 /* Set the readdir index to zero */ in tmpfs_rewinddir()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 73 purpose, each instruction in the region is assigned a unique index. 74 Exactly how this index is derived depends on the architecture. For 78 is usually necessary to use a byte-offset as the index. Given the 79 instruction index, the operation descriptor specifies the effect of
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_parser_extras.cpp | 2035 int index = 0; 2040 if (state->subroutines[k]->subroutine_index == index) 2043 state->subroutines[j]->subroutine_index = index; 2046 index++;
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder.c | 481 int index = -1; in handle_3dstate_vertex_buffers() local 495 index = vbs_iter.raw_value; in handle_3dstate_vertex_buffers() 514 fprintf(ctx->fp, "vertex buffer %d, size %d\n", index, vb_size); in handle_3dstate_vertex_buffers() 528 index = -1; in handle_3dstate_vertex_buffers()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsinfo.c | 75 #include "index.h" 1546 SII_INDEX_DATA sii; /* $SII index data in $Secure */ 1547 SDH_INDEX_DATA sdh; /* $SDH index data in $Secure */ 1548 QUOTA_O_INDEX_DATA quota_o; /* $O index data in $Quota */ 1549 QUOTA_CONTROL_ENTRY quota_q; /* $Q index data in $Quota */ 1729 ntfs_log_verbose("\tWARNING: Corrupt index entry, " in ntfs_dump_index_entries() 1730 "skipping the remainder of this index " in ntfs_dump_index_entries() 1738 ntfs_log_verbose("\tEnd of index block reached\n"); in ntfs_dump_index_entries() 1760 ntfs_log_error("Unknown index attribute type: 0x%0X\n", in get_index_attr_type() 1865 ntfs_dump_index_header("\t", &index_root->index); in ntfs_dump_attr_index_root() [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 2460 this.index = null; 2544 this._structured_clone.index = this.index; 3062 this.index = null; 3215 var remote_test = this.tests[data.test.index]; 3218 this.tests[data.test.index] = remote_test; 3225 var remote_test = this.tests[data.test.index]; 3241 record.test = assert.test != null ? this.tests[assert.test.index] : null; 3557 test.index = this.tests.push(test); 3950 var index [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uregex.cpp | 805 int32_t index, in uregex_reset() 807 uregex_reset64( regexp2, (int64_t)index, status); in uregex_reset() 812 int64_t index, in uregex_reset64() 818 regexp->fMatcher->reset(index, *status); in uregex_reset64() 1324 // Move a character to an output buffer, with bounds checking on the index. 1695 // Look back to the end of the last find() that succeeded for src index. in appendTail() 804 uregex_reset(URegularExpression *regexp2, int32_t index, UErrorCode *status) uregex_reset() argument 811 uregex_reset64(URegularExpression *regexp2, int64_t index, UErrorCode *status) uregex_reset64() argument
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_conn.c | 1097 assert(stream->qpack_blocked_pe.index == NGHTTP3_PQ_BAD_INDEX); in conn_process_blocked_stream_data() 1129 stream->qpack_blocked_pe.index = NGHTTP3_PQ_BAD_INDEX; in nghttp3_conn_read_qpack_encoder() 2393 if (stream->qpack_blocked_pe.index == NGHTTP3_PQ_BAD_INDEX) { in nghttp3_conn_close_stream() 2422 assert(stream->qpack_blocked_pe.index == NGHTTP3_PQ_BAD_INDEX); in nghttp3_conn_qpack_blocked_streams_push()
|
/third_party/node/deps/v8/src/ast/ |
H A D | prettyprinter.cc | 1269 SNPrintF(buf + pos, " parameter[%d]", var->index()); in VisitVariableProxy() 1272 SNPrintF(buf + pos, " local[%d]", var->index()); in VisitVariableProxy() 1275 SNPrintF(buf + pos, " context[%d]", var->index()); in VisitVariableProxy() 1284 SNPrintF(buf + pos, " repl global[%d]", var->index()); in VisitVariableProxy()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-intl.cc | 1205 Handle<Object> index = args.atOrUndefined(isolate, 1); in BUILTIN() local 1207 // 6. Let n be ? ToInteger(index). in BUILTIN() 1208 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, index, in BUILTIN() 1209 Object::ToInteger(isolate, index)); in BUILTIN() 1210 double const n = index->Number(); in BUILTIN()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 275 unsigned index = var->data.index; in missing_dual_src_outputs() local 277 index = var->data.location - FRAG_RESULT_DATA0; in missing_dual_src_outputs() 282 indices_seen |= 1u << index; in missing_dual_src_outputs()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageAtomicOperationTests.cpp | 440 " uint index = gx + (gy * gl_NumWorkGroups.x) + (gz *gl_NumWorkGroups.x * gl_NumWorkGroups.y);\n" in AddFillReadShader() 441 " imageStore(u_resultImage, " + imageInCoord + ", " + vec4Type + "(inBuffer.data[index]));\n" in AddFillReadShader() 461 " uint index = gx + (gy * gl_NumWorkGroups.x) + (gz *gl_NumWorkGroups.x * gl_NumWorkGroups.y);\n" in AddFillReadShader() 462 " outBuffer.data[index] = imageLoad(u_resultImage, " + imageInCoord + ").x;\n" in AddFillReadShader() 488 " uint index = gx + (gy * gl_NumWorkGroups.x) + (gz *gl_NumWorkGroups.x * gl_NumWorkGroups.y);\n" in AddFillReadShader() 489 " outBuffer.data[index] = imageLoad(u_resultImage, " + imageInCoord + ").x;\n" in AddFillReadShader() 492 " if (outBuffer.data[index] != sparseValue.x)\n" in AddFillReadShader() 493 " outBuffer.data[index] = " + vec4Type + "(1234).x;\n" in AddFillReadShader() 1657 bool verifyRecursive (const deInt32 index, 1894 bool BinaryAtomicIntermValuesInstance::verifyRecursive (const deInt32 index, in verifyRecursive() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 1049 void runTest(BufferWithMemory& index, BufferWithMemory& values, size_t bufferSize, PipelineConstructionType type); 1092 << "} index;\n" in initPrograms() 1097 << " uint index = atomicAdd(index.writeIndex, 5);" in initPrograms() 1102 << " values.num[index] = verify;" in initPrograms() 1103 << " values.num[index + 1] = iSample1;" in initPrograms() 1104 << " values.num[index + 2] = iSample2;" in initPrograms() 1105 << " values.num[index + 3] = iSample3;" in initPrograms() 1106 << " values.num[index + 4] = iSample4;" in initPrograms() 1120 void PipelineLibraryInterpolateAtSampleTestInstance::runTest(BufferWithMemory& index, BufferWithMemor argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 123 deUint32 getQueueFamilyIndex (const int index) const in getQueueFamilyIndex() 126 std::advance(it, index); in getQueueFamilyIndex() 135 Queues & getQueues (int index) in getQueues() argument 138 advance (it, index); in getQueues()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageAtomicOperationTests.cpp | 440 " uint index = gx + (gy * gl_NumWorkGroups.x) + (gz *gl_NumWorkGroups.x * gl_NumWorkGroups.y);\n" in AddFillReadShader() 441 " imageStore(u_resultImage, " + imageInCoord + ", " + vec4Type + "(inBuffer.data[index]));\n" in AddFillReadShader() 461 " uint index = gx + (gy * gl_NumWorkGroups.x) + (gz *gl_NumWorkGroups.x * gl_NumWorkGroups.y);\n" in AddFillReadShader() 462 " outBuffer.data[index] = imageLoad(u_resultImage, " + imageInCoord + ").x;\n" in AddFillReadShader() 488 " uint index = gx + (gy * gl_NumWorkGroups.x) + (gz *gl_NumWorkGroups.x * gl_NumWorkGroups.y);\n" in AddFillReadShader() 489 " outBuffer.data[index] = imageLoad(u_resultImage, " + imageInCoord + ").x;\n" in AddFillReadShader() 492 " if (outBuffer.data[index] != sparseValue.x)\n" in AddFillReadShader() 493 " outBuffer.data[index] = " + vec4Type + "(1234).x;\n" in AddFillReadShader() 1661 bool verifyRecursive (const deInt32 index, 1898 bool BinaryAtomicIntermValuesInstance::verifyRecursive (const deInt32 index, in verifyRecursive() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 270 : index (index_) 276 : index (~0u) 280 deUint32 index; 1404 MemoryObject* const object = new MemoryObject(vkd, device, size, type.index, atomSize, memoryUsage, referenceMemoryUsage);
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 636 for (size_t index = 0; index < inst->operands().size(); ++index) { in RegisterUniqueTypeDeclaration() 637 const spv_parsed_operand_t& operand = inst->operand(index); in RegisterUniqueTypeDeclaration()
|