Searched refs:texture_mask (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_st.c46 unsigned texture_mask; member in struct:stw_st_framebuffer
140 stwfb->texture_mask = mask;
159 if (stwfb->fb->must_resize || (statt_mask & ~stwfb->texture_mask)) {
288 mask = stwfb->texture_mask & ~(front | back);
289 if (stwfb->texture_mask & front)
291 if (stwfb->texture_mask & back)
293 stwfb->texture_mask = mask;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.h61 unsigned int texture_mask, texture_stamp; member in struct:dri_drawable
H A Ddri_drawable.c70 new_mask = (statt_mask & ~drawable->texture_mask);
94 drawable->texture_mask = statt_mask;
221 if (drawable->texture_mask & (1 << statt))
226 if (drawable->texture_mask & (1 << i)) {
H A Ddri2.c153 drawable->texture_mask = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.h60 unsigned int texture_mask, texture_stamp; member in struct:dri_drawable
H A Ddri_drawable.c67 new_mask = (statt_mask & ~drawable->texture_mask);
91 drawable->texture_mask = statt_mask;
225 if (drawable->texture_mask & (1 << statt))
230 if (drawable->texture_mask & (1 << i)) {
H A Ddri2.c84 drawable->texture_mask = 0;
2104 (drawable->texture_mask & (1 << ST_ATTACHMENT_BACK_LEFT))) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_st.c51 unsigned texture_mask; member in struct:stw_st_framebuffer
253 stwfb->texture_mask = mask;
272 if (stwfb->fb->must_resize || stwfb->needs_fake_front || (statt_mask & ~stwfb->texture_mask)) {
508 mask = stwfb->texture_mask & ~(front | back);
509 if (stwfb->texture_mask & front)
511 if (stwfb->texture_mask & back)
513 stwfb->texture_mask = mask;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c43 unsigned texture_width, texture_height, texture_mask; member in struct:xmesa_st_framebuffer
184 xstfb->texture_mask = mask;
217 new_mask = statt_mask & ~xstfb->texture_mask;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_st.c43 unsigned texture_width, texture_height, texture_mask; member in struct:xmesa_st_framebuffer
187 xstfb->texture_mask = mask;
220 new_mask = statt_mask & ~xstfb->texture_mask;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c1308 uint32_t texture_mask = 1u << texture_index; local in function:nir_lower_tex_block
1314 texture_mask = var ? (1u << texture_index) : 0u;
1317 if (texture_mask & options->lower_y_uv_external) {
1322 if (texture_mask & options->lower_y_u_v_external) {
1327 if (texture_mask & options->lower_yx_xuxv_external) {
1332 if (texture_mask & options->lower_xy_uxvx_external) {
1337 if (texture_mask & options->lower_ayuv_external) {
1342 if (texture_mask & options->lower_xyuv_external) {
1347 if (texture_mask & options->lower_yuv_external) {
1372 if ((texture_mask
[all...]
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json27085 "description": "nir/lower_tex: don't calculate texture_mask for texture_index>=32",
[all...]

Completed in 128 milliseconds