Lines Matching defs:M_STORE
130 #define M_STORE(name, T) M_LOAD_STORE(name, true, T)
144 M_STORE(st_u8, nir_type_uint8);
145 M_STORE(st_u16, nir_type_uint16);
146 M_STORE(st_32, nir_type_uint32);
147 M_STORE(st_64, nir_type_uint32);
148 M_STORE(st_128, nir_type_uint32);
152 M_STORE(st_vary_32, nir_type_uint32);
159 M_STORE(st_image_32f, nir_type_float32);
160 M_STORE(st_image_16f, nir_type_float16);
161 M_STORE(st_image_32u, nir_type_uint32);
162 M_STORE(st_image_32i, nir_type_int32);