Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp378 const auto numComp = tcu::getNumUsedChannels(mapVkFormat(params.textureFormat).order); in getExpectedColor() local
382 DE_ASSERT(numComp >= 0 && numComp <= 4); in getExpectedColor()
388 for (int i = 0; i < numComp; ++i) in getExpectedColor()
391 if (numComp < 4) in getExpectedColor()
403 for (int i = 0; i < numComp; ++i) in getExpectedColor()
406 if (numComp < 4) in getExpectedColor()
420 for (int i = 0; i < numComp; ++i) in getExpectedColor()
423 if (numComp < 4) in getExpectedColor()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp480 int32 numComp,
1696 int32 numComp, in PmPutRow() argument
1703 uint32 pixels = numCol * numComp; in PmPutRow()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c519 unsigned name, unsigned numComp,
3792 VGPU10_OPERAND_NUM_COMPONENTS numComp, in emit_input_declaration() argument
3822 assert(numComp <= VGPU10_OPERAND_4_COMPONENT); in emit_input_declaration()
3852 operand0.numComponents = numComp; in emit_input_declaration()
5142 unsigned numComp, selMode; in emit_gs_input_declarations() local
5151 numComp = VGPU10_OPERAND_4_COMPONENT; in emit_gs_input_declarations()
5164 numComp = VGPU10_OPERAND_0_COMPONENT; in emit_gs_input_declarations()
5183 numComp, selMode, in emit_gs_input_declarations()