Home
last modified time | relevance | path

Searched refs:updated_mask (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/lang/clover/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c125 GLuint updated_mask = 0x0; in get_dst_mask_for_mov() local
136 updated_mask |= 1 << comp; in get_dst_mask_for_mov()
139 return updated_mask; in get_dst_mask_for_mov()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/radeonsi/
H A Dsi_state.c4829 unsigned updated_mask = u_bit_consecutive(start_slot, count); in si_set_vertex_buffers() local
4858 unaligned &= ~updated_mask; in si_set_vertex_buffers()
4861 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
4871 (unaligned | orig_unaligned) & updated_mask)) in si_set_vertex_buffers()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/
H A Dsi_state.c4993 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5048 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5058 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c4961 unsigned updated_mask = u_bit_consecutive(start_slot, count + unbind_num_trailing_slots); in si_set_vertex_buffers() local
5016 sctx->vertex_buffer_unaligned = (orig_unaligned & ~updated_mask) | unaligned; in si_set_vertex_buffers()
5026 (unaligned | orig_unaligned) & updated_mask)) { in si_set_vertex_buffers()