Home
last modified time | relevance | path

Searched defs:export_param (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h74 int export_param() const { return m_export_param; } in export_param() function
75 void set_export_param(int export_param) { m_export_param = export_param; } in set_export_param()
Dsfn_shader.cpp553 int export_param = 0; in scan_shader() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader_common.h40 int export_param; /* Output only */ member