/third_party/spirv-tools/test/opt/ |
H A D | graphics_robust_access_test.cpp | 295 // Like the previous test, but ensures the pass knows how to modify an index 593 // Index is signed short, array bounds overflows the index type. in TEST_F() 618 // Index is unsigned short, array bounds overflows the index type. in TEST_F() 643 // Signed int index i is wider than the array bounds type. in TEST_F() 667 // Unsigned int index i is wider than the array bounds type. in TEST_F() 691 // Signed long index i is wider than the array bounds type. in TEST_F() 715 // Unsigned long index i is wider than the array bounds type. in TEST_F() 885 ; CHECK: Member index into struct is not a constant integer in TEST_F() 905 ; CHECK: Member index into struct is not a constant integer in TEST_F() 926 ; CHECK: Member index int in TEST_F() [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 2524 Id Builder::createCompositeExtract(Id composite, Id typeId, unsigned index) in createCompositeExtract() argument 2530 std::vector<Id>(1, index)); in createCompositeExtract() 2534 extract->addImmediateOperand(index); in createCompositeExtract() 2556 Id Builder::createCompositeInsert(Id object, Id composite, Id typeId, unsigned index) in createCompositeInsert() argument 2561 insert->addImmediateOperand(index); in createCompositeInsert() 3853 // dereference each index in accessChainGetInferredType()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2634 << " values, or contains a value x at some index i" 2666 *listener << ") at index #" << i << " don't match"; 3332 for (size_t index = 0; index < sizeof...(I); ++index) { in MatchInternal() 3333 const std::string str = inner_listener[index].str(); in MatchInternal() 3335 *listener << separator << " field #" << index << " is a value " << str; in MatchInternal() 3424 // explanations[i] is the explanation of the element at index i. 3449 // If mismatch_found is true, 'exam_pos' is the index of the mismatch.
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 2353 int index; in handleEXTBF_RDSV() local 2355 index = 0; in handleEXTBF_RDSV() 2358 index = 1; in handleEXTBF_RDSV() 2361 index = 2; in handleEXTBF_RDSV() 2368 i->setSrc(0, bld.mkSysVal(SV_TID, index)); in handleEXTBF_RDSV() 2623 // mkSplit put lower bits at index 0 and higher bits at index 1 in split64MulMad()
|
H A D | nv50_ir_from_tgsi.cpp | 1029 uint8_t slot; // $surface index 1771 /* TODO: Use Array ID when it's available for the index */ in srcToSym() 1781 /* TODO: Use Array ID when it's available for the index */ in dstToSym() 1877 const int index = tgsi.getSrc(s).getIndex(1); in getVertexBase() 1883 mkImm(index), rel); in getVertexBase() 2000 Converter::shiftAddress(Value *index) 2002 if (!index) 2004 return mkOp2v(OP_SHL, TYPE_U32, getSSA(4, FILE_ADDRESS), index, mkImm(4)); 2164 /* Save the viewport index into a scratch register so that it can be in storeDst() 2755 def.resize(4); // index b in handleLOAD() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 866 // For example, result Y is the packed binding information and result Z is the array index (for arrayed descriptors, or buffers). 970 // Ensure we won't miss the last check (the index will always be less than the buffer length). 978 // Input attachment index increases with array index. 1083 // Ensure we won't miss the last check (the index will always be less than the buffer length). 1151 for (deUint32 index = 0; index < maxIndex; ++index) 1153 const auto& samplerBinding = simpleBindings[samplerIndices[index % samplerIndices.size()]]; 1154 const auto& imageBinding = simpleBindings[imageIndices[index [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 223 ivec4 index; member 637 data[invIdx].index.x() = primes[invIdx % primeCount]; in createVertexAttributeBuffer() 640 data[invIdx].index.z() = 0; in createVertexAttributeBuffer() 641 data[invIdx].index.w() = 0; in createVertexAttributeBuffer() 649 data[prime].index.y() = prime; in createVertexAttributeBuffer() 674 "layout(location = 2) in ivec4 index; \n" in getVertexShaderProlog() 683 " rIndex = index.x; \n" in getVertexShaderProlog() 684 " gIndex = index.y; \n"; in getVertexShaderProlog() 876 }, // @index in createGraphicsPipeline() 1872 s << " OpEntryPoint Vertex %main \"main\" %_ %position %in_position %normalpos %in_normalpos %vIndex %gl_VertexIndex %rIndex %index in getShaderAsm() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 865 // For example, result Y is the packed binding information and result Z is the array index (for arrayed descriptors, or buffers). 969 // Ensure we won't miss the last check (the index will always be less than the buffer length). 977 // Input attachment index increases with array index. 1082 // Ensure we won't miss the last check (the index will always be less than the buffer length). 1150 for (deUint32 index = 0; index < maxIndex; ++index) 1152 const auto& samplerBinding = simpleBindings[samplerIndices[index % samplerIndices.size()]]; 1153 const auto& imageBinding = simpleBindings[imageIndices[index [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 249 ivec4 index; member 663 data[invIdx].index.x() = primes[invIdx % primeCount]; in createVertexAttributeBuffer() 665 // b: x index in texel coordinate in createVertexAttributeBuffer() 666 data[invIdx].index.z() = invIdx % m_testParams.frameResolution.width; in createVertexAttributeBuffer() 668 //a: y index in texel coordinate in createVertexAttributeBuffer() 669 data[invIdx].index.w() = invIdx / m_testParams.frameResolution.width; in createVertexAttributeBuffer() 677 data[prime].index.y() = prime; in createVertexAttributeBuffer() 706 "layout(location = 2) in ivec4 index; \n" in getVertexShaderProlog() 721 " rIndex = index.x; \n" in getVertexShaderProlog() 722 " gIndex = index in getVertexShaderProlog() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 1246 std::size_t index = dataToSkip; in makeGradient() local 1256 DE_ASSERT(index < bufferSize); in makeGradient() 1265 data[index] = unpack(value); in makeGradient() 1269 data[index] = defaultValue; in makeGradient() 1271 index++; in makeGradient()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 894 size_t index; member 920 size_t index; member 925 return &i->t->t.entries[i->index]; in str_tabent() 1290 it.index = *iter; in _upb_map_next() 1292 *iter = it.index; in _upb_map_next()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 3308 << " uint index = indexUvec3.x + indexUvec3.y + indexUvec3.z;\n" in initPrograms() 3309 << " sb_out.values[index] += index;\n" in initPrograms() 4009 deUint32 index = queryIdx * NUM_QUERY_STATISTICS; in checkResult() local 4011 deBool availableQuery = results[index + (NUM_QUERY_STATISTICS - 1)] != 0u; in checkResult() 4017 for (; index < NUM_QUERY_STATISTICS; index++) in checkResult() 4019 if (results[index] != refVal) in checkResult() 4034 if (availableQuery && (results[index] < expectedMin)) in checkResult() 4035 return tcu::TestStatus::fail("QueryPoolResults incorrect: wrong value (" + de::toString(results[index]) in checkResult() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 2492 // The immediate post index addressing mode is indicated by rm = 31. in LoadStoreStructAddrModeField() 2507 // index by immediate of the size of the register list, or post index by a in LoadStoreStructVerify() 2870 // Lane size is encoded in the opcode field. Lane index is encoded in the Q, in LoadStoreStructSingle() 3353 void Assembler::fmov(const VRegister& vd, int index, const Register& rn) { 3355 VIXL_ASSERT((index == 1) && vd.Is1D() && rn.IsX()); 3356 USE(index); 3361 void Assembler::fmov(const Register& rd, const VRegister& vn, int index) { 3363 VIXL_ASSERT((index == 1) && vn.Is1D() && rd.IsX()); 3364 USE(index); [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 3293 << " uint index = indexUvec3.x + indexUvec3.y + indexUvec3.z;\n" in initPrograms() 3294 << " sb_out.values[index] += index;\n" in initPrograms() 3995 deUint32 index = queryIdx * NUM_QUERY_STATISTICS; in checkResult() local 3997 deBool availableQuery = results[index + (NUM_QUERY_STATISTICS - 1)] != 0u; in checkResult() 4003 for (; index < NUM_QUERY_STATISTICS; index++) in checkResult() 4005 if (results[index] != refVal) in checkResult() 4020 if (availableQuery && (results[index] < expectedMin)) in checkResult() 4021 return tcu::TestStatus::fail("QueryPoolResults incorrect: wrong value (" + de::toString(results[index]) in checkResult() [all...] |
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_raw_sdk_if_test.cpp | 226 printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification() 1977 ctrlReq.index = 0; in HWTEST_F() 2035 ctrlReq.index = 0; in HWTEST_F()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 103 typedef void (APIENTRY *FF_PFNGLENABLEVERTEXATTRIBARRAYPROC) (GLuint index); 104 typedef void (APIENTRY *FF_PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, uintptr_t pointer);
|
/third_party/ffmpeg/libavresample/x86/ |
H A D | audio_convert.asm | 279 ; NOTE: In the 6-channel functions, len could be used as an index on x86-64 283 ; as an index without keeping two of the pointers on the stack and
|
/third_party/ffmpeg/libavformat/ |
H A D | flvdec.c | 154 av_log(s, AV_LOG_WARNING, "Skipping duplicate index\n"); in add_keyframes_index() 584 av_log(s, AV_LOG_ERROR, "Keyframe index parsing failed\n"); in amf_parse_object() 604 avio_skip(ioc, 4); // skip 32-bit max array index in amf_parse_object() 887 "Found invalid index entries, clearing the index.\n"); in clear_index_entries() 891 /* Remove all index entries that point to >= pos */ in clear_index_entries() 1006 pkt->stream_index = st->index; in flv_data_packet() 1141 av_log(s, AV_LOG_WARNING, "Adjusting next position due to index mismatch\n"); 1390 pkt->stream_index = st->index;
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 42 * @param index The slice index to write. 49 unsigned int index in get_output_filename() 62 // Insert the file index into the base name, then append the extension in get_output_filename() 64 ss << fnmod << "_" << std::setw(3) << std::setfill('0') << index << fnext; in get_output_filename()
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 1690 int index; in main() local 1712 &index)) != EOF) { in main()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnf.cpp | 47 void IntlTestRBNF::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) in runIndexedTest() argument 50 switch (index) { in runIndexedTest() 2335 errln("FAIL: string should be unparseable index=%d %s", i, u_errorName(status)); in TestParseFailure()
|
H A D | dtptngts.cpp | 32 void IntlTestDateTimePatternGeneratorAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 35 switch (index) { in runIndexedTest() 707 dataerrln("ERROR: Could not create DateTimePatternGenerator with locale index:%d . - exiting\n", localeIndex); in testAPI()
|
H A D | dtfmrgts.cpp | 29 DateFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 32 switch (index) { in runIndexedTest() 830 logln(" index: %d", pos.getIndex()); in Test4104136() 1034 * 'z' at end of date format throws index exception in SimpleDateFormat 1198 errln(UnicodeString("FAIL: Error index should be -1")); in Test4210209() 1673 errln("error: unexpected error - " + itemPtr->parseString + " - error index " + pos.getErrorIndex() + in TestT10619()
|
H A D | reldatefmttest.cpp | 834 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override; 924 int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() 923 runIndexedTest( int32_t index, UBool exec, const char *&name, char *) runIndexedTest() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | VTimeZone.java | 1178 int index = 0; in parseRRULE() 1181 dayOfMonth[index++] = Integer.parseInt(days.nextToken()); in parseRRULE()
|