Searched refs:PixelPTEReqWidth_linear (Results 1 – 2 of 2) sorted by relevance
2315 unsigned int PixelPTEReqWidth_linear = 0; // VBA_DELTA. VBA doesn't calculate this in dml32_CalculateVMAndRowBytes() local2427 PixelPTEReqWidth_linear = GPUVMMinPageSizeKBytes * 1024 * 8 / BytePerPixel; in dml32_CalculateVMAndRowBytes()2443 dml_print("DML::%s: PixelPTEReqWidth_linear = %d\n", __func__, PixelPTEReqWidth_linear); in dml32_CalculateVMAndRowBytes()2476 PixelPTEReqWidth_linear / Pitch), 1); in dml32_CalculateVMAndRowBytes()
2500 dml_uint_t PixelPTEReqWidth_linear = 0; // VBA_DELTA. VBA doesn't calculate this in CalculateVMAndRowBytes() local2592 PixelPTEReqWidth_linear = GPUVMMinPageSizeKBytes * 1024 * 8 / BytePerPixel; in CalculateVMAndRowBytes()2608 dml_print("DML::%s: PixelPTEReqWidth_linear = %u\n", __func__, PixelPTEReqWidth_linear); in CalculateVMAndRowBytes()2629 …= 1 << (dml_uint_t) dml_floor(dml_log2(PTEBufferSizeInRequests * PixelPTEReqWidth_linear / Pitch),… in CalculateVMAndRowBytes()