Home
last modified time | relevance | path

Searched refs:S_008F0C_ADD_TID_ENABLE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_device.c1341 S_008F0C_ADD_TID_ENABLE(true); in fill_geom_tess_rings()
1360 S_008F0C_ADD_TID_ENABLE(false); in fill_geom_tess_rings()
1379 S_008F0C_ADD_TID_ENABLE(false); in fill_geom_tess_rings()
1398 S_008F0C_ADD_TID_ENABLE(true); in fill_geom_tess_rings()
1414 S_008F0C_ADD_TID_ENABLE(false); in fill_geom_tess_rings()
1430 S_008F0C_ADD_TID_ENABLE(false); in fill_geom_tess_rings()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c494 S_008F0C_ADD_TID_ENABLE(1); in setup_scratch_rsrc_user_sgprs()
Dsi_descriptors.c1385 S_008F0C_ADD_TID_ENABLE(add_tid); in si_set_ring_buffer()
Dsi_shader.c5101 S_008F0C_ADD_TID_ENABLE(1), in preload_ring_buffers()
/external/mesa3d/src/amd/common/
Dgfx9d.h1264 #define S_008F0C_ADD_TID_ENABLE(x) (((unsigned)(x) & 0x1) << 23) macro
Dsid.h2072 #define S_008F0C_ADD_TID_ENABLE(x) (((unsigned)(x) & 0x1) << 23) macro