Home
last modified time | relevance | path

Searched refs:ImageHeight (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpixelstore.c69 ctx->Pack.ImageHeight = param; in pixel_storei()
158 ctx->Unpack.ImageHeight = param; in pixel_storei()
270 ctx->Pack.ImageHeight = 0; in _mesa_init_pixelstore()
284 ctx->Unpack.ImageHeight = 0; in _mesa_init_pixelstore()
307 ctx->DefaultPacking.ImageHeight = 0; in _mesa_init_pixelstore()
Dimage.c139 if (packing->ImageHeight > 0) { in _mesa_image_offset()
140 rows_per_image = packing->ImageHeight; in _mesa_image_offset()
375 if (packing->ImageHeight == 0) in _mesa_image_image_stride()
378 bytesPerImage = bytesPerRow * packing->ImageHeight; in _mesa_image_image_stride()
Dtexstore.c1309 if (packing->ImageHeight) { in _mesa_compute_compressed_pixelstore()
1310 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh; in _mesa_compute_compressed_pixelstore()
Dattrib.c1148 dst->ImageHeight = src->ImageHeight; in copy_pixelstore()
Dmtypes.h1490 GLint ImageHeight; member
Dteximage.c2876 if (unpackNew->ImageHeight == 0) in strip_texture_border()
2877 unpackNew->ImageHeight = *height; in strip_texture_border()
/third_party/ffmpeg/libavcodec/
Dcfhd.h52 ImageHeight = 21, enumerator
Dcfhdenc.c592 bytestream2_put_be16(pby, ImageHeight); in cfhd_encode_frame()
Dcfhd.c420 } else if (tag == ImageHeight) { in cfhd_decode()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c122 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore()
Dst_pbo_compute.c768 pack->ImageHeight || in can_copy_direct()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp437 TEST_F(CopySplitTest, ImageHeight) { in TEST_F() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp514 TEST_P(CopySplitTest, ImageHeight) { in TEST_P() argument
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp1339 TEST_F(CopyCommandTest_CompressedTextureFormats, ImageHeight) { in TEST_F() argument