Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp360 #define SPACE_PRINT(cond, args...) \ macro
385 SPACE_PRINT(pos > base && pos < size, "sat"); in print()
387 SPACE_PRINT(pos > base && pos < size, "neg"); in print()
389 SPACE_PRINT(pos > base && pos < size, "abs"); in print()