Home
last modified time | relevance | path

Searched refs:sub_res (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c352 VkImageSubresource sub_res = {}; in zink_resource_get_handle() local
355 sub_res.aspectMask = res->aspect; in zink_resource_get_handle()
357 vkGetImageSubresourceLayout(screen->dev, res->image, &sub_res, &sub_res_layout); in zink_resource_get_handle()
/external/python/cpython3/Objects/
Dcomplexobject.c632 PyObject *j, *sub_res; in complex_richcompare() local
637 sub_res = PyObject_RichCompare(j, w, op); in complex_richcompare()
639 return sub_res; in complex_richcompare()
/external/python/cpython2/Objects/
Dcomplexobject.c817 PyObject *j, *sub_res; in complex_richcompare() local
822 sub_res = PyObject_RichCompare(j, w, op); in complex_richcompare()
824 return sub_res; in complex_richcompare()
/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c1296 uint16x8_t sub_res, dup_add; in ihevc_intra_pred_luma_horz_neonintr() local
1310 sub_res = vsubl_u8(src_tmp, dup_sub); in ihevc_intra_pred_luma_horz_neonintr()
1311 shift_res = vshrq_n_s16(vreinterpretq_s16_u16(sub_res), 1); in ihevc_intra_pred_luma_horz_neonintr()