OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TC_SLOTS_PER_BATCH
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_threaded_context.h
240
#define
TC_SLOTS_PER_BATCH
1536
400
uint64_t slots[
TC_SLOTS_PER_BATCH
];
u_threaded_context.c
78
tc_assert(batch->num_total_slots <=
TC_SLOTS_PER_BATCH
);
293
assert(num_slots <=
TC_SLOTS_PER_BATCH
);
296
if (unlikely(next->num_total_slots + num_slots >
TC_SLOTS_PER_BATCH
)) {
3022
struct pipe_draw_start_count_bias multi[
TC_SLOTS_PER_BATCH
/ call_size(tc_draw_single)];
3267
int nb_slots_left =
TC_SLOTS_PER_BATCH
- next->num_total_slots;
3270
nb_slots_left =
TC_SLOTS_PER_BATCH
;
3313
int nb_slots_left =
TC_SLOTS_PER_BATCH
- next->num_total_slots;
3316
nb_slots_left =
TC_SLOTS_PER_BATCH
;
3381
struct pipe_draw_start_count_bias draws[
TC_SLOTS_PER_BATCH
/
3474
int nb_slots_left =
TC_SLOTS_PER_BATCH
- next->num_total_slots
[
all
...]
Completed in 9 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026