Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkSampledCodec.cpp290 void* pixelPtr = pixels; in sampledDecode() local
315 void* pixelPtr = SkTAddOffset<void>(pixels, in sampledDecode() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp167 float get16bitDepthComponent(deUint8* pixelPtr) in get16bitDepthComponent()
173 float get24bitDepthComponent(deUint8* pixelPtr) in get24bitDepthComponent()
182 float get32bitDepthComponent(deUint8* pixelPtr) in get32bitDepthComponent()
1063 deUint8* pixelPtr = static_cast<deUint8*>(m_bufferMemory->getHostPtr()); in verifyDepth() local
1150 deUint8* pixelPtr = static_cast<deUint8*>(m_bufferMemory->getHostPtr()); in verifyStencil() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp777 void convertNormalizedFormat (const void* pixelPtr, in convertNormalizedFormat()
912 void convertFloatFormat (const void* pixelPtr, in convertFloatFormat()
953 void convertFormat (const void* pixelPtr, in convertFormat()
DvktSampleVerifier.cpp99 const void* pixelPtr = DE_NULL; in fetchTexelWrapped() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.cpp777 void convertNormalizedFormat (const void* pixelPtr, in convertNormalizedFormat()
912 void convertFloatFormat (const void* pixelPtr, in convertFloatFormat()
953 void convertFormat (const void* pixelPtr, in convertFormat()
DvktSampleVerifier.cpp99 const void* pixelPtr = DE_NULL; in fetchTexelWrapped() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp167 float get16bitDepthComponent(deUint8* pixelPtr) in get16bitDepthComponent()
173 float get24bitDepthComponent(deUint8* pixelPtr) in get24bitDepthComponent()
182 float get32bitDepthComponent(deUint8* pixelPtr) in get32bitDepthComponent()
1063 deUint8* pixelPtr = static_cast<deUint8*>(m_bufferMemory->getHostPtr()); in verifyDepth() local
1150 deUint8* pixelPtr = static_cast<deUint8*>(m_bufferMemory->getHostPtr()); in verifyStencil() local
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1118 const deUint8* pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixel() local
1209 static tcu::Vector<T, 4> getPixelIntGeneric (const deUint8* pixelPtr, const tcu::TextureFormat& for… in getPixelIntGeneric()
1244 static U64Vec4 getPixelAsBitsUint64 (const deUint8* pixelPtr, const tcu::TextureFormat& format) in getPixelAsBitsUint64()
1287 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixelInt() local
1372 auto pixelPtr = reinterpret_cast<const deUint8*>(getPixelPtr(x, y, z)); in getPixelInt64() local
1384 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixelBitsAsUint64() local
1467 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixDepth() local
1499 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixStencil() local
1532 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixel() local
1684 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixel() local
[all …]
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp1043 char* pixelPtr = rowPtr; in InitD3D() local