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

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 1033 * do back-facing swizzling.
1035 bool swizzling = two_side_color && local
1041 /* Update max_source_attr. If swizzling, the SF will read this slot + 1. */
1042 if (*max_source_attr < source_attr + swizzling)
1043 *max_source_attr = source_attr + swizzling;
1046 if (swizzling)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 1043 * do back-facing swizzling.
1045 bool swizzling = two_side_color && local
1051 /* Update max_source_attr. If swizzling, the SF will read this slot + 1. */
1052 if (*max_source_attr < source_attr + swizzling)
1053 *max_source_attr = source_attr + swizzling;
1056 if (swizzling)
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_compiler.h 466 * Right shift to apply for bit 6 address swizzling. Two different
470 * addr' = addr ^ ((1 << 6) & ((addr >> swizzling[0]) ^
471 * (addr >> swizzling[1])))
475 uint32_t swizzling[2]; member in struct:brw_image_param
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_state.c 2737 /* swizzling handled in shader code */
3018 /* Set the swizzling shifts to all-ones to effectively disable swizzling --
3022 param->swizzling[0] = 0xff;
3023 param->swizzling[1] = 0xff;
4531 * do back-facing swizzling.
4533 bool swizzling = two_side_color && local
4539 /* Update max_source_attr. If swizzling, the SF will read this slot + 1. */
4540 if (*max_source_attr < source_attr + swizzling)
4541 *max_source_attr = source_attr + swizzling;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_compiler.h 582 * Right shift to apply for bit 6 address swizzling. Two different
586 * addr' = addr ^ ((1 << 6) & ((addr >> swizzling[0]) ^
587 * (addr >> swizzling[1])))
591 uint32_t swizzling[2]; member in struct:brw_image_param

Completed in 30 milliseconds