OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nobuffer_stages
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c
5832
uint32_t
nobuffer_stages
= 0;
local
5857
nobuffer_stages
|= 1 << stage;
5874
if (
nobuffer_stages
)
5875
emit_push_constant_packet_all(ice, batch,
nobuffer_stages
, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_cmd_buffer.c
3343
uint32_t
nobuffer_stages
= 0;
local
3427
nobuffer_stages
|= 1 << stage;
3446
if (
nobuffer_stages
)
3447
cmd_buffer_emit_push_constant_all(cmd_buffer,
nobuffer_stages
, NULL, 0);
Completed in 14 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026