Searched defs:sourceSize (Results 1 – 12 of 12) sorted by relevance
/external/zstd/lib/compress/ |
D | hist.c | 68 const void* source, size_t sourceSize, in HIST_count_parallel_wksp() 141 const void* source, size_t sourceSize, in HIST_countFast_wksp() 155 const void* source, size_t sourceSize, in HIST_count_wksp() 169 const void* source, size_t sourceSize) in HIST_countFast()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Blit11.cpp | 55 const gl::Extents &sourceSize, in StretchedBlitNearest_RowByRow() 87 const gl::Extents &sourceSize, in StretchedBlitNearest_PixelByPixel() 133 const gl::Extents &sourceSize, in StretchedBlitNearest() 218 const gl::Extents &sourceSize, in CopyDepthStencil() 267 const gl::Extents &sourceSize, in BlitD24S8ToD32F() 305 const gl::Extents &sourceSize, in BlitD32FS8ToD32F() 362 const gl::Extents &sourceSize, in GenerateVertexCoords() 386 const gl::Extents &sourceSize, in Write2DVertices() 412 const gl::Extents &sourceSize, in Write3DVertices() 915 const gl::Extents &sourceSize, in copyTexture() [all …]
|
D | Renderer11.cpp | 2512 gl::Extents sourceSize(sourceRenderTarget->getWidth(), sourceRenderTarget->getHeight(), 1); in copyImageInternal() local
|
D | TextureStorage11.cpp | 670 gl::Extents sourceSize(source->getWidth(), source->getHeight(), source->getDepth()); in generateMipmap() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 362 gl::Extents sourceSize(sourceDesc.Width, sourceDesc.Height, 1); in copy() local 387 const gl::Extents &sourceSize, in formatConvert() 614 const gl::Extents &sourceSize, in setViewportAndShaderConstants()
|
/external/zstd/tests/fuzz/ |
D | dictionary_loader.c | 28 void const* source, size_t sourceSize, in compress()
|
/external/brotli/java/org/brotli/enc/ |
D | PreparedDictionaryGenerator.java | 61 int sourceSize = src.capacity(); in generate() local
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 477 gl::Extents sourceSize = readAttachment->getSize(); in blitColorBufferWithShader() local 579 const gl::Extents &sourceSize, in copySubTexture() 697 const gl::Extents &sourceSize, in copySubTextureCPUReadback()
|
/external/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 1049 int32_t sourceSize = source->size(); in setAdd() local
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2441 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor() local 2455 unsigned int sourceSize = getNumColumns(sourceArg) * getNumRows(sourceArg); in createConstructor() local
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 2441 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor() local 2455 unsigned int sourceSize = getNumColumns(sourceArg) * getNumRows(sourceArg); in createConstructor() local
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 4616 int sourceSize = atoi(sourceSizeFromEnv.c_str()); local
|