Searched refs:texture_mask (Results 1 – 6 of 6) sorted by relevance
51 unsigned texture_mask; member253 stwfb->texture_mask = mask; in stw_st_framebuffer_validate_locked()272 if (stwfb->fb->must_resize || stwfb->needs_fake_front || (statt_mask & ~stwfb->texture_mask)) { in stw_st_framebuffer_validate()508 mask = stwfb->texture_mask & ~(front | back); in stw_st_swap_framebuffer_locked()509 if (stwfb->texture_mask & front) in stw_st_swap_framebuffer_locked()511 if (stwfb->texture_mask & back) in stw_st_swap_framebuffer_locked()513 stwfb->texture_mask = mask; in stw_st_swap_framebuffer_locked()
67 new_mask = (statt_mask & ~drawable->texture_mask); in dri_st_framebuffer_validate()91 drawable->texture_mask = statt_mask; in dri_st_framebuffer_validate()225 if (drawable->texture_mask & (1 << statt)) in dri_drawable_validate_att()230 if (drawable->texture_mask & (1 << i)) { in dri_drawable_validate_att()
60 unsigned int texture_mask, texture_stamp; member
84 drawable->texture_mask = 0; in dri2_invalidate_drawable()2104 (drawable->texture_mask & (1 << ST_ATTACHMENT_BACK_LEFT))) { in dri2_set_damage_region()
43 unsigned texture_width, texture_height, texture_mask; member187 xstfb->texture_mask = mask; in xmesa_st_framebuffer_validate_textures()220 new_mask = statt_mask & ~xstfb->texture_mask; in xmesa_st_framebuffer_validate()
1308 uint32_t texture_mask = 1u << texture_index; in nir_lower_tex_block() local1314 texture_mask = var ? (1u << texture_index) : 0u; in nir_lower_tex_block()1317 if (texture_mask & options->lower_y_uv_external) { in nir_lower_tex_block()1322 if (texture_mask & options->lower_y_u_v_external) { in nir_lower_tex_block()1327 if (texture_mask & options->lower_yx_xuxv_external) { in nir_lower_tex_block()1332 if (texture_mask & options->lower_xy_uxvx_external) { in nir_lower_tex_block()1337 if (texture_mask & options->lower_ayuv_external) { in nir_lower_tex_block()1342 if (texture_mask & options->lower_xyuv_external) { in nir_lower_tex_block()1347 if (texture_mask & options->lower_yuv_external) { in nir_lower_tex_block()1372 if ((texture_mask & options->swizzle_result) && in nir_lower_tex_block()[all …]