OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAGE_UB_ROWS_TIMES_1_5
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_limits.h
70
#define
PAGE_UB_ROWS_TIMES_1_5
((PAGE_UB_ROWS * 3) >> 1)
72
#define PAGE_CACHE_MINUS_1_5_UB_ROWS (PAGE_CACHE_UB_ROWS -
PAGE_UB_ROWS_TIMES_1_5
)
v3dv_image.c
54
if (height_offset_in_pc <
PAGE_UB_ROWS_TIMES_1_5
) {
59
return
PAGE_UB_ROWS_TIMES_1_5
- height_offset_in_pc;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_resource.c
481
#define
PAGE_UB_ROWS_TIMES_1_5
((PAGE_UB_ROWS * 3) >> 1)
483
#define PAGE_CACHE_MINUS_1_5_UB_ROWS (PAGE_CACHE_UB_ROWS -
PAGE_UB_ROWS_TIMES_1_5
)
506
if (height_offset_in_pc <
PAGE_UB_ROWS_TIMES_1_5
) {
511
return
PAGE_UB_ROWS_TIMES_1_5
- height_offset_in_pc;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_resource.c
421
#define
PAGE_UB_ROWS_TIMES_1_5
((PAGE_UB_ROWS * 3) >> 1)
423
#define PAGE_CACHE_MINUS_1_5_UB_ROWS (PAGE_CACHE_UB_ROWS -
PAGE_UB_ROWS_TIMES_1_5
)
446
if (height_offset_in_pc <
PAGE_UB_ROWS_TIMES_1_5
) {
451
return
PAGE_UB_ROWS_TIMES_1_5
- height_offset_in_pc;
Completed in 9 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026