| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| isl_storage_image.c | 215 /* Set the swizzling shifts to all-ones to effectively disable 216 * swizzling -- See emit_address_calculation() in 220 .swizzling = { 0xff, 0xff }, 282 param->swizzling[0] = 3; 283 param->swizzling[1] = 4; 300 param->swizzling[0] = 3; 301 param->swizzling[1] = 0xff;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| isl_storage_image.c | 215 /* Set the swizzling shifts to all-ones to effectively disable 216 * swizzling -- See emit_address_calculation() in 220 .swizzling = { 0xff, 0xff }, 278 param->swizzling[0] = 3; 279 param->swizzling[1] = 4; 296 param->swizzling[0] = 3; 297 param->swizzling[1] = 0xff;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_nir_uniforms.cpp | 110 offsetof(brw_image_param, swizzling), 2);
|
| brw_wm_surface_state.c | 324 * swizzling. 1494 /* Set the swizzling shifts to all-ones to effectively disable swizzling -- 1498 param->swizzling[0] = 0xff; 1499 param->swizzling[1] = 0xff;
|
| 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/xf86-video-intel-2014/dist/src/sna/ |
| blt.c | 748 void choose_memcpy_tiled_x(struct kgem *kgem, int swizzling) 750 switch (swizzling) { 752 DBG(("%s: unknown swizzling, %d\n", __FUNCTION__, swizzling)); 755 DBG(("%s: no swizzling\n", __FUNCTION__)); 760 DBG(("%s: 6^9 swizzling\n", __FUNCTION__)); 765 DBG(("%s: 6^9^10 swizzling\n", __FUNCTION__)); 770 DBG(("%s: 6^9^11 swizzling\n", __FUNCTION__));
|
| kgem.h | 855 void choose_memcpy_tiled_x(struct kgem *kgem, int swizzling);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_nir_uniforms.cpp | 110 offsetof(brw_image_param, swizzling), 2);
|
| brw_wm_surface_state.c | 321 * swizzling. 1506 /* Set the swizzling shifts to all-ones to effectively disable swizzling -- 1510 param->swizzling[0] = 0xff; 1511 param->swizzling[1] = 0xff;
|
| 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/xf86-video-intel/dist/src/sna/ |
| blt.c | 1156 void choose_memcpy_tiled_x(struct kgem *kgem, int swizzling, unsigned cpu) 1159 if (swizzling == I915_BIT_6_SWIZZLE_NONE) { 1160 DBG(("%s: gen2, no swizzling\n", __FUNCTION__)); 1168 switch (swizzling) { 1170 DBG(("%s: unknown swizzling, %d\n", __FUNCTION__, swizzling)); 1173 DBG(("%s: no swizzling\n", __FUNCTION__)); 1188 DBG(("%s: 6^9 swizzling\n", __FUNCTION__)); 1193 DBG(("%s: 6^9^10 swizzling\n", __FUNCTION__)); 1198 DBG(("%s: 6^9^11 swizzling\n", __FUNCTION__)) [all...] |
| kgem.h | 901 void choose_memcpy_tiled_x(struct kgem *kgem, int swizzling, unsigned cpu);
|
| /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/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
|
| /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...] |
| crocus_program.c | 185 * leaving normal texture swizzling to SCS. 568 offsetof(struct brw_image_param, swizzling), 2);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_descriptor_set.c | 1255 WRITE_PARAM_FIELD(swizzling, SWIZZLING);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_program.c | 415 offsetof(struct brw_image_param, swizzling), 2);
|
| iris_state.c | 2022 /* Set the swizzling shifts to all-ones to effectively disable swizzling -- 2026 param->swizzling[0] = 0xff; 2027 param->swizzling[1] = 0xff; 3261 * swizzling (because it doesn't know whether it's enabled), so we need 3273 * swizzling, as it can make the URB length longer. 3407 * to do back-facing swizzling.
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_descriptor_set.c | 1077 WRITE_PARAM_FIELD(swizzling, SWIZZLING);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_state.c | 2676 /* Set the swizzling shifts to all-ones to effectively disable swizzling -- 2680 param->swizzling[0] = 0xff; 2681 param->swizzling[1] = 0xff; 3955 * swizzling (because it doesn't know whether it's enabled), so we need 3967 * swizzling, as it can make the URB length longer. 4103 * to do back-facing swizzling.
|
| iris_program.c | 602 offsetof(struct brw_image_param, swizzling), 2);
|