Home
last modified time | relevance | path

Searched refs:attrmask (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c503 unsigned attrmask = vbomask & boundmask; in brw_prepare_vertices() local
505 vbomask ^= attrmask; in brw_prepare_vertices()
507 assert(attrmask); in brw_prepare_vertices()
509 while (attrmask) { in brw_prepare_vertices()
510 const gl_vert_attrib attr = u_bit_scan(&attrmask); in brw_prepare_vertices()
612 unsigned attrmask = usermask & boundmask; in brw_prepare_vertices() local
614 usermask ^= attrmask; in brw_prepare_vertices()
616 assert(attrmask); in brw_prepare_vertices()
618 while (attrmask) { in brw_prepare_vertices()
619 const gl_vert_attrib attr = u_bit_scan(&attrmask); in brw_prepare_vertices()
/third_party/mesa3d/src/mesa/main/
Darrayobj.c591 GLbitfield attrmask = eff_bound_arrays; in _mesa_update_vao_derived_arrays() local
592 while (attrmask) { in _mesa_update_vao_derived_arrays()
593 const int j = u_bit_scan(&attrmask); in _mesa_update_vao_derived_arrays()
663 GLbitfield attrmask = eff_bound_arrays; in _mesa_update_vao_derived_arrays() local
664 while (attrmask) { in _mesa_update_vao_derived_arrays()
665 const int j = u_bit_scan(&attrmask); in _mesa_update_vao_derived_arrays()
756 GLbitfield attrmask = eff_bound_arrays; in _mesa_update_vao_derived_arrays() local
757 while (attrmask) { in _mesa_update_vao_derived_arrays()
758 const int j = u_bit_scan(&attrmask); in _mesa_update_vao_derived_arrays()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_array.c150 GLbitfield attrmask = mask & boundmask; in setup_arrays() local
154 assert(attrmask); in setup_arrays()
157 const gl_vert_attrib attr = u_bit_scan(&attrmask); in setup_arrays()
165 } while (attrmask); in setup_arrays()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c442 ulg attrmask; in rpng_x_create_window() local
550 attrmask = CWBackingStore | CWEventMask; in rpng_x_create_window()
555 attrmask |= CWColormap | CWBackPixel | CWBorderPixel; in rpng_x_create_window()
559 depth, InputOutput, visual, attrmask, &attr); in rpng_x_create_window()
Drpng2-x.c840 ulg attrmask; in rpng2_x_create_window() local
934 attrmask = CWBackingStore | CWEventMask; in rpng2_x_create_window()
939 attrmask |= CWColormap | CWBackPixel | CWBorderPixel; in rpng2_x_create_window()
943 rpng2_info.height, 0, depth, InputOutput, visual, attrmask, &attr); in rpng2_x_create_window()
/third_party/libpng/contrib/gregbook/
Drpng-x.c442 ulg attrmask; in rpng_x_create_window() local
550 attrmask = CWBackingStore | CWEventMask; in rpng_x_create_window()
555 attrmask |= CWColormap | CWBackPixel | CWBorderPixel; in rpng_x_create_window()
559 depth, InputOutput, visual, attrmask, &attr); in rpng_x_create_window()
Drpng2-x.c840 ulg attrmask; in rpng2_x_create_window() local
934 attrmask = CWBackingStore | CWEventMask; in rpng2_x_create_window()
939 attrmask |= CWColormap | CWBackPixel | CWBorderPixel; in rpng2_x_create_window()
943 rpng2_info.height, 0, depth, InputOutput, visual, attrmask, &attr); in rpng2_x_create_window()