Searched refs:FF_TEX (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.c | 388 {"SAMPLE", { 0x000010, 0x000010, 0x000010, 0x000010 }, FF_TEX }, 389 {"SAMPLE_L", { 0x000011, 0x000011, 0x000011, 0x000011 }, FF_TEX }, 390 {"SAMPLE_LB", { 0x000012, 0x000012, 0x000012, 0x000012 }, FF_TEX }, 391 {"SAMPLE_LZ", { 0x000013, 0x000013, 0x000013, 0x000013 }, FF_TEX }, 392 …{"SAMPLE_G", { 0x000014, 0x000014, 0x000014, 0x000014 }, FF_TEX | FF_USEGR… 393 …{"SAMPLE_G_L", { 0x000015, 0x000015, -1, -1 }, FF_TEX | FF_USEGR… 394 {"GATHER4", { -1, -1, 0x000015, 0x000015 }, FF_TEX }, 395 …{"SAMPLE_G_LB", { 0x000016, 0x000016, 0x000016, 0x000016 }, FF_TEX | FF_USEGR… 396 …{"SAMPLE_G_LZ", { 0x000017, 0x000017, -1, -1 }, FF_TEX | FF_USEGR… 397 …{"GATHER4_O", { -1, -1, 0x000017, 0x000017 }, FF_TEX | FF_USE_T… [all …]
|
D | r600_isa.h | 123 FF_TEX = (1<<1), enumerator
|