HomeSort by relevance Sort by last modified time
    Searched defs:cb_target_mask (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 48 uint32_t cb_target_mask; member in struct:si_state_blend
si_state.c 90 * CB_TARGET_MASK is emitted here to avoid a hang with dual source blending
99 uint32_t cb_target_mask = sctx->framebuffer.colorbuf_enabled_4bit; local
103 cb_target_mask &= blend->cb_target_mask;
114 cb_target_mask = 0;
116 radeon_set_context_reg(cs, R_028238_CB_TARGET_MASK, cb_target_mask);
139 colormask = (cb_target_mask >> (i * 4)) & 0xf;
436 blend->cb_target_mask = 0;
477 blend->cb_target_mask |= (unsigned)state->rt[j].colormask << (4 * i);
553 if (blend->cb_target_mask) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 293 unsigned cb_target_mask; member in struct:r600_blend_state
  /external/mesa3d/src/amd/vulkan/
radv_private.h 865 uint32_t cb_target_mask; member in struct:radv_blend_state
    [all...]

Completed in 180 milliseconds