Searched refs:NV50_IR_FUNC_ALLOC_OBJ_DEF (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.h | 56 #define NV50_IR_FUNC_ALLOC_OBJ_DEF(obj, f, args...) \ macro 60 NV50_IR_FUNC_ALLOC_OBJ_DEF(Instruction, f, args) 62 NV50_IR_FUNC_ALLOC_OBJ_DEF(CmpInstruction, f, args) 64 NV50_IR_FUNC_ALLOC_OBJ_DEF(TexInstruction, f, args) 66 NV50_IR_FUNC_ALLOC_OBJ_DEF(FlowInstruction, f, args) 69 NV50_IR_FUNC_ALLOC_OBJ_DEF(LValue, f, args)
|