Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h55 int spi_sid() const { return m_spi_sid;} in spi_sid() function
Dsfn_shader.cpp254 int spi_sid = int_from_string_with_prefix(value, "SPI_SID:"); in read_output() local
285 int spi_sid = int_from_string_with_prefix(value, "SPI_SID:"); in read_input() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h49 int spi_sid; member