| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluCallLogWrapper.cpp | 49 return tcu::formatArray(arr, (int)size); in getPointerStr() 55 return tcu::formatArray(arr, de::max(size, 0)); in getPointerStr()
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuFormatUtil.hpp | 274 inline Format::Array<Iterator> formatArray (const Iterator& begin, const Iterator& end) in formatArray() function 281 inline Format::ArrayPointer<T> formatArray (const T* arr, int size) in formatArray() function 288 inline Format::ArrayPointer<T> formatArray (const T (&arr)[Size]) in formatArray() function
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsStateQueryUtil.cpp | 1441 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getIntVec3Access()); in verifyIntegerVec3() 1465 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getIntVec4Access()); in verifyIntegerVec4() 1489 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getUintVec4Access()); in verifyUnsignedIntegerVec4() 1551 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getFloatVec4Access()); in verifyBooleanVec4() 1572 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getIntVec4Access()); in verifyBooleanVec4() 1593 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getInt64Vec4Access()); in verifyBooleanVec4() 1614 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getUintVec4Access()); in verifyBooleanVec4() 1638 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getFloatVec4Access()); in verifyFloatVec4() 1671 …buf << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getIntVec4Access()… in verifyFloatVec4() 1704 …buf << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getUintVec4Access(… in verifyFloatVec4() [all …]
|
| D | glsBufferTestUtil.cpp | 101 …<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu:… in compareByteArrays() 102 …<< " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Fo… in compareByteArrays() 121 …<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu:… in compareByteArrays() 122 …<< " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Fo… in compareByteArrays()
|
| /third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
| D | ICUCurrencyDisplayInfoProvider.java | 485 UResource.Array formatArray = value.getArray(); in consumeCurrenciesEntry() local 486 formatArray.getValue(0, value); in consumeCurrenciesEntry() 488 formatArray.getValue(1, value); in consumeCurrenciesEntry() 490 formatArray.getValue(2, value); in consumeCurrenciesEntry()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ICUCurrencyDisplayInfoProvider.java | 489 UResource.Array formatArray = value.getArray(); in consumeCurrenciesEntry() local 490 formatArray.getValue(0, value); in consumeCurrenciesEntry() 492 formatArray.getValue(1, value); in consumeCurrenciesEntry() 494 formatArray.getValue(2, value); in consumeCurrenciesEntry()
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fBufferTestUtil.cpp | 103 …<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu:… in compareByteArrays() 104 …<< " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Fo… in compareByteArrays() 123 …<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu:… in compareByteArrays() 124 …<< " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Fo… in compareByteArrays()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkStrUtilImpl.inl | 4836 …s << "\tpipelineCacheUUID = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<uint8_t>(DE_ARR… 5040 …s << "\tmaxComputeWorkGroupCount = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.maxComputeWo… 5042 …s << "\tmaxComputeWorkGroupSize = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.maxComputeWor… 5051 …s << "\tmaxViewportDimensions = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.maxViewportDime… 5052 …s << "\tviewportBoundsRange = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.viewportBoundsRan… 5085 …s << "\tpointSizeRange = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.pointSizeRange), DE_AR… 5086 …s << "\tlineWidthRange = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.lineWidthRange), DE_AR… 5102 …s << "\tmemoryTypes = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.memoryTypes), DE_ARRAY_BE… 5104 …s << "\tmemoryHeaps = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.memoryHeaps), DE_ARRAY_BE… 5130 …s << "\tpipelineCacheUUID = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<uint8_t>(DE_ARR… [all …]
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglSimpleConfigCase.cpp | 71 …m_testCtx.getLog() << TestLog::Message << "Compatible configs: " << tcu::formatArray(configIds.beg… in init()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fOpaqueTypeIndexingTests.cpp | 684 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(resPtr), tcu::Format::HexIterator<deUint32>… in iterate() 686 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>… in iterate()
|
| D | es31fPrimitiveBoundingBoxTests.cpp | 245 << "Got " << tcu::formatArray(&state[0], &state[8]) in iterate() 374 << "glGetFloatv returned " << tcu::formatArray(&state[0], &state[8]) in verifyState() 408 << "glGetIntegerv returned " << tcu::formatArray(&state[0], &state[8]) in verifyState() 457 << "glGetInteger64v returned " << tcu::formatArray(&state[0], &state[8]) in verifyState()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiSurfaceTests.cpp | 706 …log << TestLog::Message << "Device " << deviceNdx << ": " << tcu::formatArray(formats.begin(), for… in querySurfaceFormatsTest() 862 …log << TestLog::Message << "Device " << deviceNdx << ": " << tcu::formatArray(modes.begin(), modes… in querySurfacePresentModesTest()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktOpaqueTypeIndexingTests.cpp | 992 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(resPtr), tcu::Format::HexIterator<deUint32>… in iterate() 994 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>… in iterate()
|
| /third_party/node/lib/internal/util/ |
| D | inspect.js | 892 formatter = formatArray; 1739 function formatArray(ctx, value, recurseTimes) { function
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fTransformFeedbackTests.cpp | 944 …log << TestLog::Message << "Transform feedback varyings: " << tcu::formatArray(m_progSpec.getTrans… in init() 1054 …terNdx].numCalls << " draw calls, (element count, TF state): " << tcu::formatArray(first, end) << … in iterate()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineSpecConstantTests.cpp | 151 …return de::toString(tcu::formatArray(tcu::Format::HexIterator<deUint8>(memoryBytePtr), tcu::Format… in memoryAsHexString()
|