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_x_supertile
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_meta_common.h
65
uint32_t
max_x_supertile
;
member in struct:v3dv_meta_framebuffer
v3dvx_meta_common.c
193
const uint32_t max_x = framebuffer->
max_x_supertile
;
1348
fb->
max_x_supertile
= (tiling->width - 1) / supertile_w_in_pixels;
v3dvx_cmd_buffer.c
683
const uint32_t
max_x_supertile
= max_render_x / supertile_w_in_pixels;
local
687
for (int x = min_x_supertile; x <=
max_x_supertile
; x++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3dx_rcl.c
782
uint32_t
max_x_supertile
= 0;
local
785
max_x_supertile
= (job->draw_max_x - 1) / supertile_w_in_pixels;
790
for (int x = min_x_supertile; x <=
max_x_supertile
; x++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3dx_rcl.c
664
uint32_t
max_x_supertile
= 0;
local
667
max_x_supertile
= (job->draw_max_x - 1) / supertile_w_in_pixels;
672
for (int x = min_x_supertile; x <=
max_x_supertile
; x++) {
Completed in 10 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026