Lines Matching defs:value
772 If is tiling then VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT, the value of
1282 uint64_t *value)
1314 *value = util_format_get_num_planes(res->drm_format);
1316 *value = 1;
1327 *value = sub_res_layout.rowPitch;
1339 *value = srl.offset;
1344 *value = obj->modifier;
1357 *value = srl.depthPitch;
1359 *value = srl.arrayPitch;
1380 *value = (uintptr_t)whandle.handle;
1382 *value = whandle.handle;
1460 uint64_t value;
1461 zink_resource_get_param(pscreen, context, tex, 0, 0, 0, PIPE_RESOURCE_PARAM_MODIFIER, 0, &value);
1462 whandle->modifier = value;
1463 zink_resource_get_param(pscreen, context, tex, 0, 0, 0, PIPE_RESOURCE_PARAM_OFFSET, 0, &value);
1464 whandle->offset = value;
1465 zink_resource_get_param(pscreen, context, tex, 0, 0, 0, PIPE_RESOURCE_PARAM_STRIDE, 0, &value);
1466 whandle->stride = value;