Home
last modified time | relevance | path

Searched refs:shader_io_state (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.h38 struct shader_io_state { struct
42 shader_io_state() in shader_io_state() argument
103 shader_io_state inputs;
104 shader_io_state outputs;
Daco_instruction_selection.cpp11654 ctx.outputs = shader_io_state(); in select_program()