Searched refs:var_memoryProperty (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_dec.cpp | 1098 uint32_t var_memoryProperty = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4); in decode() local 1106 …x%08x mode:0x%08x memoryProperty:0x%08x )", stream, var_colorBuffer, var_mode, var_memoryProperty); in decode() 1107 …(&tmpBuf[0]) = this->rcSetColorBufferVulkanMode2(var_colorBuffer, var_mode, var_memoryProperty); in decode() 1140 uint32_t var_memoryProperty = Unpack<uint32_t,uint32_t>(ptr + 8 + 8); in decode() local 1148 …%p): rcCreateBuffer2(size:0x%016lx memoryProperty:0x%08x )", stream, var_size, var_memoryProperty); in decode() 1149 *(uint32_t *)(&tmpBuf[0]) = this->rcCreateBuffer2(var_size, var_memoryProperty); in decode()
|