Searched refs:USE_VISIBILITY (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 67 INDEX_SIZE_IGN, USE_VISIBILITY, 0)); in fd_draw() 79 if (vismode == USE_VISIBILITY) { in fd_draw()
|
D | adreno_pm4.xml.h | 118 USE_VISIBILITY = 1, enumerator
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_draw.h | 57 if (vismode == USE_VISIBILITY) { in fd5_draw()
|
D | fd5_draw.c | 65 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY, in draw_impl()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_query.c | 68 INDEX_SIZE_IGN, USE_VISIBILITY, 0)); in occlusion_get_sample()
|
D | fd3_draw.c | 88 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY, in draw_impl()
|
D | fd3_gmem.c | 948 patch_draws(batch, USE_VISIBILITY); in fd3_emit_tile_init()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.h | 68 if (vismode == USE_VISIBILITY) { in fd4_draw()
|
D | fd4_query.c | 72 INDEX4_SIZE_32_BIT, USE_VISIBILITY)); in occlusion_get_sample()
|
D | fd4_draw.c | 72 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY, in draw_impl()
|
D | fd4_gmem.c | 694 patch_draws(batch, USE_VISIBILITY); in fd4_emit_tile_init()
|