OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:always_flush
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_cmd_buffer.c
393
if (cmd_buffer->state.job->
always_flush
)
801
job->
always_flush
= true;
2375
/* If the job has been flagged with '
always_flush
' and it has already
2378
if (job->
always_flush
&& job->draw_count > 0) {
2393
job->
always_flush
= true;
2396
assert(job->draw_count == 0 || !job->
always_flush
);
v3dv_private.h
1004
bool
always_flush
;
member in struct:v3dv_job
Completed in 7 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026