Searched refs:sample_locs_1x (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_msaa.c | 89 static const uint32_t sample_locs_1x = variable 130 sample_locs = &sample_locs_1x; in si_get_sample_position() 181 si_emit_max_4_sample_locs(cs, centroid_priority_1x, sample_locs_1x); in si_emit_sample_locations()
|
/external/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 1850 static const uint32_t sample_locs_1x = variable 1898 radeon_set_context_reg(cs, R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, sample_locs_1x); in radv_emit_default_sample_locations() 1899 radeon_set_context_reg(cs, R_028C08_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0, sample_locs_1x); in radv_emit_default_sample_locations() 1900 radeon_set_context_reg(cs, R_028C18_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0, sample_locs_1x); in radv_emit_default_sample_locations() 1901 radeon_set_context_reg(cs, R_028C28_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0, sample_locs_1x); in radv_emit_default_sample_locations() 1943 sample_locs = &sample_locs_1x; in radv_get_sample_position()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_emit.c | 576 static unsigned sample_locs_1x[12] = { in r300_emit_fb_state_pipelined() local 623 mspos0 = r300_get_mspos(0, sample_locs_1x); in r300_emit_fb_state_pipelined() 624 mspos1 = r300_get_mspos(1, sample_locs_1x); in r300_emit_fb_state_pipelined()
|