/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | OpenTypeTableWriter.java | 27 OpenTypeTableDumper(short[] data, int outputIndex) in OpenTypeTableDumper() argument 30 tableLength = outputIndex; in OpenTypeTableDumper() 72 protected int outputIndex; field in OpenTypeTableWriter 77 outputIndex = 0; in OpenTypeTableWriter() 87 return outputIndex; in getOutputIndex() 92 if (outputIndex >= data.length) in writeData() 101 data[outputIndex] = (short) value; in writeData() 102 outputIndex += 1; in writeData() 119 data[offset] = (short) ((outputIndex - base) * 2); in fixOffset() 124 OpenTypeTableDumper dumper = new OpenTypeTableDumper(data, outputIndex); in dumpTable()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | NDKExtractor.cpp | 149 ssize_t outputIndex = AMediaCodec_dequeueOutputBuffer(codec, &info, 0); in decode() local 151 if (outputIndex >= 0){ in decode() 161 … uint8_t *outputBuffer = AMediaCodec_getOutputBuffer(codec, outputIndex, &outputSize); in decode() 172 AMediaCodec_releaseOutputBuffer(codec, outputIndex, false); in decode() 176 switch(outputIndex){ in decode()
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 534.wgsl.expected.spvasm | 36 OpName %outputIndex "outputIndex" 119 %outputIndex = OpVariable %_ptr_Function_uint Function %82 208 OpStore %outputIndex %121 213 %127 = OpLoad %uint %outputIndex 218 %130 = OpLoad %uint %outputIndex
|
D | 534.wgsl.expected.glsl | 47 uint outputIndex = ((GlobalInvocationID.y * uint(size.x)) + GlobalInvocationID.x); 49 tint_symbol.result[outputIndex] = uint(1); 51 tint_symbol.result[outputIndex] = uint(0);
|
D | 534.wgsl.expected.wgsl | 43 var outputIndex : u32 = ((GlobalInvocationID.y * u32(size.x)) + GlobalInvocationID.x); 45 output.result[outputIndex] = u32(1); 47 output.result[outputIndex] = u32(0);
|
D | 534.wgsl | 42 var outputIndex : u32 = GlobalInvocationID.y * u32(size.x) + GlobalInvocationID.x; 44 output.result[outputIndex] = u32(1); 46 output.result[outputIndex] = u32(0);
|
D | 534.wgsl.expected.msl | 34 uint outputIndex = ((GlobalInvocationID[1] * uint(size[0])) + GlobalInvocationID[0]); 36 (*(tint_symbol_4)).result[outputIndex] = uint(1); 38 (*(tint_symbol_4)).result[outputIndex] = uint(0);
|
D | 534.wgsl.expected.hlsl | 44 uint outputIndex = ((GlobalInvocationID.y * uint(size.x)) + GlobalInvocationID.x); 46 output.Store((4u * outputIndex), asuint(uint(1))); 48 output.Store((4u * outputIndex), asuint(uint(0)));
|
D | 913.wgsl.expected.msl | 40 uint const outputIndex = ((GlobalInvocationID[1] * uint(dstSize[0])) + GlobalInvocationID[0]); 42 (*(tint_symbol_4)).result[outputIndex] = 1u; 44 (*(tint_symbol_4)).result[outputIndex] = 0u;
|
D | 913.wgsl.expected.wgsl | 49 let outputIndex : u32 = ((GlobalInvocationID.y * u32(dstSize.x)) + GlobalInvocationID.x); 51 output.result[outputIndex] = 1u; 53 output.result[outputIndex] = 0u;
|
D | 913.wgsl.expected.hlsl | 81 const uint outputIndex = ((GlobalInvocationID.y * uint(dstSize.x)) + GlobalInvocationID.x); 83 output.Store((4u * outputIndex), asuint(1u)); 85 output.Store((4u * outputIndex), asuint(0u));
|
D | 913.wgsl.expected.glsl | 87 uint outputIndex = ((GlobalInvocationID.y * uint(dstSize.x)) + GlobalInvocationID.x); 89 tint_symbol.result[outputIndex] = 1u; 91 tint_symbol.result[outputIndex] = 0u;
|
D | 913.wgsl | 63 let outputIndex : u32 = GlobalInvocationID.y * u32(dstSize.x) + 66 output.result[outputIndex] = 1u; 68 output.result[outputIndex] = 0u;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 352 SDL_DXGIGetOutputInfo(int displayIndex, int *adapterIndex, int *outputIndex) in SDL_DXGIGetOutputInfo() argument 356 if (outputIndex) *outputIndex = -1; in SDL_DXGIGetOutputInfo() 373 if (!outputIndex) { in SDL_DXGIGetOutputInfo() 379 *outputIndex = -1; in SDL_DXGIGetOutputInfo() 401 *outputIndex = nOutput; in SDL_DXGIGetOutputInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramExecutable.cpp | 401 for (size_t outputIndex = 0; outputIndex < outputCount; ++outputIndex) in load() local 412 for (size_t outputIndex = 0; outputIndex < outputVarCount; ++outputIndex) in load() local 425 for (size_t outputIndex = 0; outputIndex < outputTypeCount; ++outputIndex) in load() local 439 for (size_t outputIndex = 0; outputIndex < secondaryOutputVarCount; ++outputIndex) in load() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtvideo.cpp | 212 WINRT_AddDisplaysForOutput (_THIS, IDXGIAdapter1 * dxgiAdapter1, int outputIndex) in WINRT_AddDisplaysForOutput() argument 226 hr = dxgiAdapter1->EnumOutputs(outputIndex, &dxgiOutput); in WINRT_AddDisplaysForOutput() 335 for (int outputIndex = 0; ; ++outputIndex) { in WINRT_AddDisplaysForAdapter() local 336 if (WINRT_AddDisplaysForOutput(_this, dxgiAdapter1, outputIndex) < 0) { in WINRT_AddDisplaysForAdapter() 352 if (adapterIndex == 0 && outputIndex == 0) { in WINRT_AddDisplaysForAdapter()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DynamicHLSL.cpp | 105 if (outputVar.outputLocation == location && outputVar.outputIndex == index) in FindOutputAtLocation() 300 size_t outputIndex = 0; in generatePixelShaderForOutputSignature() local 309 outputIndex = in generatePixelShaderForOutputSignature() 310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature() 314 : FindOutputAtLocation(outputVariables, location, outputIndex); in generatePixelShaderForOutputSignature() 1267 outputKeyVariable.outputIndex = 1; in getPixelShaderOutputKey() 1340 outputKeyVariable.outputIndex = 1; in getPixelShaderOutputKey()
|
D | DynamicHLSL.h | 75 outputIndex(outputIndexIn) in PixelShaderOutputVariable() 82 size_t outputIndex = 0; member
|
D | ProgramD3D.cpp | 84 maxIndex = std::max(maxIndex, outputVar.outputIndex); in GetMaxOutputIndex() 1157 stream->readInt(&mPixelShaderKey[pixelShaderKeyIndex].outputIndex); in load() 1216 for (size_t outputIndex = 0; outputIndex < outputCount; outputIndex++) in loadBinaryShaderExecutables() local 1218 stream->readInt(&outputs[outputIndex]); in loadBinaryShaderExecutables() 1447 stream->writeInt(variable.outputIndex); in save() 1481 for (size_t outputIndex = 0; outputIndex < outputs.size(); outputIndex++) in save() local 1483 stream->writeInt(outputs[outputIndex]); in save()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DynamicHLSL.cpp | 105 if (outputVar.outputLocation == location && outputVar.outputIndex == index) in FindOutputAtLocation() 300 size_t outputIndex = 0; in generatePixelShaderForOutputSignature() local 309 outputIndex = in generatePixelShaderForOutputSignature() 310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature() 314 : FindOutputAtLocation(outputVariables, location, outputIndex); in generatePixelShaderForOutputSignature() 1226 outputKeyVariable.outputIndex = 1; in getPixelShaderOutputKey() 1293 outputKeyVariable.outputIndex = 1; in getPixelShaderOutputKey()
|
D | DynamicHLSL.h | 76 outputIndex(outputIndexIn) in PixelShaderOutputVariable() 83 size_t outputIndex = 0; member
|
D | ProgramD3D.cpp | 78 maxIndex = std::max(maxIndex, outputVar.outputIndex); in GetMaxOutputIndex() 1113 stream->readInt(&mPixelShaderKey[pixelShaderKeyIndex].outputIndex); in load() 1173 for (size_t outputIndex = 0; outputIndex < outputCount; outputIndex++) in loadBinaryShaderExecutables() local 1175 stream->readInt(&outputs[outputIndex]); in loadBinaryShaderExecutables() 1395 stream->writeInt(variable.outputIndex); in save() 1429 for (size_t outputIndex = 0; outputIndex < outputs.size(); outputIndex++) in save() local 1431 stream->writeInt(outputs[outputIndex]); in save()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_system.h | 74 …EC SDL_bool SDLCALL SDL_DXGIGetOutputInfo( int displayIndex, int *adapterIndex, int *outputIndex );
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 4898 for (unsigned int outputIndex = 0; outputIndex < outputCount; ++outputIndex) in deserialize() local 4909 for (unsigned int outputIndex = 0; outputIndex < outputVarCount; ++outputIndex) in deserialize() local 4920 for (unsigned int outputIndex = 0; outputIndex < secondaryOutputVarCount; ++outputIndex) in deserialize() local 4930 for (unsigned int outputIndex = 0; outputIndex < outputTypeCount; ++outputIndex) in deserialize() local
|
/third_party/mindspore/patches/ |
D | 0015-train-0003.patch | 1553 + if ((in_nums > 0 && node->inputIndex.size() != in_nums) || node->outputIndex.size() != out_nums)… 1558 + std::all_of(node->outputIndex.begin(), node->outputIndex.end(), 1574 + (void)tensor_indexes.insert(tensor_indexes.end(), node->outputIndex.begin(), node->outputIndex.e… 1632 + auto out_shape = graph->allTensors[node->outputIndex.front()]->dims; 1641 + if (node->inputIndex.size() != 1 || node->outputIndex.size() != kSplitOutSize) { 1645 + auto out_shape0 = graph->allTensors[node->outputIndex[0]]->dims; 1646 + auto out_shape1 = graph->allTensors[node->outputIndex[1]]->dims; 1647 + auto out_shape2 = graph->allTensors[node->outputIndex[kInputSize1]]->dims; 1667 + auto out_shape = graph->allTensors[node->outputIndex.front()]->dims; 1740 + auto out_shape = graph->allTensors[node->outputIndex.back()]->dims; [all …]
|