Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp597 typedef tcu::Vector<ColorScalarType, 4> ColorVec; in verifyGatherOffsets() typedef
616 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py); in verifyGatherOffsets()
617 …const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNd… in verifyGatherOffsets()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp626 typedef tcu::Vector<ColorScalarType, 4> ColorVec; in verifyGatherOffsets() typedef
645 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py); in verifyGatherOffsets()
646 …const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNd… in verifyGatherOffsets()