Searched refs:ColorVec (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 581 typedef tcu::Vector<ColorScalarType, 4> ColorVec; in verifyGatherOffsets() typedef 600 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py); in verifyGatherOffsets() 601 …const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNd… in verifyGatherOffsets()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 626 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()
|