Home
last modified time | relevance | path

Searched refs:outputArray (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
DrrShadingContext.hpp40 …const GenericVec4* varying1, const GenericVec4* varying2, GenericVec4* outputArray, GenericVec4* o…
43 GenericVec4* const outputArray; //!< Fragment output array member
61 context.outputArray[outputNdx + context.numFragmentOutputs*(fragNdx + packetNdx*4)] = value; in writeFragmentOutput()
71 context.outputArray[outputNdx + context.numFragmentOutputs*(fragNdx + packetNdx*4)] = value; in writeFragmentOutputDualSource()
DrrShadingContext.cpp30 : outputArray (outputArray_) in FragmentShadingContext()
/third_party/node/test/fixtures/wpt/encoding/streams/
Ddecode-ignore-bom.any.js18 const outputArray = await readableStreamToArray(readable.pipeThrough(
20 return outputArray.join('');
/third_party/node/deps/v8/src/builtins/
Darray-map.tq13 const outputArray = Cast<JSReceiver>(result) otherwise unreachable;
19 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, kZero,
30 const outputArray = Cast<JSReceiver>(array) otherwise unreachable;
35 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, numberK,
46 const outputArray = Cast<JSReceiver>(array) otherwise unreachable;
56 FastCreateDataProperty(outputArray, numberK, result);
62 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, numberK,
Darray-filter.tq20 const outputArray = Cast<JSReceiver>(array) otherwise unreachable;
26 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, numberK,
40 const outputArray = Cast<JSReceiver>(array) otherwise unreachable;
50 FastCreateDataProperty(outputArray, numberTo, valueK);
57 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, numberK,
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2212 computeTightBounds(outputArray?: Rect): Rect;
2280 getBounds(outputArray?: Rect): Rect;
2294 getPoint(index: number, outputArray?: Point): Point;
2720 bounds(outputArray?: Rect): Rect;