Searched refs:ImageHeight (Results 1 – 14 of 14) sorted by relevance
69 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()
139 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()
1309 if (packing->ImageHeight) { in _mesa_compute_compressed_pixelstore()1310 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh; in _mesa_compute_compressed_pixelstore()
1148 dst->ImageHeight = src->ImageHeight; in copy_pixelstore()
1490 GLint ImageHeight; member
2876 if (unpackNew->ImageHeight == 0) in strip_texture_border()2877 unpackNew->ImageHeight = *height; in strip_texture_border()
52 ImageHeight = 21, enumerator
592 bytestream2_put_be16(pby, ImageHeight); in cfhd_encode_frame()
420 } else if (tag == ImageHeight) { in cfhd_decode()
122 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore()
768 pack->ImageHeight || in can_copy_direct()
437 TEST_F(CopySplitTest, ImageHeight) { in TEST_F() argument
514 TEST_P(CopySplitTest, ImageHeight) { in TEST_P() argument
1339 TEST_F(CopyCommandTest_CompressedTextureFormats, ImageHeight) { in TEST_F() argument