Home
last modified time | relevance | path

Searched defs:IntPixelSetter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrViewTests.cpp430 struct IntPixelSetter : public PixelSetter struct
432 IntPixelSetter(const tcu::PixelBufferAccess &access) : PixelSetter(access) in IntPixelSetter() argument
435 void setPixel(const tcu::Vec4 &rawValues, int x, int y, int z) const override in setPixel()