Searched refs:M_STORE (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 133 #define M_STORE(name, T) M_LOAD_STORE(name, true, T) macro 143 M_STORE(st_32, nir_type_uint32); 144 M_STORE(st_64, nir_type_uint32); 145 M_STORE(st_128, nir_type_uint32); 149 M_STORE(st_vary_32, nir_type_uint32); 156 M_STORE(st_image_32f, nir_type_float32); 157 M_STORE(st_image_16f, nir_type_float16); 158 M_STORE(st_image_32u, nir_type_uint32); 159 M_STORE(st_image_32i, nir_type_int32);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 227 #define M_STORE(name) M_LOAD_STORE(name, src0, dest) macro 342 //M_STORE(store_vary_16); 343 M_STORE(store_vary_32); 344 M_STORE(store_cubemap_coords);
|
Completed in 25 milliseconds