Searched refs:spi_format (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c134 unsigned format, swap, spi_format, colormask; local in function:si_emit_cb_render_state
149 spi_format = (spi_shader_col_format >> (i * 4)) & 0xf;
167 if (spi_format == V_028714_SPI_SHADER_ZERO) {
184 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR ||
185 spi_format == V_028714_SPI_SHADER_UINT16_ABGR ||
186 spi_format == V_028714_SPI_SHADER_SINT16_ABGR) {
193 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
200 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
207 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
214 if (swap == V_028C70_SWAP_STD && spi_format
[all...]
H A Dsi_shader_llvm_ps.c905 unsigned spi_format = key->ps_epilog.states.spi_shader_col_format; local in function:si_llvm_build_ps_epilog
910 if (spi_format & ((1ull << (4 * (key->ps_epilog.states.last_cbuf + 1))) - 1))
914 if (colors_written & (1 << i) && (spi_format >> (i * 4)) & 0xf)
H A Dsi_state_shaders.c1573 unsigned spi_format = (spi_shader_col_format >> (i * 4)) & 0xf; local in function:si_get_spi_shader_col_format
1575 if (spi_format) {
1576 value |= spi_format << (num_mrts * 4);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c139 unsigned format, swap, spi_format, colormask; local in function:si_emit_cb_render_state
147 spi_format = (spi_shader_col_format >> (i * 4)) & 0xf;
166 if (spi_format == V_028714_SPI_SHADER_ZERO) {
183 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR ||
184 spi_format == V_028714_SPI_SHADER_UINT16_ABGR ||
185 spi_format == V_028714_SPI_SHADER_SINT16_ABGR) {
192 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
199 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
206 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
214 spi_format
[all...]
H A Dsi_shader.c7765 unsigned spi_format = key->ps_epilog.states.spi_shader_col_format; local in function:si_build_ps_epilog_function
7770 if (spi_format &
7776 (spi_format >> (i * 4)) & 0xf)
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c766 uint32_t spi_format = (pipeline->graphics.col_format >> (i * 4)) & 0xf; local in function:radv_emit_rbplus_state
787 if (spi_format == V_028714_SPI_SHADER_ZERO) {
804 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR ||
805 spi_format == V_028714_SPI_SHADER_UINT16_ABGR ||
806 spi_format == V_028714_SPI_SHADER_SINT16_ABGR) {
813 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
820 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
827 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
835 spi_format == V_028714_SPI_SHADER_32_R)
838 spi_format
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c1150 uint32_t spi_format = (pipeline->graphics.col_format >> (i * 4)) & 0xf; local in function:radv_emit_rbplus_state
1169 if (spi_format == V_028714_SPI_SHADER_ZERO) {
1191 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR ||
1192 spi_format == V_028714_SPI_SHADER_UINT16_ABGR ||
1193 spi_format == V_028714_SPI_SHADER_SINT16_ABGR) {
1200 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
1207 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
1214 if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
1221 if (swap == V_028C70_SWAP_STD && spi_format == V_028714_SPI_SHADER_32_R)
1223 else if (swap == V_028C70_SWAP_ALT_REV && spi_format
[all...]

Completed in 33 milliseconds