Searched refs:swizzling (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
H A D | 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; in isl_surf_fill_image_param() 283 param->swizzling[1] = 4; in isl_surf_fill_image_param() 300 param->swizzling[0] = 3; in isl_surf_fill_image_param() 301 param->swizzling[1] = 0xff; in isl_surf_fill_image_param()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 615 * Right shift to apply for bit 6 address swizzling. Two different 619 * addr' = addr ^ ((1 << 6) & ((addr >> swizzling[0]) ^ 620 * (addr >> swizzling[1]))) 624 uint32_t swizzling[2]; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 2738 /* swizzling handled in shader code */ in crocus_create_sampler_view() 3023 /* Set the swizzling shifts to all-ones to effectively disable swizzling -- in fill_default_image_param() 3027 param->swizzling[0] = 0xff; in fill_default_image_param() 3028 param->swizzling[1] = 0xff; in fill_default_image_param() 4536 * do back-facing swizzling. in get_attr_override() 4538 bool swizzling = two_side_color && in get_attr_override() local 4544 /* Update max_source_attr. If swizzling, the SF will read this slot + 1. */ in get_attr_override() 4545 if (*max_source_attr < source_attr + swizzling) in get_attr_override() 4546 *max_source_attr = source_attr + swizzling; in get_attr_override() [all...] |
H A D | crocus_program.c | 188 * leaving normal texture swizzling to SCS. in crocus_populate_sampler_prog_key_data() 573 offsetof(struct brw_image_param, swizzling), 2); in crocus_setup_uniforms()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 1359 WRITE_PARAM_FIELD(swizzling, SWIZZLING); in anv_descriptor_set_write_image_param()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 610 offsetof(struct brw_image_param, swizzling), 2); in iris_setup_uniforms()
|
H A D | iris_state.c | 2822 /* Set the swizzling shifts to all-ones to effectively disable swizzling -- in fill_default_image_param() 2826 param->swizzling[0] = 0xff; in fill_default_image_param() 2827 param->swizzling[1] = 0xff; in fill_default_image_param() 4109 * swizzling (because it doesn't know whether it's enabled), so we need in iris_compute_sbe_urb_read_interval() 4121 * swizzling, as it can make the URB length longer. in iris_compute_sbe_urb_read_interval() 4245 * to do back-facing swizzling. in iris_emit_sbe_swiz()
|
Completed in 38 milliseconds