Searched refs:destPitch (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.cpp | 390 … int width, unsigned int height, unsigned int sourcePitch, unsigned int destPitch, unsigned int by… in copyBuffer() argument 397 for(unsigned int y = 0; y < height; ++y, sourceBuffer -= sourcePitch, destBuffer += destPitch) in copyBuffer() 409 for(unsigned int y = 0; y < height; ++y, sourceBuffer += sourcePitch, destBuffer += destPitch) in copyBuffer() 427 for(unsigned int y = 0; y < height; ++y, sourceBuffer -= sourcePitch, destBuffer += destPitch) in copyBuffer() 434 for(unsigned int y = 0; y < height; ++y, sourceBuffer += sourcePitch, destBuffer += destPitch) in copyBuffer() 687 unsigned int destPitch = dest->getInternalPitchB(); in stretchCube() local 708 destBytes += destPitch; in stretchCube()
|
D | Device.hpp | 91 … int width, unsigned int height, unsigned int sourcePitch, unsigned int destPitch, unsigned int by…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BlitResolveStencilNoExport.comp | 53 int destPitch; 128 destData[gl_GlobalInvocationID.y * params.destPitch + gl_GlobalInvocationID.x] = outStencils;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BlitResolveStencilNoExport.comp | 53 int destPitch; 125 destData[gl_GlobalInvocationID.y * params.destPitch + gl_GlobalInvocationID.x] = outStencils;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/ |
D | BlitResolveStencilNoExport.comp.00000003.inc | 153 // int destPitch; 204 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
|
D | BlitResolveStencilNoExport.comp.00000002.inc | 149 // int destPitch; 200 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
|
D | BlitResolveStencilNoExport.comp.00000000.inc | 156 // int destPitch; 211 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
|
D | BlitResolveStencilNoExport.comp.00000001.inc | 161 // int destPitch; 216 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/ |
D | BlitResolveStencilNoExport.comp.00000002.inc | 101 // int destPitch; 155 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
|
D | BlitResolveStencilNoExport.comp.00000000.inc | 106 // int destPitch; 164 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
|
D | BlitResolveStencilNoExport.comp.00000003.inc | 103 // int destPitch; 157 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
|
D | BlitResolveStencilNoExport.comp.00000001.inc | 109 // int destPitch; 167 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.h | 253 int32_t destPitch = 0; member
|
D | UtilsVk.cpp | 1206 shaderParams.destPitch = bufferRowLengthInUints; in stencilBlitResolveNoShaderExport()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 942 int destPitch; member 956 unsigned char *dest = destStart + y * rect.destPitch; in Transfer() 1315 rect.destPitch = getPitch(); in loadImageData() 1646 rect.destPitch = getStencilPitchB(); in loadStencilData()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 2166 uint32 destPitch; member
|