9u32 nvGpuGetZcullCtxSize(
void);
11const u32* nvGpuGetTpcMasks(
u32 *num_masks_out);
13Result nvGpuZbcGetActiveSlotMask(
u32 *out_slot,
u32 *out_mask);
14Result nvGpuZbcAddColor(
const u32 color_l2[4],
const u32 color_ds[4],
u32 format);
15Result nvGpuZbcAddDepth(
float depth);
uint64_t u64
64-bit unsigned integer.
Definition types.h:22
u32 Result
Function error code result type.
Definition types.h:44
uint32_t u32
32-bit unsigned integer.
Definition types.h:21