Searched defs:si_resource (Results 1 – 1 of 1) sorted by relevance
324 struct si_resource { struct325 struct threaded_resource b;328 struct pb_buffer *buf;329 uint64_t gpu_address;331 uint32_t memory_usage_kb;334 uint64_t bo_size;335 uint8_t bo_alignment_log2;336 enum radeon_bo_domain domains:8;337 enum radeon_bo_flag flags:16;338 unsigned bind_history; /* bitmask of SI_BIND_xxx_BUFFER */[all …]