Searched refs:src_hnd (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 1221 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local 1223 if (NULL == src_hnd) { in stretch_copybit_internal() 1237 delete_handle(src_hnd); in stretch_copybit_internal() 1242 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal() 1243 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal() 1244 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal() 1245 src_hnd->base = (int)(ctx->temp_src_buffer.base); in stretch_copybit_internal() 1246 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal() 1247 src_hnd->gpuaddr = 0; in stretch_copybit_internal() 1248 src_image.handle = src_hnd; in stretch_copybit_internal() [all …]
|
D | copybit.cpp | 462 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local 463 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 1249 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local 1251 if (NULL == src_hnd) { in stretch_copybit_internal() 1265 delete_handle(src_hnd); in stretch_copybit_internal() 1270 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal() 1271 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal() 1272 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal() 1273 src_hnd->base = (uintptr_t)(ctx->temp_src_buffer.base); in stretch_copybit_internal() 1274 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal() 1275 src_hnd->gpuaddr = 0; in stretch_copybit_internal() 1276 src_image.handle = src_hnd; in stretch_copybit_internal() [all …]
|
D | copybit.cpp | 502 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local 503 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
|
/hardware/qcom/display/msm8974/libcopybit/ |
D | copybit_c2d.cpp | 1249 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local 1251 if (NULL == src_hnd) { in stretch_copybit_internal() 1265 delete_handle(src_hnd); in stretch_copybit_internal() 1270 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal() 1271 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal() 1272 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal() 1273 src_hnd->base = (int)(ctx->temp_src_buffer.base); in stretch_copybit_internal() 1274 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal() 1275 src_hnd->gpuaddr = 0; in stretch_copybit_internal() 1276 src_image.handle = src_hnd; in stretch_copybit_internal() [all …]
|
D | copybit.cpp | 496 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local 497 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 1255 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local 1257 if (NULL == src_hnd) { in stretch_copybit_internal() 1271 delete_handle(src_hnd); in stretch_copybit_internal() 1276 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal() 1277 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal() 1278 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal() 1279 src_hnd->base = (uintptr_t)(ctx->temp_src_buffer.base); in stretch_copybit_internal() 1280 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal() 1281 src_hnd->gpuaddr = 0; in stretch_copybit_internal() 1282 src_image.handle = src_hnd; in stretch_copybit_internal() [all …]
|
D | copybit.cpp | 502 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local 503 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit_c2d.cpp | 1258 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local 1260 if (NULL == src_hnd) { in stretch_copybit_internal() 1274 delete_handle(src_hnd); in stretch_copybit_internal() 1279 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal() 1280 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal() 1281 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal() 1282 src_hnd->base = (uintptr_t)(ctx->temp_src_buffer.base); in stretch_copybit_internal() 1283 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal() 1284 src_hnd->gpuaddr = 0; in stretch_copybit_internal() 1285 src_image.handle = src_hnd; in stretch_copybit_internal() [all …]
|
D | copybit.cpp | 507 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local 508 if(src_hnd != NULL && in stretch_copybit() 509 (!(src_hnd->flags & private_handle_t::PRIV_FLAGS_CACHED))) { in stretch_copybit() 515 MetaData_t *metadata = (MetaData_t *)src_hnd->base_metadata; in stretch_copybit()
|