Home
last modified time | relevance | path

Searched refs:numComp (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp157 int numComp; in wrapTexelGridCoordLinear() local
162 numComp = 1; in wrapTexelGridCoordLinear()
166 numComp = 2; in wrapTexelGridCoordLinear()
170 numComp = 2; in wrapTexelGridCoordLinear()
174 numComp = 3; in wrapTexelGridCoordLinear()
178 numComp = 0; in wrapTexelGridCoordLinear()
182 for (int compNdx = 0; compNdx < numComp; ++compNdx) in wrapTexelGridCoordLinear()
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp480 int32 numComp,
1696 int32 numComp, in PmPutRow() argument
1703 uint32 pixels = numCol * numComp; in PmPutRow()