Searched refs:FF_USEGRAD (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.c | 392 …MPLE_G", { 0x000014, 0x000014, 0x000014, 0x000014 }, FF_TEX | FF_USEGRAD }, 393 …AMPLE_G_L", { 0x000015, 0x000015, -1, -1 }, FF_TEX | FF_USEGRAD}, 395 …AMPLE_G_LB", { 0x000016, 0x000016, 0x000016, 0x000016 }, FF_TEX | FF_USEGRAD}, 396 …AMPLE_G_LZ", { 0x000017, 0x000017, -1, -1 }, FF_TEX | FF_USEGRAD}, 402 …AMPLE_C_G", { 0x00001C, 0x00001C, 0x00001C, 0x00001C }, FF_TEX | FF_USEGRAD}, 403 …AMPLE_C_G_L", { 0x00001D, 0x00001D, -1, -1 }, FF_TEX | FF_USEGRAD}, 405 …AMPLE_C_G_LB", { 0x00001E, 0x00001E, 0x00001E, 0x00001E }, FF_TEX | FF_USEGRAD}, 406 …AMPLE_C_G_LZ", { 0x00001F, 0x00001F, -1, -1 }, FF_TEX | FF_USEGRAD},
|
D | r600_isa.h | 127 FF_USEGRAD = (1<<4), enumerator
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_parser.cpp | 662 if (flags & (FF_SETGRAD | FF_USEGRAD | FF_GETGRAD)) { in prepare_fetch_clause() 701 if (flags & FF_USEGRAD) { in prepare_fetch_clause()
|
D | sb_bc_finalize.cpp | 592 } else if (flags & FF_USEGRAD) { in finalize_fetch()
|
D | sb_ir.h | 1069 bool uses_grad() { return bc.op_ptr->flags & FF_USEGRAD; } in uses_grad()
|