Home
last modified time | relevance | path

Searched refs:lvp_exec_graph_shader_output (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_lower_exec_graph.c21 ? sizeof(struct lvp_exec_graph_shader_output) \
24 offsetof(struct lvp_exec_graph_shader_output, field)))
H A Dlvp_private.h566 struct lvp_exec_graph_shader_output { struct
576 struct lvp_exec_graph_shader_output outputs[LVP_MAX_EXEC_GRAPH_PAYLOADS]; argument
H A Dlvp_execute.c4378 struct lvp_exec_graph_shader_output *output = &internal_data->outputs[enqueue]; in dispatch_graph()