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_pipe_count
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_util.c
149
const uint32_t
max_pipe_count
= 32; /* A6xx */
local
158
while (fb->pipe_count.width * fb->pipe_count.height >
max_pipe_count
) {
175
const uint32_t
max_pipe_count
= 32; /* A6xx */
local
183
assert(used_pipe_count <=
max_pipe_count
);
184
assert(
max_pipe_count
<= ARRAY_SIZE(fb->pipe_config));
207
sizeof(uint32_t) * (
max_pipe_count
- used_pipe_count));
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_cmd_buffer.c
184
const uint32_t
max_pipe_count
= 32; /* A6xx */
local
194
while (tiling->pipe_count.height >
max_pipe_count
) {
203
max_pipe_count
) {
215
const uint32_t
max_pipe_count
= 32; /* A6xx */
local
223
assert(used_pipe_count <=
max_pipe_count
);
224
assert(
max_pipe_count
<= ARRAY_SIZE(tiling->pipe_config));
247
sizeof(uint32_t) * (
max_pipe_count
- used_pipe_count));
Completed in 6 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026