Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp2421 ADDR_CHANNEL_SETTING* pixelBit = &pEquation->addr[elementBytesLog2]; in HwlComputeBlock256Equation() local
2438 pixelBit[0] = x[0]; in HwlComputeBlock256Equation()
2439 pixelBit[1] = x[1]; in HwlComputeBlock256Equation()
2440 pixelBit[2] = x[2]; in HwlComputeBlock256Equation()
2441 pixelBit[3] = x[3]; in HwlComputeBlock256Equation()
2442 pixelBit[4] = y[0]; in HwlComputeBlock256Equation()
2443 pixelBit[5] = y[1]; in HwlComputeBlock256Equation()
2444 pixelBit[6] = y[2]; in HwlComputeBlock256Equation()
2445 pixelBit[7] = y[3]; in HwlComputeBlock256Equation()
2448 pixelBit[0] = x[0]; in HwlComputeBlock256Equation()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp2817 ADDR_CHANNEL_SETTING* pixelBit = &pEquation->addr[log2BytesPP]; in ComputeMicroTileEquation() local
2839 pixelBit[0] = x0; in ComputeMicroTileEquation()
2840 pixelBit[1] = x1; in ComputeMicroTileEquation()
2841 pixelBit[2] = x2; in ComputeMicroTileEquation()
2842 pixelBit[3] = y1; in ComputeMicroTileEquation()
2843 pixelBit[4] = y0; in ComputeMicroTileEquation()
2844 pixelBit[5] = y2; in ComputeMicroTileEquation()
2847 pixelBit[0] = x0; in ComputeMicroTileEquation()
2848 pixelBit[1] = x1; in ComputeMicroTileEquation()
2849 pixelBit[2] = x2; in ComputeMicroTileEquation()
[all …]