OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:height_ub
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_image.c
45
uint32_t
height_ub
= height / uif_block_h;
local
47
uint32_t height_offset_in_pc =
height_ub
% PAGE_CACHE_UB_ROWS;
56
if (
height_ub
< PAGE_CACHE_UB_ROWS)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_resource.c
497
uint32_t
height_ub
= height / uif_block_h;
local
499
uint32_t height_offset_in_pc =
height_ub
% PAGE_CACHE_UB_ROWS;
508
if (
height_ub
< PAGE_CACHE_UB_ROWS)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_resource.c
437
uint32_t
height_ub
= height / uif_block_h;
local
439
uint32_t height_offset_in_pc =
height_ub
% PAGE_CACHE_UB_ROWS;
448
if (
height_ub
< PAGE_CACHE_UB_ROWS)
Completed in 8 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026