Searched defs:pixelPtr (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/src/codec/ |
| D | SkSampledCodec.cpp | 290 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/ |
| D | vktRenderPassDepthStencilResolveTests.cpp | 167 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/ |
| D | vktSampleVerifierUtil.cpp | 777 void convertNormalizedFormat (const void* pixelPtr, in convertNormalizedFormat() 912 void convertFloatFormat (const void* pixelPtr, in convertFloatFormat() 953 void convertFormat (const void* pixelPtr, in convertFormat()
|
| D | vktSampleVerifier.cpp | 99 const void* pixelPtr = DE_NULL; in fetchTexelWrapped() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktSampleVerifierUtil.cpp | 777 void convertNormalizedFormat (const void* pixelPtr, in convertNormalizedFormat() 912 void convertFloatFormat (const void* pixelPtr, in convertFloatFormat() 953 void convertFormat (const void* pixelPtr, in convertFormat()
|
| D | vktSampleVerifier.cpp | 99 const void* pixelPtr = DE_NULL; in fetchTexelWrapped() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassDepthStencilResolveTests.cpp | 167 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/ |
| D | tcuTexture.cpp | 1118 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/ |
| D | D3D12Sample.cpp | 1043 char* pixelPtr = rowPtr; in InitD3D() local
|