OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_read_slot
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c
4007
unsigned
last_read_slot
= last_vue_map->num_slots - 1;
local
4008
while (
last_read_slot
> first_slot && !(fs_input_slots &
4009
(1ull << last_vue_map->slot_to_varying[
last_read_slot
])))
4010
--
last_read_slot
;
4013
*out_length = DIV_ROUND_UP(
last_read_slot
- first_slot + 1, 2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c
3313
unsigned
last_read_slot
= last_vue_map->num_slots - 1;
local
3314
while (
last_read_slot
> first_slot && !(fs_input_slots &
3315
(1ull << last_vue_map->slot_to_varying[
last_read_slot
])))
3316
--
last_read_slot
;
3319
*out_length = DIV_ROUND_UP(
last_read_slot
- first_slot + 1, 2);
Completed in 12 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026