Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
DBaseDecoderTest.cpp79 void BaseDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) { in DecodeFrame()
DBaseThreadDecoderTest.cpp174 void BaseThreadDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) { in DecodeFrame()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp1290 const UINT_32 sliceSize = pIn->pitch * pIn->height * 4 / (8 * 8); in ComputeHtileInfo() local
2581 const UINT_64 sliceSize = static_cast<UINT_64>(pitch) * height; in ComputeSurfaceAddrFromCoordLinear() local
2619 const UINT_64 sliceSize = static_cast<UINT_64>(pitch) * height; in ComputeSurfaceCoordFromAddrLinear() local
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp3704 … const UINT_64 sliceSize = static_cast<UINT_64>(pitch) * height * (pIn->bpp >> 3); in ComputeSurfaceInfoMacroTiled() local
4487 …const UINT_64 sliceSize = isThin ? localOut.sliceSize : (localOut.sliceSize * localOut.blockSlices… in ComputeSurfaceAddrFromCoordMacroTiled() local
4737 UINT_64 sliceSize = 0; in HwlComputeSurfaceInfoLinear() local
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h608 UINT_64 sliceSize; ///< Size of slice specified by input's slice member
914 UINT_64 sliceSize; ///< Slice size, in bytes. member
1133 UINT_64 sliceSize; ///< Slice size, in bytes. member
1338 UINT_64 sliceSize; ///< Size of slice in bytes member
2499 UINT_64 sliceSize; ///< Slice (total mip chain) size in bytes member
2733 UINT_32 sliceSize; ///< Metadata size within one slice, member
2781 UINT_32 sliceSize; ///< Slice size, in bytes. member
2989 UINT_32 sliceSize; ///< Slice size, in bytes. member
3219 UINT_32 sliceSize; ///< Size of slice in bytes member
3650 UINT_64 sliceSize; ///< Slice size of a mip chain member
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp301 constexpr size_t sliceSize = bufferSize / subDataCount; in TEST_P() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp211 uint32_t sliceSize = rowPitch * (copySize.height / blockHeight - 1) + in ComputeTextureCopyBufferSize() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp299 constexpr size_t sliceSize = bufferSize / subDataCount; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp499 size_t sliceSize = copyExtent.height * srcRowPitch; in copySingleAspectTo() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderApiTests.cpp107 const size_t sliceSize = in.length() / numSlices; in sliceSourceString() local
/third_party/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp1693 UINT_64 sliceSize; in HwlGetSizeAdjustmentLinear() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderApiTests.cpp124 const size_t sliceSize = in.length() / numSlices; in sliceSourceString() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationCL.cpp2734 const size_t sliceSize = imageHeight * rowPitch; in ValidateCreateImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp319 const tcu::IVec3 sliceSize (srcAccess.getWidth(), sliceHeight, sliceDepth); in writeTextureLevelPyramidData() local