HomeSort by: relevance | last modified time | path
    Searched defs:standard_swizzle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hubbub.c 734 bool standard_swizzle = false; local
744 standard_swizzle = true;
758 if (bytes_per_element == 1 && standard_swizzle) {
763 if (bytes_per_element == 2 && standard_swizzle) {
768 if (bytes_per_element == 4 && standard_swizzle) {
773 if (bytes_per_element == 8 && standard_swizzle) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubbub.c 67 bool standard_swizzle = false; local
78 standard_swizzle = true;
95 if (standard_swizzle) {

Completed in 15 milliseconds