Searched refs:atomics (Results 1 – 25 of 179) sorted by relevance
12345678
92 // image atomics on 1D:103 // image atomics on 1D Array:114 // image atomics on 2D:125 // image atomics on 2D Rect:136 // image atomics on 2D Array:147 // image atomics on Cube:158 // image atomics on Cube Array:169 // image atomics on 3D:
78 // image atomics on 1D:93 // image atomics on 1D Array:108 // image atomics on 2D:123 // image atomics on 2D Rect:138 // image atomics on 2D Array:153 // image atomics on Cube:168 // image atomics on Cube Array:183 // image atomics on 3D:
23 // Test atomics57 // Test atomics84 // Test atomics111 // Test atomics
62 // image atomics:98 // image atomics:
30 uint atomics[];64 last_value = atomicAdd(atomics[linear_coord], 101u);89 uvec4 atomics;
52 # Check for atomics89 error('libdrm_intel requires atomics.')100 error('libdrm_radeon requires atomics.')110 error('libdrm_amdgpu requires atomics.')120 error('libdrm_nouveau requires atomics.')137 error('libdrm_omap requires atomics.')147 error('libdrm_freedreno requires atomics.')159 error('libdrm_tegra requires atomics.')169 error('libdrm_etnaviv requires atomics.')
86 PRINT_UINT_ARRAY_ELM(atomics, start); in print_shader_info()87 PRINT_UINT_ARRAY_ELM(atomics, end); in print_shader_info()88 PRINT_UINT_ARRAY_ELM(atomics, buffer_id); in print_shader_info()89 PRINT_UINT_ARRAY_ELM(atomics, hw_idx); in print_shader_info()
76 struct r600_shader_atomic atomics[8]; member
41 1) Should this extension add support for 16-bit image atomics?49 Adding such functionality would be required before 16-bit image atomics
33 This extension allows applications relying on 64-bit integer atomics in this
35 This extension allows applications relying on 64-bit integer atomics in this
42 atomics.h stdatomic-fbsd.h dynamicsizehash_concurrent.h
20 // Returns buffer coords corresponding to 2D texture coords for emulating 2D texture atomics
29 // Returns buffer coords corresponding to 2D texture coords for emulating 2D texture atomics
86 | `U_USER_ATOMICS_H` | Set to the name of the low level atomics header file. |91 retaining the ICU default implementation for the low level atomics.110 This implementation uses C++11 language mutexes and atomics. These make for a
117 - nir: handle float atomics in copy propagation pass123 - radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomics
105 atomics will not update any texture bound to the image unit and will131 image atomics is performed as though data were copied from the texel of134 write portion of image atomics is performed as though ..."140 "MAX_IMAGE_UNITS ... No. of units for image load/store/atomics"
41 // Returns buffer coords corresponding to 2D texture coords for emulating 2D texture atomics
58 - Added an `atomic-polyfill` optional dependency to compile `race` on platforms without atomics75 Turns out that adding `race` by default was a breaking change on some platforms without atomics.