Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_msaa.c37 #define GET_SY(reg, index) GET_SFIELD((reg)[(index) / 4], ((index) % 4) * 2 + 1) macro
147 out_value[1] = (GET_SY(sample_locs, sample_index) + 8) / 16.0f; in si_get_sample_position()
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1847 #define GET_SY(reg, index) GET_SFIELD((reg)[(index) / 4], ((index) % 4) * 2 + 1) macro
1957 out_value[1] = (GET_SY(sample_locs, sample_index) + 8) / 16.0f; in radv_get_sample_position()