OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_2d_length
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_device.h
54
unsigned
max_2d_length
;
member in struct:stw_device
stw_ext_pbuffer.c
148
if (iWidth > stw_dev->
max_2d_length
) {
150
iWidth = stw_dev->
max_2d_length
;
157
if (iHeight > stw_dev->
max_2d_length
) {
159
iHeight = stw_dev->
max_2d_length
;
stw_ext_pixelformat.c
258
*pvalue = stw_dev->
max_2d_length
;
262
*pvalue = stw_dev->
max_2d_length
* stw_dev->
max_2d_length
;
stw_device.c
126
stw_dev->
max_2d_length
= 1 << (stw_dev->max_2d_levels - 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_device.h
59
unsigned
max_2d_length
;
member in struct:stw_device
stw_ext_pbuffer.c
147
if (iWidth > stw_dev->
max_2d_length
) {
149
iWidth = stw_dev->
max_2d_length
;
156
if (iHeight > stw_dev->
max_2d_length
) {
158
iHeight = stw_dev->
max_2d_length
;
stw_ext_pixelformat.c
258
*pvalue = stw_dev->
max_2d_length
;
262
*pvalue = stw_dev->
max_2d_length
* stw_dev->
max_2d_length
;
stw_device.c
98
stw_dev->
max_2d_length
= screen->get_param(screen,
Completed in 32 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026