Home
last modified time | relevance | path

Searched refs:PIPE_MAX_HW_ATOMIC_BUFFERS (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h74 struct pipe_shader_buffer atomic_buffers[PIPE_MAX_HW_ATOMIC_BUFFERS];
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_atomicbuf.c159 struct pipe_shader_buffer buffers[PIPE_MAX_HW_ATOMIC_BUFFERS]; in st_bind_hw_atomic_buffers()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h80 #define PIPE_MAX_HW_ATOMIC_BUFFERS 32 macro
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.h167 uint32_t atomic_buf_uav_index[PIPE_MAX_HW_ATOMIC_BUFFERS];
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c199 struct hw_atomic_decl hw_atomic_decls[PIPE_MAX_HW_ATOMIC_BUFFERS];
2023 for (i = 0; i < PIPE_MAX_HW_ATOMIC_BUFFERS; i++) { in emit_decls()