OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RowLength
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
pixelstore.c
61
ctx->Pack.
RowLength
= param;
150
ctx->Unpack.
RowLength
= param;
268
ctx->Pack.
RowLength
= 0;
282
ctx->Unpack.
RowLength
= 0;
303
ctx->DefaultPacking.
RowLength
= 0;
image.c
133
if (packing->
RowLength
> 0) {
134
pixels_per_row = packing->
RowLength
;
303
if (packing->
RowLength
== 0) {
307
bytesPerRow = (packing->
RowLength
+ 7) / 8;
315
if (packing->
RowLength
== 0) {
319
bytesPerRow = bytesPerPixel * packing->
RowLength
;
351
if (packing->
RowLength
== 0) {
355
bytesPerRow = (packing->
RowLength
+ 7) / 8;
363
if (packing->
RowLength
== 0) {
367
bytesPerRow = bytesPerPixel * packing->
RowLength
;
[
all
...]
texcompress_s3tc.c
61
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
113
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
169
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
224
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
texstore.c
1289
if (packing->
RowLength
) {
1291
((packing->
RowLength
+ bw - 1) / bw);
attrib.c
1290
dst->
RowLength
= src->
RowLength
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
pixelstore.c
60
ctx->Pack.
RowLength
= param;
145
ctx->Unpack.
RowLength
= param;
263
ctx->Pack.
RowLength
= 0;
278
ctx->Unpack.
RowLength
= 0;
300
ctx->DefaultPacking.
RowLength
= 0;
image.c
133
if (packing->
RowLength
> 0) {
134
pixels_per_row = packing->
RowLength
;
303
if (packing->
RowLength
== 0) {
307
bytesPerRow = (packing->
RowLength
+ 7) / 8;
315
if (packing->
RowLength
== 0) {
319
bytesPerRow = bytesPerPixel * packing->
RowLength
;
351
if (packing->
RowLength
== 0) {
355
bytesPerRow = (packing->
RowLength
+ 7) / 8;
363
if (packing->
RowLength
== 0) {
367
bytesPerRow = bytesPerPixel * packing->
RowLength
;
[
all
...]
texcompress_s3tc.c
61
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
113
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
166
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
218
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
texstore.c
1291
if (packing->
RowLength
) {
1293
((packing->
RowLength
+ bw - 1) / bw);
attrib.c
1545
dst->
RowLength
= src->
RowLength
;
texcompress_fxt1.c
70
ALIGN(srcPacking->
RowLength
, srcPacking->Alignment) != srcWidth ||
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c
121
if (pack->
RowLength
> 0) {
122
dst_rowstride = pack->
RowLength
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c
121
if (pack->
RowLength
> 0) {
122
dst_rowstride = pack->
RowLength
;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_pixel_read.c
102
(pack->
RowLength
!= 0 && pack->
RowLength
!= width) ||
198
pack->Alignment, pack->
RowLength
, pack->SkipPixels,
brw_tex_image.c
215
(packing->
RowLength
!= 0 && packing->
RowLength
!= width) ||
285
packing->Alignment, packing->
RowLength
, packing->SkipPixels,
763
(packing->
RowLength
!= 0 && packing->
RowLength
!= width) ||
834
packing->Alignment, packing->
RowLength
, packing->SkipPixels,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_pixel_read.c
102
(pack->
RowLength
!= 0 && pack->
RowLength
!= width) ||
198
pack->Alignment, pack->
RowLength
, pack->SkipPixels,
intel_tex_image.c
215
(packing->
RowLength
!= 0 && packing->
RowLength
!= width) ||
285
packing->Alignment, packing->
RowLength
, packing->SkipPixels,
711
(packing->
RowLength
!= 0 && packing->
RowLength
!= width) ||
782
packing->Alignment, packing->
RowLength
, packing->SkipPixels,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_drawpixels.c
498
if ((unpack->
RowLength
!= 0 && unpack->
RowLength
!= width) ||
578
if ((unpack->
RowLength
== 0 || unpack->
RowLength
== width) &&
1204
if (unpack->
RowLength
== 0)
1205
unpack->
RowLength
= *width;
st_pbo.c
138
unsigned pixels_per_row = store->
RowLength
> 0 ?
139
store->
RowLength
: addr->width;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_drawpixels.c
499
if ((unpack->
RowLength
!= 0 && unpack->
RowLength
!= width) ||
579
if ((unpack->
RowLength
== 0 || unpack->
RowLength
== width) &&
1191
if (unpack->
RowLength
== 0)
1192
unpack->
RowLength
= *width;
st_pbo.c
136
unsigned pixels_per_row = store->
RowLength
> 0 ?
137
store->
RowLength
: addr->width;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_dd.c
394
const int
rowLength
= clippedUnpack.
RowLength
;
411
+ ((srcY + h - 1) *
rowLength
+ srcX) * 4;
418
ximage.bytes_per_line = -
rowLength
* 4; /* negative to flip image */
526
const int
rowLength
= clippedUnpack.
RowLength
;
542
+ ((srcY + h - 1) *
rowLength
+ srcX) * 2;
549
ximage.bytes_per_line = -
rowLength
* 2; /* negative to flip image */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
xm_dd.c
387
const int
rowLength
= clippedUnpack.
RowLength
;
404
+ ((srcY + h - 1) *
rowLength
+ srcX) * 4;
411
ximage.bytes_per_line = -
rowLength
* 4; /* negative to flip image */
519
const int
rowLength
= clippedUnpack.
RowLength
;
535
+ ((srcY + h - 1) *
rowLength
+ srcX) * 2;
542
ximage.bytes_per_line = -
rowLength
* 2; /* negative to flip image */
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
198
{ GL_PACK_ROW_LENGTH, CONTEXT_INT(Pack.
RowLength
), NO_EXTRA },
201
{ GL_UNPACK_ROW_LENGTH, CONTEXT_INT(Unpack.
RowLength
), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
197
{ GL_PACK_ROW_LENGTH, CONTEXT_INT(Pack.
RowLength
), NO_EXTRA },
200
{ GL_UNPACK_ROW_LENGTH, CONTEXT_INT(Unpack.
RowLength
), NO_EXTRA },
Completed in 39 milliseconds
1
2
Indexes created Wed Jul 29 00:25:28 UTC 2026