HomeSort by relevance Sort by last modified time
    Searched refs:swizzling (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/intel/isl/
isl_storage_image.c 211 /* Set the swizzling shifts to all-ones to effectively disable
212 * swizzling -- See emit_address_calculation() in
216 .swizzling = { 0xff, 0xff },
271 param->swizzling[0] = 3;
272 param->swizzling[1] = 4;
289 param->swizzling[0] = 3;
290 param->swizzling[1] = 0xff;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_uniforms.cpp 112 offsetof(brw_image_param, swizzling), 2);
brw_wm_surface_state.c 307 * swizzling.
    [all...]
genX_state_upload.c 1013 bool swizzling = two_side_color && local
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_compiler.h 448 * Right shift to apply for bit 6 address swizzling. Two different
452 * addr' = addr ^ ((1 << 6) & ((addr >> swizzling[0]) ^
453 * (addr >> swizzling[1])))
457 uint32_t swizzling[2]; member in struct:brw_image_param
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_pipeline_layout.c 505 (uintptr_t)image_param->swizzling, 2);

Completed in 1049 milliseconds