Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.h27 struct shader_io_state { struct
31 shader_io_state() in shader_io_state() function
125 shader_io_state inputs;
126 shader_io_state outputs;
Daco_instruction_selection.cpp11510 ctx.outputs = shader_io_state(); in select_program_merged()